Martynas M

Results 57 comments of Martynas M

I've looked for `tide` through my config and found these lines: ``` (safe-local-variable-values '( ;;; ... (typescript-backend . tide) (typescript-backend . lsp) (javascript-backend . tide) (javascript-backend . tern) (javascript-backend ....

I already wrote about it -- `ts-ls` ``` `-[-] ts-ls:237369 |-[-] Buffers | `-[+] App.tsx `-[+] Capabilities ```

So what should I do? Previously it worked (well it worked about a month ago and I did a pause since I wasn't working on this specific project). And for...

My previous pull from upstream was 125 commits ago, this will be fun ;D Anyway, thanks ;D

This issue doesn't come up if I use `jsts-ls` as my LSP backend. Disregarding the commit of the develop branch completely - it works the same for all of the...

I also tried to change the cider-inspector mode to use `cider-mode` instead of the special mode (then restarting cider to test it and so on) but I think I didn't...

Hi https://github.com/clojure-emacs/cider-nrepl/issues/64

Hey. Several months ago google has consolidated their scripts of captcha under the same domain name so now it's harder to block it by domain (previously it was `captcha.googleapis.com` and...

It's also worth mentioning that adblockers already do it on HTTP request level (but globally, not per-site) although configuring it by hand in any way would be an overkill. AND...

After I do this it doesn't crash: ``` const onMessage = (event: CaptchaEvent) => { const eventAny = event as any if (eventAny.persist) { eventAny.persist() } ```