-
**Are you using the latest release?**
If you are not using the latest release of funannotate, please upgrade, if bug persists then report here.
**yes, installed via conda**
**Describe the bug**
…
-
Have almost used kaldi a few times for dialog systems. Have used VoiceXML and MRCP, Alexa Skills Kit, Google Speech. Currently using hardware from Fortebit (https://fortebit.tech/). Have (twice!) tr…
-
I would love to be able to support non-Windows platforms using PowerShell 7. Unfortunately, I have not had any luck finding compatible libraries, i.e., `System.Data.SqLite.dll` and `SQLite.Interop.dll…
-
//// Cargo.toml ////////////
[dependencies]
rusqlite = "*"
or
[dependencies.rusqlite]
version = "*"
features = ["bundled"]
//// main.rs ////////////
extern crate rusqlite;
//// The erro…
-
Hi! Thanks for this wonderful package.
I am interested in matched two columns by similarity score and I read from the README that there is only `stringdist_*` family of functions provided. I wonde…
-
These functions need semantic checking See: https://www.sqlite.org/lang_corefunc.html
ALL DONE 10/23/2024
```sql
concat(X,...)
concat_ws(SEP,X,...)
format(FORMAT,...)
glob(X,Y)
hex(X)
l…
-
**Describe the bug**
I have a problem with coverage of statements under `async with` while using `fakeredis` library. This problem manifests only under `Python 3.11`. `Python 3.10` correctly reports …
-
Hi, would something like this be able to act as a MySQL passthru where noria acts as the cache layer infront of MySQL but the storage and data processing is all done by MySQL itself (or MariaDB).
O…
-
make fails when compiling on latest cygwin environment. Note: I had to add -lintl to get around an undefined reference to `libintl_setlocale'.
gcc -g -fPIC -dynamiclib -o orafn.so entry_point.o \
…
-
This is related to #532 but is nit the same.
Hello all,
should I be able to pass metadata (expanded %t and %a in this test case) to a bash script via a RN line in a macro cart?
RN /home/rduser/pl…