Jiri Spac

Results 240 comments of Jiri Spac

@WolfieWerewolf thanks for the report. Lodash certainly can have some unwanted behaviour. We should come up with a simple testcase and include it in the fix. Can you give me...

interesting, thanks for your report. I will try for myself, hopefully I can write a test to reproduce this over the weekend.

it's not planned nor implemented. I am open to merging a PR if you open it.

@tauren I do it the same way. Haven't found a better way. Though there are things around karma-jspm which suck much more I think.

Ideally both would have this option, but we don't live in an ideal world 😅

I agree with @Jule- this should be changed.

@CharlesStover you can `useRef` to store abort controllers. Maybe take a look at https://github.com/mauricedb/use-abortable-fetch for inspiration. Heck you could even use that hook under the covers.

Using the source is not good enough solution. We have image upload in our quill and when it adds an image, the source is `api`, but we need to invoke...

@whphhg there are quite a few. I should probably make a boilerplate or maybe try t oseparate those standard.js rules into `standard-config-noformatting` ``` "devDependencies": { "babel-eslint": "^8.0.1", "eslint": "^4.8.0", "eslint-config-prettier":...

This is the callstack I get in my vscode ``` TypeError: Cannot read properties of undefined (reading 'fsPath') at Ke.getRelativePath (vscode-file://vscode-app/home/capaj/.vscode/extensions/eamodio.gitlens-12.1.1/dist/webpack:/gitlens/src/env/node/git/localGitProvider.ts:742:56) at Ke.getAbsoluteUri (vscode-file://vscode-app/home/capaj/.vscode/extensions/eamodio.gitlens-12.1.1/dist/webpack:/gitlens/src/env/node/git/localGitProvider.ts:684:29) at Object.getAbsoluteUri (vscode-file://vscode-app/home/capaj/.vscode/extensions/eamodio.gitlens-12.1.1/dist/webpack:/gitlens/src/git/gitProviderService.ts:887:19) at Function.fromFile (vscode-file://vscode-app/home/capaj/.vscode/extensions/eamodio.gitlens-12.1.1/dist/webpack:/gitlens/src/git/gitUri.ts:229:15)...