Gary Oberbrunner

Results 255 comments of Gary Oberbrunner

Just a thought: how about, assuming ES6 or later, create a private symbol on the store for your use? http://exploringjs.com/es6/ch_symbols.html#sec_symbols-as-prop-keys

I was thinking that you could put all your private state underneath a symbol, i.e. `state[VUEX_EASY_FIRESTORE_PRIVATE_SYM].whatever = some thing` so all your private state would be invisible to the rest...

I can confirm this works perfectly now. Thank you!

Same issue here, "Got no files in tool cahce" -- this is on Windows.

> in the meantime, sounds like running Emacs in WSL might be a very quick way around this problem. Is there any restriction for doing this? Yes, primarily that you...

> Can you pull up a concrete example of an LSP event exchange and show the before and after version that you would be able to pull off _if you...

Yes, wslpath is part of WSL (it's included in Microsoft's Ubuntu distro for instance). I know, you kind of "just have to know" this stuff. :-( ``` % wslpath --help...

I think the mapper has to work both ways, btw -- Emacs needs to be able to tell the server where to find the file, and to interpret paths/URIs coming...

These are now available -- any interest in reviving this?

Weekly `master` builds seem fine to me at least. Also I bet there are other folks like me who'd donate a small amount monthly for this. (Note: I do a...