Tobias Jacob
Tobias Jacob
Consider the following example for the threadpool, which is close to the example from the documentation: [https://docs.rs/futures/0.3.15/futures/executor/struct.ThreadPool.html](https://docs.rs/futures/0.3.15/futures/executor/struct.ThreadPool.html) ```rust use std::thread::sleep; use std::time::Duration; use futures::FutureExt; use futures::executor::ThreadPool; async fn cpu_intensive(i: u64)...
I'm trying to follow the [Minimal Dask Azure Tutorial](https://cloudprovider.dask.org/en/latest/azure.html). I used an existing resource group with a new vnet and security group created as described in the tutorial (except that...
**Fix #382** - Add a way to set the priority class. Helpful to prevent eviction of timescaledb in case of memory pressure. **Fix #389** - The default values made setting...
**Describe the bug** The default values.yaml file sets empty credentials for AWS S3 buckets, that are passed to pgbackrest via environment variables. Unfortunately, they prevent setting up Azure backups, because...
Most other charts provide a way to set the priority class of a chart, e. g. [kafka](https://github.com/bitnami/charts/tree/master/bitnami/kafka) and [prometheus](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml). Setting the priority class is important to prevent eviction of the...
This is a minimal example demonstrating the issue: ```python from lietorch import SE3 ex = SE3.Identity(1) ex.quaternion() ``` results in ```console NameError: name 'Quat' is not defined --------------------------------------------------------------------------- NameError Traceback...
It would be nice to introduce a way to deal with multiple authors.
I created two functions to parse and write binary files. They can be imported into q using the load command. ```go err = kdb.WriteToFile("data.kdb", kdbTable) ``` and then in q...
On the documentation, an example is given for how to implement [AliasedGroups](https://click.palletsprojects.com/en/8.1.x/advanced/#command-aliases) We have a command, which is intended to be run like this ```console axii workspace add ``` tab...
### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior Building FastDDS under windows works using cmake ### Current behavior...