Results 150 comments of Stijn de Witt

Hi @andreyshedko thanks for your comment. Would you like to try and make a pull request? I can help you if you want to try this.

If you want to take a stab at this: * Fork this repo (check the button in the top right of the page) * Then Git clone your fork to...

I have created [a script](https://github.com/Download/fluentui-emoji/tree/generate-font/scripts/generate-fonts) in [my fork of this repo](https://github.com/download/fluentui-emoji) that can generate the font files: Have submitted the work as a PR

> @Download for some reason your script only seems to be generating font files for the `flat` and `high contrast` emojis, I don't seem to be getting font files for...

Thank you thank you thank you! This change is exactly what's needed! Great you are taking this seriously now. 👍 > The 3.0.1 package has ~100.000 weekly downloads. Wow! That...

@tpapaz Be wary of spending your time before the maintainers say anything. Because the maintainers of this repo reacted to my issue #1050 by basically saying Google does not have...

Seems to me having a `public` folder with static files in them is standard. As in, literally every Node JS / Express project I ever worked on had that. Amazing...

I actually rebuilt react-mdl's `Drawer` to be a controlled component with an `open` property. I also added an `autoClose` property that closes the drawer after a click on a nav...

I have already implemented this in my own adaptation of Drawer. And indeed it's tricky. The problem is the coupling between the components as you say: > The button is...

Yup. The current 'standard' is: * Publish an ES5 or ES2015/ES6 'light' version which should run natively under (current) Node JS (this means no import/export) under the `"main"` key in...