Kevin De Baerdemaeker

Results 24 comments of Kevin De Baerdemaeker

@hsaklecha @mdopieralski @jelling @SuTran This is probably, because you are installing this library using npm, for whatever reason the github version and npm version seem out-of-sync.

@chenesan Also note that React seemed to have an issue with shallow rendering hooks right now. Not sure if it was addressed by the React time already or not.

@nixstrom It’s supported, but there are issues apparantly. I saw Dan tweeting about it yesterday: https://twitter.com/dan_abramov/status/1103304963445403648?s=21

Not sure if this is the place for discussions, but I'm wondering how a tooltip is supposed to work when the triggering element is an a disabled state. According to...

I think Microsoft is smarter than shutting down this repository. People have already forked as well so, I doubt it.

1) results (yes) 2) no more Microsoft bashing (yes/no) The repo could have taken a more neutral stance on the subject, in stead of trying to create hype by spreading...

Don't re-invent the wheel: https://github.com/noffle/git-ssb-intro

NPM's .npmrc syntax for env variables is `//registry.npmjs.org/:_authToken=${NPM_TOKEN}` vs `//registry.npmjs.org/:_authToken={NPM_TOKEN}` of pnpm. The pnpm one is missing a dollar sign in front of the brackets. Is that intentional?

Another good reference for that type of behavior is testdoublejs. They have a very specific usecase for mocks and the usecase is from what I gather exactly what is being...

@carugnom You can kind of workaround it when defining `alias` instead of `title`, and changing the template field in the plugin settings from `title` to `alias`. I've noticed this plugin...