Damien Elmes

Results 241 comments of Damien Elmes

I presume their primary motivation for using the console pool in this case is so they can see the 10..20.. part update in real time. The testing time seems a...

I think the move to the Anki forums makes sense. If you need something from me, please be specific.

Guys, one thing I forgot to mention is that all categories on the forums except the Suggestions and Add-ons categories will auto-close topics after 30 days of inactivity. That's not...

Happy to, but are you sure it's worth it? The desktop version uses a single Help category. The rationale is that users often think they've found a bug when they've...

For it to work, the webview should request '/graphs'. The web server should catch that request, and return the contents of index.html. You'll need to teach the web server the...

Where is isSvelteKitPage() called?

> For it to work, the webview should request '/graphs'. > but [client.js](https://github.com/sveltejs/kit/blob/0fee61c571db253921d1a6503fc879235c6f3b60/packages/kit/src/runtime/client/client.js#L1297) says that it couldn't find sveltekit/graphs

The backend uses https://github.com/rustls/rustls-native-certs. It doesn't currently support self-signed certs on the mobile platforms. This will hopefully change in the future when https://github.com/rustls/rustls-platform-verifier matures. In the mean time, you should...

I feel like this would challenging to implement, as long as the two repos are separate. We get 90% there already by using ./build.sh and testing locally, so perhaps that's...

Deps are supposed to be pinned, so I can't think of why this would break apart from a change to the runner env, or some deps that wasn't properly pinned....