Linus Miller
Linus Miller
Because of reasons i often prefer to unshift the module path array, rather than push onto as is the default behaviour since v2. Perhaps one could pass an options, ie...
A notice at the top of announces the package has been renamed to [@messageformat/core](https://www.npmjs.com/package/@messageformat/core).
If you quit ranger without opening a file, jumping to the previous buffer (`:b#`) does not wor; it errors with: ``` E86: Buffer XX does not exist ``` I assume...
To fix #171 and not use any UNSAFE_ methods, i converted the react integration to use hooks. I haven't updated the tests yet, want to hear whether this is an...
This PR implements the option to initialize a store with an extra argument that will be passed to each invocation of action functions. This is very similar to the extra...
This PR rethinks actions and action creators. An action now simply becomes an unbound function with two arguments, `state` and `store` (or only `store`, see discussion below). More commonly a...
The dustjs manual at http://www.dustjs.com/guides/context-helpers/#writing-context-helpers insinuates that context helpers can be used with both sections (`{#helper}`) and conditionals (`{?helper}`). However, conditionals only seem to test truthy/falsy... thus always returning true...
i have upgraded the module to use babel 7. i also think the package should be renamed to babel-plugin-transform-modules-simple-commonjs since babel dropped es2015 from all their packages when babel 7...