-
All the RR profiles have something like `compatible_printers_condition = printer_notes=~/.*VCore4HYBRIDsettings*/`
If you add anything (except, in this case, as many `s` as you like...) to the end …
-
Hi, we are using your library (which is wonderful by the way) and I run into a race condition with -race on BuildV3Model in my tests
```
func LoadOpenAPIModel(openAPIRoot string, openAPIPath strin…
-
When installing exponax 0.1.0 via pip:
```
conda create -n exponax_test python=3.12
conda activate exponax_test
pip install -U "jax[cuda12]"
pip install exponax
```
Running the following IC g…
-
See https://github.com/rwtema/extrautilities_old_issues/issues/1812, https://github.com/rwtema/Extra-Utilities-2-Source/issues/178, https://github.com/rwtema/Extra-Utilities-2-Source/issues/436, https…
-
Hi,
I would like to have menu show only when certain conditions are meet. The easiest way to allow for such custom conditions would be a additional field where you execute the command that will ret…
-
I aligned the content deletion experience with the web app. The changes I made allowed users to edit the message when there is empty content. When the user enters empty content, and edits the message,…
-
**Describe the bug**
After clicking on `UpdateDownloadAll`, in case of novel-entry in the middle of the library, if currently selected novel has some updates, then the code-execution splits into 2 -
…
-
**Description**
To complete the chess game logic, implement functions to check whether a player's king is in checkmate after every move.
**Expected outcome**
you need to check if it is check and m…
-
TLDR: don't use an asynch action for the condition in a ReactiveSequence.
I have a simple ReactiveSequence like this. It's very similar to the example [here](https://www.behaviortree.dev/docs/tutor…
-
Jira Link: [DB-13131](https://yugabyte.atlassian.net/browse/DB-13131)
### Description
The test PgCatalogPerfTest_ResponseCacheInvalidationOnConnectionWithTempTableClosure finds a data race under tsa…