Spown

Results 7 issues of Spown

Or at least to stop watching the locales dir? Calling ``.configure`` on the i18n instance once more with ``autoReload: false`` doesn't do anything. No wonder. After [watching is started](/mashpie/i18n-node/blob/b9fb21a3e17081e3a1519ded5ae43e49f72e1758/i18n.js#L166) it...

So I'm trying to read these values from the registry, some of which (``installTime``) appear to be invalid: ```js regedit.arch.list([ "LDPlayer", "LDPlayer64" ].map(emu=>`HKCU\\SOFTWARE\\XuanZhi\\${emu}`), function (err, result) { if (!err) {...

If a test that is being explicitly run/debugged and it's name being a substring of another test, that occurs earlier in the set, this earlier test is marked as currently...

[this defer](/1000hz/bootstrap-validator/blob/98654674893740666773ebfb62798a2611e1a7cc/dist/validator.js#L200) gets never redefined therefore stays resolved forever. I've been using forks of this module, but since npm has this stupid policy regarding updating modules from git sources I...

Would be nice to have all the commands in a subgroup in the context menu. Or even better, contextually guess, i.e. if the cursor is inside a ``{ }`` block...

enhancement

Would be nice if the Ext would detect the multideclaration and ditch ``var/const`` part in the start and ``;`` (and would put ``,`` instead) at the end, so this (see...

Resubmitting my refactoring once again. 1. explicitly run localization only on registered i18n paths (no duck typing or guessing) which makes the process faster and more error prone 2. added...