Alex Quach
Alex Quach
Would it work to mark the NODE_ENV in the browserify incremental cache? Like `cacheFile: './browserify-cache-' + NODE_ENV + '.json'` roughly?
Thanks! I did see that one. It looks like it was trying to generate native Typescript code instead of just the definition file. I believe generating the definition file is...
Looks there are some test failures, but at first glance they don't seem related to my change 🤔
Alternatively, since the errors are all because the token is invalid, is there a way to get updates on when tokens are invalidated fast enough so that we don't have...
The current color temperature and the preview stuff doesn't work very well from my experience with it, so I forked it [here](https://github.com/aquach/f.lux-indicator-applet) and changed it to instead display what the...
Yeah, I agree! I did what I could without being able to change xflux itself. After trying out the indicator applet for a bit, I realized the preferences window was...
Makes sense! I'll tackle it when I have time. Thanks for filing!