Yves Chedemois
Yves Chedemois
The reducer in the redux example clones the entire content of the tracked minimongo collections into the store. That seems like a sad memory hog, wondering if there's any other...
TL;DR : I created a plugin at https://github.com/yched/composer-local-modules, that handles composer.json's from locally committed custom modules and themes. I propose we include it in the composer.json template shipped in the...
For a couple use cases (detailed below), I would need to find if there exists pending instances of a given job. Unless I'm missing something, it seems the current API...
**Describe the bug** in 2.0.0, an 'alt+shift' (or any combination containing it : 'alt+shift+q', 'ctrl+alt+shift+q', ...) is not caught if shift is pressed before alt: ` console.log('OK') }} />` alt+shift:...
**Describe the bug** In v2, the sequence 'a b' is matched no matter how long you wait between pressing 'a' and 'b' In v1, an unmatched key is discarded after...
The [breaking changes in 5.0.0](https://github.com/sass/node-sass/releases/tag/v5.0.0) are minimal and do not affect the code in meteor-css-modules
(Seeing this with Meteor 1.6.0.1, did not check with 1.5) Say I have : - ComponentA.js : some react component ``` import ComponentB from './ComponentB'; // relies on implicit .js...
I'm in the process of moving an existing app, with a large existing global SCSS codebase over to css-modules. Since many of those new component-scoped styles are using vars /...
It seems the components using the collection as a prop are never re-rendered when the collection is updated. The bindReactiveData() callback does run, but the state is never seen as...
(Maybe somewhat related to #3527 ?) In VCL : ``` set resp.http.X-My-Header = "not-actually-sent"; unset resp.http.X-My-Header; ``` Expected behavior : varnishncsa -f "%{X-My-Header}o" --> nothing Current behavior : varnishncsa -f...