Alexander Mills
Alexander Mills
and here's the rub: whereas the above with require fails, using define works! ``` javascript require.undef('jsx!two'); define(['jsx!two'],function(file){ cb(null,file); }); ``` so there seems to be some difference between require and...
the following link to a project serves as an example as to the problems I am having using JSXTransformer with this library and RequireJS https://github.com/ORESoftware/requirejs-jsx-example/tree/master
I am working on the same problem - let me know if you have any good insights. They way I have "solved" it, is in my API, if it's an...
beware of this issue http://stackoverflow.com/questions/36243840/babel-transpile-getting-arguments-from-outer-function
perhaps this belongs in a GOGS repo instead?
ok thanks @milindl - I think this functionality is sorely needed - it would save users re-implementing their own unsubscribe logic. That means the library would store the references, which...
we have a lot of topics in Kafka and passing 500 topic ids 3x a second to unsubscribe is a bit scary. Is there no way to store a reference...
btw, I tried solving my problem with the `chroot` command itself - the problem is that global executables can't be used easily, w/o symlinking them into the jail. And in...
@refack thanks can you explain how that works at the bottom of your post? I dont quite follow.
@refack thats an interesting approach, i think i understand it.