trolley813
trolley813
When using URLs which are valid only for a specific set of API versions, like this: ```python # this is present only in v1 url(r'^api/(?Pv1)/one/', include('app1.urls')), # and this is...
[This commit](https://github.com/rncbc/qsynth/commit/30fa7136fd3eddb4444cb82f463edb57ab2d0321) fixed multi-channel JACK support, although it likely introduced another problem (at least on my ALC1220 hardware on Fedora 33): when JACK is selected as audio output and number...
A replacement for #5666 (related to the now-closed #6232). Now, `ClickHouseContainer` picks up the new `com.clickhouse.jdbc.ClickHouseDriver` driver if it is available and the version tag is 20.7 or later (as...
For 4 (and more) players, now only neighbours can throw. The option allowing all players to throw should be introduced. Also, team option for 6 players (3-on-3) should be playable...
Hello! This is not actually an issue, but a kind of a "how-to" post, namely how to use the model on a lower-end GPUs. The way proposed here is to...
This PR replaces built-in `javax.activation` module with standalone JAF (since the former is deprecated in Java 9 and 10 and can be only enabled with a command-line argument (see #28),...