Bryan Goldstein

Results 83 comments of Bryan Goldstein

That is the second time I accidentally closed an issue trying to clear the input field today... you are supposed to be a shining example of good ux @github

I am willing to tackle this, but I don't have a ton of time to devote. My goal will be to break this epic into manage-able chunks.

This would become fairly easy to do if we implement the tokenizer in #74

@scmilee - mutations should work with this package

looks like I never wrote a test for mutations, if they don't work I would consider it a bug

Hey thanks for reporting this, I think you are experiencing caching issues, when you change the environment variables you have to clear out your cache. Unless you are saying that...

Hmm... Could it be hot loading? If the process that watches your changes didn't have the environment variables set maybe that would do it? I'm not sure how to test...

@FadiAboMsalam - Unfortunately the transformed code is cached with the old variable values. You can remove just the cache (which is likely stored inside your node_modules folder in some cache...

@andreametelli - you might be experiencing caching issues, make sure you don't have any cache directory set, and if you do, delete it

@andreametelli - interesting, could nodemon + babel-node be running the babel plugin from a different path?