Nicolas Hery

Results 13 comments of Nicolas Hery

Thanks for sharing @kballenegger! Simple and effective :)

Good question. Maybe an example? But that might not be necessary... Initially I was wondering what to do when `keys` is an array. I thought of something like: ``` javascript...

@patrick-steele-idem @mlrawlings I haven't gotten a change to explore this much, but I saw that Marko v4 is just around the corner (congratz btw! 😄). I definitely don't expect this...

Thanks @mindeavor, I hadn't seen that. From skimming through it, I think this will help with the question of editor integration (ex: [VSCode Angular Language Service](https://github.com/angular/vscode-ng-language-service)). I looks like it's...

I haven't looked closely, but looks like the plugin support released in [TypeScript 2.3](https://blogs.msdn.microsoft.com/typescript/2017/04/27/announcing-typescript-2-3/) may be of help for type-checking `.marko` files, and more generally providing editor tooling for Marko...

We've been having memory leaks on an Angular 1.5.11 application, and I think I've narrowed it down to being the Modal. This recording was taken on the [docs website](https://angular-ui.github.io/bootstrap/), by...

I have bumped into this issue as well. > presumably this just works if you configure poetry to use the system git client (and have configured git correctly)? As mentioned...

I saw something about checks using `process.env` being slow in Node, because it is not a regular object? https://github.com/facebook/react/issues/812 Maybe something to keep in mind... By the way, are you...

Thanks @gcanti! I'm also completely new to benchmarking, so afraid I won't be much help :-/ Maybe looking at existing examples might be useful (for instance https://github.com/marko-js/templating-benchmarks, they use [matcha](https://www.npmjs.com/package/matcha)...