Janosh Riebesell

Results 651 comments of Janosh Riebesell

Fwiw, the changes in this PR worked flawlessly for me. ```sh pip install https://github.com/akeeman/autoflake/archive/patch-1.zip autoflake **/*.py ``` Did nothing at first (as expected) but after adding the following to `setup.cfg`,...

Anything I can do to help push this over the finish line?

For me, the snippets from @ajboni and @mromanuk are throwing ```text TypeError: this.addWatchFile is not a function ``` ```js server: { // ... plugins: [ { buildStart() { glob('content/**/*', null,...

Oops, my mistake. I put that code snippet in `server` rather than `client`. Thanks!

Follow up question: `rollup` is now detecting changes and rebuilding but the changes don't appear on the page. I assume that's because I'm watching Markdown and Yaml files and the...

Being able to pipe new words from a remote host back to local custom dictionaries would be awesome! 🚀

@riez Nope, I ended up using simple `fetch` requests to my GraphQL endpoint instead of an Apollo client. No caching that way, but I'm requesting relatively small amounts of data...

I guess we can convert this issue into a tracker for when the py3.10 wheel becomes available then.

> Regarding the option of putting Numba as a extra library, I tried it but I failed. Something like the following won't work Did you try this? ```py @requires(nb is...

> So you mean using Deno to run SvelteKit itself, right? Correct. Should have been clearer. > From what I understand, this would be non-trivial... I was afraid you'd say...