Linda_pp

Results 526 comments of Linda_pp

I think `\s*` at the head of pattern should be removed as well.

> allow setting hard limits that will make additional allocations fail I think this is reasonable since for example JVM has this functionality. Current wain implementation tries to use memory...

I see. It would be useful to have execution steps limit and/or timeout. I'll keep this issue open to consider the functionality in the future. Thank you for the point.

FYI: `ftplugin/typescript.vim` conflicted between Tsuquyomi and typescript-vim. But it was fixed. So this issue may be already gone.

Managing Git history of dotfiles is up to the author, I think. - Someone don't want to think about commit messages for dotfiles, but someone (including me) want - Someone...

I'm not sure because I'm not using bundler for Electron app usually. But I guess `__dirname` does not work when packing the source. It is used at default value of...

The error means `require('/opt/company/project/package.json')` fails. [Open Electron as REPL](https://www.electronjs.org/docs/tutorial/repl) and try `require('/opt/company/project/package.json')` If you pack your app with asar, it may cause some issue

It would be nice. Do you have any suggestion of i18n library? I haven't tried i18n in JS.

Thanks for catching this. Yes, as you described, this package does not work without node integration. As you pointed, we need to move preload script to avoid using `electron` module...

Yeah, I also think it would be great. Electron has a feature to provide automatic application update as following document. https://github.com/electron/electron/blob/master/docs/tutorial/updates.md https://github.com/electron/electron/blob/master/docs/api/auto-updater.md electron-about-window can support this by adding a UI...