Jeffrey Wear
Jeffrey Wear
@mattbradley besides testing, I'd like to make a note of this in the documentation. Where is that hosted?
I think this is fixed by @sourcehunter in https://github.com/shanebo/icalevent/pull/7.
This is fixed by @sourcehunter in https://github.com/shanebo/icalevent/pull/7.
@mattbradley I would be glad to run this against the unit tests–where are they and how may they be run locally?
By the way, the code sample above is designed for reproducibility—the actual scenario @chanpory and I were seeing is: 1. We call `i18n.__("foo")` from a template helper. 2. We realize...
Thanks for the quick response @gjuchault. > The file is not the source of the inside object at any time. I guessed as much, I am saying that is problematic....
> The file will not be read every time you get a value. Caching is necessary. Could you explain why this needs be the case locally, as opposed to in...
> You're not supposed to edit a generated file by your library to change the way it works while it's on. The library generates this file. Let's back up. How...
Hm, maybe? I could describe what I'm looking for as syncing i18n-node-2's cache with the file. @kokujin, what do you think?
I'd like to vote for indexing at the top level by object rather than by function, i.e. adopt an implementation closer to https://github.com/tc39/proposal-bind-operator/issues/46#issuecomment-282051644 than the snippet at the bottom of...