Sylvain Hamel

Results 18 comments of Sylvain Hamel

@adriatic I think both ways will work fine. The downside of the second approach is that it might be difficult to track which accesses to `kWidget` need a check. Maybe...

Hi all, I'll send a test case shortly.

Are tests supposed to run on Windows? They passed on my Mac Book but 17 of them fail on my windows computer.

Ok, so here is the code. This is the HOC: ``` // turns `styled` into a composable hoc const composeStyledComponent = (value, ...rest) => BaseComponent => styled(BaseComponent)(value, ...rest); ``` Code...

I'd like an update on this issue if possible. Is the code I provided clear? Can the plug-in be modified to support that use case? Thanks

@jlowery457 : Yesterday I had to tests all 3 options before I merged #33. - local install - global install via `npm install -g` - installed manually and set in...

@jennifer-shehane and @Superkunair you both refer to issues and solutions to handle flaky tests by rerunning them. That's not what I'm looking for. I'm looking for a feature in the...

I found out that if you use `nvm` to install node, you end up with a symlink to a folder somewhere in `C:\Users\YOU\AppData\Roaming\nvm\v6.9.1` and the account running the AppPool does...

I'd like to know if anyone is still experiencing this issue? Thanks!