-
**Describe the bug**
If you set `output_directories=(".",)` then the folder will just not be present. If you actually try and grab a file from within the directory in question, you will see the follo…
-
**Description**
While trying to reproduce a bug for a user with deephaven.learn, I encountered a separate bug. Their bug contained the variable `i` in a function passed to `computer.compute`.…
-
### Affected ROS2 Driver version(s)
2.2.10
### Used ROS distribution.
Humble
### Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
### How is the UR R…
-
I recall a recent issue around this... Should we only do this if the values are different? I've seen cases where through various layers of translation the values get split and then …
-
Every time you create e.g. an `ImageSegmenter` with `ImageSegmenter.createWithOptions({wasmBinaryPath: ..., wasmLoaderPath: ...})` a `` element is added to the document with `wasmLoaderPath`. If you l…
-
### Tested versions
- Reproducible in: v4.4.dev2.official [97ef3c837], v4.3.stable.official [77dcf97d8]
### System information
Godot v4.3.stable - Ubuntu 24.04.1 LTS 24.04 - X11 - GLES3 (Compatibil…
-
## Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
## Is this a BUG / ISSUE report or a QUESTION?
This is a feature from Tarsnap that I'd like to have. See the [short secur…
-
If you compare the two functions for adding a single, or multiple policies in model/policy.py, the add_policies method only appends the new rules, but does not update the policy_map if a priority is g…
-
Append-only tables are those for which a user never modifies existing rows, except to delete them. These tables are amenable to some optimizations:
- We can short-circuit the sstable read as soon a…
-
Right now, it's common for any two concurrent update/delete transactions to have one return `CommitConflict` error. This makes it hard to make many updates. The best workaround for now is to do update…