-
Be good to have an ability to set seeds.
I've added this to my version. My code is too hacky and special purpose to share directly, but I thought it might be worth mentioning in the hopes that fut…
-
```python
'default': {
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
'URL': 'http://127.0.0.1:9200/',
'INDEX_NAME': 'article',
},
…
-
Support dynamic table prefix specification in the mysql and pgsql storage backends. E.g. you can specify "mynano_" as the prefix and it would get prepended to the table names like "mynano_devices".
-
We have a running Loki instance at https://open-elements-loki.azurewebsites.net (no frontend) and a running Grafana at https://open-elements-grafana.azurewebsites.net. As a next step we need to forwar…
-
It seems that luv raises an exception instead of returning an empty list.
```ocaml
open Eio
let lookup net hostname =
match Net.getaddrinfo_stream net hostname with
| [] -> ()
| _ …
-
(No idea if the issue title captures what I want to say well...)
### The Issue:
On Windows the user has to install a driver for libusb to access the camera. It's a bit annoying but manageable ju…
-
Recently, I noticed that the `SentenceTransformers` class has gained the ability to use the ONNX backend, which is incredibly beneficial for enhancing performance, especially on CPUs.
I would like …
-
While clicking around with two people on the test server I commonly see the following error appear. After waiting a few seconds and refreshing the page, the error will often resolve itself.
**To R…
-
Some traits we want to pass across the language boundary are also bound by `Send` and `Sync`.
We should: add a config that does this automatically for any Diplomat trait marked `trait Foo: Send + …
-
```
File "/dummy/mycleanindia/mycleanindia/venv/lib/python2.7/site-packages/social_core/utils.py", line 58, in module_member
module = import_module(mod)
File "/dummy/mycleanindia/mycleanindia/ven…