Aleksander Heintz
Aleksander Heintz
[](https://www.bountysource.com/issues/37603319-add-platform-rtl8710-rtl8711-rtl8195) @treii28 https://www.bountysource.com/issues/37603319-add-platform-rtl8710-rtl8711-rtl8195
The repo is unfortunately private, however all I did was `import { globbySync } from 'globby';`. The issue is that you're not allowed to `require` node ESM modules. Node will...
Also. I'm not trying to import globby in my app. I'm trying to import globby *in my config*. So `nodeResolve` in your example has no use as it's in the...
I know that is the reason :) - but I probably did a bad job of explaining it. As far as I know there are only 2 ways of fixing...
I just had 7 issues opened yesterday (after creating a new repo with greenkeeper enabled for all repos). You can see the issues created here: https://github.com/YoloDev/rollup-config/issues?q=is%3Aissue+is%3Aclosed 
Yeah. I tried doing manually (ie, not using derive), but I gave up mostly due to `&'static str` return types all over the place. Went back to structopt for now.
I am also seeing this behavior. Again, this is only a problem with hot reloading. Currently I'm storing my atoms on the window object (using `Symbol.for` as the key) to...
That would hopefully solve it. This is what I currently have to do: https://github.com/YoloDev/fat-stream/blob/master/src/formatted.rs#L28, and this forces me to make the `ToDoc` trait `unsafe` which means at this point probably...
PathBuf/OsString would also be nice :)
Yes. I didn't say "windows supported versions". I said a "windows installer". You know, a exe/msi that you run, that unpacks all the files at all the right places, and...