Finn R. Gärtner
Finn R. Gärtner
I tried executing the command in README and got the following error: Traceback (most recent call last): File "demo.py", line 128, in aud[j] = (aud[j] - mean_aud) / std_aud ValueError:...
Split from #6 Related issue: #489 Since the draggable and resizeable widgets can go outside the mobile viewport if the content is too large, a responisve solution should be found....
Split from #6. Bootstrap 5 beta 3 was released on March 22, 2021 and the stable release is expected to release in the next few months (https://github.com/twbs/release and https://github.com/twbs/bootstrap/issues/31057). A...
When trying to use the cli tool with create-cluster, I get the following error: ``` Waiting for server msostream-cpx11-master1 to be up... # terminated with exception (report_on_exception is true): /usr/share/gems/gems/net-ssh-6.1.0/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb:21:in...
### What happened? I have a table named `group`, which I tried to query. I tried using backticks (as suggested in the docs: https://prql-lang.org/book/reference/stdlib/transforms/from.html), which doesn't seem to work. ###...
Part of #1450. Validation warnings are a good way to prevent common editing errors. We should add new warnings and update outdated/unspecific warnings. This is especially important for events and...
After implementing #1580, it turns out that Mantine does not work well with NextJS's new App Router. Therefore, TailwindCSS with components from Shadcn is now used instead. This should improve...
This issue tracks the current progress of the frontend overhaul project. The progress of individual issues can be seen on the [frontend overhaul project board](https://github.com/orgs/VocaDB/projects/1). ## Current status - The...
This PR adds a common user agent to various NND requests. This mainly fixes the NND playlist import feature.