-
For different ways of launching services, JD should support different backends. E.g. current one is `sh`, but we could add [supervisord](http://supervisord.org/) one that will automatically generate s…
-
Hi! ipycache is great, but one issue I've run into is that raw pickles are slow and big, specially for large arrays. In the past I've tried a bunch of alternatives (pickle+gzip, hdf5, etc). So I imple…
-
I have been looking at the codebase, and it looks like you are calling the formats of the files as backends. However, you also look like willing to implement different backends, such as Environment ba…
-
DONE
-
**Motivation**
We have been getting a lot of requests to run chainner on a server, so this issue to intended to track progress towards that.
The main goal of this is to support offloading the hea…
-
Currently only the Clickhouse backend is supported. It should be pretty trivial to add config for the others, so we should do that.
-
### Describe the problem
Currently, if a Weblate instance has email authentication disabled (`social_core.backends.email.EmailAuth` is not defined in `AUTHENTICATION_BACKENDS`, and a different back…
-
When I execute tritonserver --model-repository=./repo-backend-src/examples/model_repos/recommended_models, a Segmentation fault was occured, error message are as follows:
src/examples/backends/reco…
-
Something like:
```python
flag: ParallelFlag = parallel_backend.make_flag()
flag.set()
assert flag.is_set() == True
```
I don't think it's necessary to generalize to arbitrary values with get/…
-
On @paulbrodersen's machine, setting `vedo.settings.default_backend = "vtk"` is necessary to use brainrender. We should investigate why this is and make sure it's documented properly if others see the…