Matthew Steedman
Matthew Steedman
@jeaye This looks really useful, any plans on open sourcing those macros?
@jeaye Cool, looking forward to it!
Thanks for the tip @thheller ! I've tracked down the issue to this package: https://github.com/knubie/remarkable-brackets and the value of `rel-require` is `"."`. Could this file be the culprit? https://github.com/knubie/remarkable-brackets/blob/master/test/test.js Notice...
Yeah it shouldn't be required; I was just taking a wild guess there because I couldn't find anything that looked like `"."`. That package is not on NPM, I'm declaring...
> Found the cause I guess. It gets confused by the "name" field in package.json not matching the actual node_modules folder name. If you fix that in the package the...
This is due to the fact that japanese implements a custom tokenizer in addition to the standard pipeline functions. The multilang plugin only adds the pipeline functions for each language,...
@simonbate Sorry, the `ru` in the example is probably a typo. I think I also forgot to add a `return` statement to the function (I normally write clojure and ruby...
I have the same issue with lib as well as react-native-video. Sometimes they work, sometimes they don't, and I can't figure out why they don't work sometimes.
@JerakRus Unfortunately not. I abandoned the RN codebase in favor of a Cordova.
@timoschilling How can we use `text_node` in a helper?