Malte Zietlow
Malte Zietlow
Hi @AUMmason, I faced the same issue. As an alternative I also tried to use `` but '' were encoded to `<` and `>` The solution for me was to...
> > Hi @AUMmason, I faced the same issue. As an alternative I also tried to use `` but '' were encoded to `<` and `>` The solution for me...
I'd love to use the extension, but I am having a similar issue with the Rule `UPPERCASE_SENTENCE_START`. I tried disabling it (+ restarting Obsidian), but whenever I start typing beneath...
### My issue I just upgraded to npm version 8.11.0 in the context of sharepoint SPFx. Which caused vscode-jest to stop working, throwing: `TypeError: Cannot read properties of undefined (reading...
Turns out I've got it all wrong. Following the [basic markdown guidelines](https://www.markdownguide.org/basic-syntax/) (especially putting blank lines after headings...) my issue vanished into thin air.
We have just updated our projects to SPFx 1.17.4 and observed the same error, even with the latest `3.16.0-beta.5586495`.\ Passing serviceScope as any, like you suggested, was useful for mitigation...
Hi @michaelmaillot, I don't have a minimal working example by hand, but in my project, casting to `any` was required. `ServiceScope` comes from another project (I'll name it `MyOnlineLibs`). `MyOnlineLibs`...
The loss function you see implemented in the code snippets posted above is taken from the paper 'Deep One-Class Classification' by Lukas Ruff et al. (2018). Here, a Hyper-**Sphere** is...
Hi @MatanBobi, thanks for checking. I noticed you used `happy-dom` in your reproduction, while we’re running tests with `jsdom`. I tried with `happy-dom` as well and couldn’t reproduce the issue...