Philip Renich
Philip Renich
I've seen other plugins that will do light-weight autocomplete for all open files. That sort of idea or a config setting where you give a path where the sass files...
I've left a [comment](https://github.com/patleeman/quill-markdown-shortcuts/pull/34/files#r382951591) on this. Also, for reference, here are [the docs](https://www.markdownguide.org/basic-syntax#emphasis) on how to handle examples like `my_local_var` - use * for formatting, not _. That sounds like...
ps @amit1rrr as someone who just found this module, I'm excited to see that there are people actively working to make it better! I'm hoping to start using it and...
Following the route from the stack overflow answer and using `path.join` worked. However, this was a direct change to the compiled asset once the build was done, so is not...
Because this sounds interesting I'll bump this thread with a comment - Yep, go with serviceworkers over appcache. Appcache was pretty sweet, and has limited use cases, but overall I...
Just made a quick little bookmarklet to help with this sort of thing. CSV is a good call too. Connecting up to Google Sheets may be a nice way to...
Would love to see you take over this or create your own fork @cohen990 Let us know if that happens!
It seems like this is coming from a dependency called "load-bmfont" according to this issue: https://github.com/oliver-moran/jimp/issues/662 The problem was fixed in that repo, but no release has been tagged yet...
Whoops, apologise, it seems there was a new release, 1.4.1 https://github.com/Jam3/load-bmfont/pull/7 so it probably isn't that. Could be any number of dependencies then. Looks like `pngjs` had it as well....
> @hovorun can you show me how you're importing the lib? And its component usage? I have the same issue (typescript'd Vue 2 app) and it's a simple module import...