Gary Oberbrunner
Gary Oberbrunner
> i guess you should get a blog for that. I suppose so (I'm 99% a lurker, so this doesn't apply to me so much). Perhaps Mr. Doctorow and other...
@plohoj that is useful info re: AST Explorer. Could it help with this mis-indentation situation? ```ts export const foo = functions.https.onCall(async (data: {width: number; height: number; type: 'video'|'still';}, context) =>...
Also, using that test repo, I'm not sure what to commit to git. Seems like I really _don't_ want to commit the `.yalc` dir because that's just needless churn every...
Thanks -- I got the update but it still doesn't seem to work for me: ``` % yalc --version 1.0.0-pre.42 tower1 (~HORIZON/packages [master]) 10:39AM 5407=> % cat ~/.yalc/installations.json { "@horizon/common":...
Sorry, I don't understand your question. That directory `/tmp/yalc-test/app` does exist. I must be missing something obvious I'm sure :-)
Shouldn't `yalc installations clean @garyo-test/common` remove all installations of `@garyo-test/common`? I'd expect after running that command that my `~/.yalc/installations.json` would look like ``` { "@horizon/common": [ "/c/dss/Product/Horizon/horizon/packages/renderer" ] } ```...
Ah, so to actually remove (unpublish) a package I have to go to the destination(s) first, remove the package from `yalc.lock` there, and then go back and `yalc installations clean`?...
I'm also seeing real slowness (1-2 sec delay to echo chars) with lsp-ui. My profile run starts with `lsp-ui-doc--make-request` which is also called on every `textDocument/didChange` event on every keystroke....
I can't run `lsp-describe-session`: I always get an error "Invalid image file name 'xpm'". This is with a recent nightly emacs 27 on Windows. **\** OK, I figured that out...
Hi; I also ran into this same error: ``` vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in callback for watcher "function () { return this._data.$$state }": "Error: [vuex] do not mutate vuex store...