Alexandr Priezzhev
Alexandr Priezzhev
It wold be great to have the possibility to inject selected Chrome plugins into the app package. Is it possible to implement that? As I use nativefier mostly for development,...
This allows `Label` to accept any styling props. However, this piece of code does not follow the prev style (no semicolons) and does not depend on styled components. Hope, it...
Thanks for the tool! It helps a lot to keep my linux scripts running well on OS X. If you are still interested in improving tool features I would like...
- Switched to Neon - Module now works with Rust 1.21
Hi, I have the segfault even with the primitive example: ``` const parser = require('parser-xml2json') const xml = '' parser.parseString(xml, (err, res) => console.log(err, res)) ``` ``` $ node -v...
This PR addresses issues with - handling timezones by making corrections to timezone and local timezone related conversions, - time formatting and the use of a time freezing utility without...
Hello, Thank you for this example repo! I have managed to adopt it to use with Rocket instead of Iron. However I fail to make use of `r2d2` for connection...