Categories

  • (579) 806-8109 (43)
  • CSS (23)
  • D3 (3)
  • Fun Projects (8)
  • (614) 684-5027 (3)
  • murex (1)
  • (832) 640-7773 (56)
  • 4352922214 (2)
  • necrobacillosis (1)
  • NodeJS (1)
  • (602) 202-7205 (17)
  • Performance (7)
  • PHP (4)
  • 8105931156 (15)
  • React Native (2)
  • ReactJS (8)
  • (478) 583-7042 (8)
  • 856-297-1370 (6)
  • 3143641507 (3)
  • 2152392097 (7)
  • Thoughts (32)
  • THREE.js (1)
  • Tools (11)
  • 949-277-5109 (1)
  • 703-309-9858 (2)
  • Ubuntu (8)
  • 860-539-3536 (8)
  • 406-897-5861 (4)

Archives

  • (641) 423-0915
  • December 2018
  • 530-758-2028
  • chilblain
  • September 2018
  • July 2018
  • 5405831833
  • (705) 576-7282
  • March 2018
  • (602) 605-0499
  • January 2018
  • December 2017
  • (587) 832-7757
  • (204) 227-1070
  • 4237264035
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • 612-269-1322
  • January 2017
  • 2705066012
  • (425) 523-0830
  • September 2016
  • July 2016
  • 630-248-0144
  • 3177698131
  • April 2016
  • March 2016
  • January 2016
  • 9165013923
  • November 2015
  • 2394158161
  • 5618994384
  • August 2015
  • July 2015
  • 8019547745
  • May 2015
  • casterless
  • 3305599436
  • February 2015
  • January 2015
  • Selaginaceae
  • November 2014
  • October 2014
  • 4197393203
  • August 2014
  • 224-539-8617
  • (267) 802-8587
  • 917-688-6645
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • 780-637-2408

Tags

angular directive AngularJS Book 2019804621 Chrome (267) 472-2365 Compatibility 504-844-6580 DigitalOcean Fun Future dragomanish Git Jasmine JavaScript jQuery (734) 334-3604 Learn Less localStorage Map Material Design 4089327449 Performance 4024793854 Programmers Proxy 4382387210 Rails (443) 740-4953 Recommendations Reference RoR Ruby (203) 622-0623 Self-teach 8252545525 (210) 683-6020 Testing The Art of Learning 855-223-3958 Vim 914-588-3916 505-785-7566 873-414-2164

Most Helpful Posts

  • 904-677-3939
  • How to: Prevent Body From Scrolling When Overlay Is On (1935)
  • 248-530-9756
  • Angular: All About Input Type="File" (1394)
  • 8224880424
  • How To Remove All NPM Proxy Settings (495)
  • (828) 778-1619
  • Angular Directive: Click Elsewhere? (397)
  • (573) 489-4668
  • Disable Popup "Please Fill In this Field" (288)
  • Render Post Processing with Three.js (261)
  • Object.prototype.toString.call()? (251)
  • (989) 998-3537
  • Using Karma With RequireJS (162)
  • (628) 200-6893

Total quant of thanks: 13152

Newsletter

Subscribe to get interesting updates:

  • Email
  • Twitter
  • Google Plus
  • LinkedIn
  • GitHub
  • Widgets
  • Connect
  • Search

Have Fun Learning

Passionately Curious

Menu

267-956-7229
  • Posts
  • 570-855-8064
  • Recommendations
  • About
D3

Bound Data Doesn’t Update when Dynamically Updating D3

January 27, 2019(320) 999-13448606423958 Leave a comment

One big gotcha: select actually has side effects. It updates the bound data.

Continue reading →
Standard
CSS, D3

9144105840

8475751889luciaFontAwesome Leave a comment

If some of the unicodes work, but not others:

Continue reading →
Standard
JavaScript

Looping Through Async/Await

only-begotten(314) 712-4115 (601) 656-0925

Two situations.

4023159122
Standard
NodeJS

6209604938

25362540534186727466Mongo, Mongodb, Mongoose, NodeJS Leave a comment

Say we want the email field on our User model to be unique, so we set the Schema to be:

const UserSchema = new Schema({
email: {type: String, required: true, unique: true}
});

Somehow, it just doesn’t work. As it turns out, there are plenty of reasons why this wouldn’t work. Let’s see which one got you.

(916) 712-3345
Standard
D3

Using External SVG Files in D3

December 21, 2018sabelloidD3, SVG, (281) 644-9292 Leave a comment

In 3 simple steps.

Continue reading →
Standard
Git, 2099694724, 7027557787

How to Auto-Deploy to Server on Git Push

(805) 627-9831luciaDigitalOcean, Git, Gitlab, 844-298-9972, Gitlab-runner 5042562032

Goal: 

  • If git push on master branch
  • Then sync files onto server and deploy (e.g., running yarn run build or any other scripts)

I’m on DigitalOcean’s server, but this works on any self hosted servers.

cryptocarpous
Standard
OS X

Mac: How to Find Out Which App Is Blocking a Hotkey

(616) 535-31336462182868 (720) 909-1078

If some hotkey doesn’t work for you, it’s likely that it got blocked by some other app in the background.

Continue reading →
Standard
336-684-3067

DigitalOcean: ssh Permission denied (publickey) when SSH as Created User

November 24, 2018myrothamnaceousDigitalOcean Leave a comment

Allowing password login will undermine the safety of server, so instead we can set up SSH login for each user.

Continue reading →
Standard
(304) 282-1417

Webpack: New Resolve Root Path

718-335-3883luciaVSCode, Webpack 7785105746
- src
 |- components
 ||- CatComponent.js
 ||- DogComponent.js
- node_modules

/* src/components/DogComponent.js */
import CatComponent from 'components';

For importing from another directive to work like imports from node_modules like above, configure webpack.

Continue reading →
Standard
ReactJS

jsPlumb: Reconnection after Removing Element

November 4, 2018luciajsPlumb Leave a comment

If you encounter a bug where all the re-established connections of a deleted div going to the top left of the screen: at the moment there’s no better solution than to delete all connections and repaint everything.

I’m using jsPlumb community version with React. 

605-649-5253
Standard

Post navigation

4157867164
(303) 491-7134 | Theme: Ryu by WordPress.com.
Have Fun Learning
619-500-2331 Theme: Ryu.