Serveny
Serveny
Use `cargo install wasm-pack` instead
Thanks for the fast answer! This is indeed a strange behavior of the browser. I did some testing and the only way to remove the nameless cookie is to set...
I also noticed that deleting via `cy.setCookie('', 'xyz', { expiry: -1 });` only works if there are no other cookies. So it should be called after the cookie reset via...
This may be a little off-topic, but if anyone here has set up Trilium and Ollama via Docker and entered an address such as `http://ollama:11434` and is wondering why they...
I attempted to add the deprecated controls with a note, but currently, JSDoc deprecation warnings do not display for union types. Therefore, I believe it is best to only document...
I also think that it's only worthwhile if it one of the parts can be generated. Without knowing too much about C++ or the Mixxx code base itself, is it...
> I personaly like it. But maintaining two parallel descriptions is of course additional maintenance effort. If we find a way do generate the controls description in the manual from...
> The behaviour depends on how you concatenate strings Oh, that could be a show-stopper. The Typescript compiler can't recognize compound strings; it simply interprets them as `string`. The only...
> @Serveny This PR is your first contribution to Mixxx: As a first-time contributor we need you to sign the [Mixxx Contributor Agreement](https://docs.google.com/forms/d/e/1FAIpQLScC9QG327sjLL0eWftmfGUasxFFLxg6LCXJ2xHDYRzFIRqyiw/viewform?formkey=dEpYN2NkVEFnWWQzbkFfM0ZYYUZ5X2c6MQ) and comment here when you have done...
> The behaviour depends on how you concatenate strings Fixed that, now group/control type check is disabled if group is just `string`. But I have one more question: The d.ts...