-
Hi @pacman82 , looks like we have an issue in FFI binding which causes UB. Passing mut enum ref across FFI boundaries causes UB in cases when ODBC driver returns value absent in enum.
Details: htt…
-
Hello,
Your dataset was added to CoronaWhy (https://www.coronawhy.org/) Data Lake on Dataverse as a piece of common COVID-19 data https://datasets.coronawhy.org/dataset.xhtml?persistentId=doi:10.5072…
-
I used it as follows:
```
import {importFromString} from 'module-from-string';
...
async function compileModule(code)
{
return await importFromString(code);
}
```
Here is the bundle deplo…
-
References with links to all papers using this code.
-
In the latest blood bowl upgrade branch: https://github.com/BSData/bloodbowl/tree/BBUpgrades I've added logic to re-assign the primary category of a player that is either Missing Next Game or Dead. In…
-
Currently, the parser works the following way:
```
> val x = (fun(x) { x })
x : forall (x : a) -> a
> val x = (fun (x) { x })
^
((2),10): error: invalid syntax
unexpected keywor…
-
Currently, it is possible to use the library incorrectly so that `Connection` object is dropped before `Statement` (or any derivative) leading to panic on `SQLFreeHandle` returning "invalid handle" er…
-
Due to the limited abilities of the labelers (including me), the classification model was trained only on English (and some other Latin-based languages) examples. Hence, citations based on non Latin m…
-
I've been following readme, installed on ios, worked fine. But android does not. Getting `java.lang.SecurityException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.REGISTER…
-
I ran into Koka/gettext-rs#9, so I changed to `gettext` in my project's `Cargo.toml` like this:
```
[dependencies]
tr = { version = "0.1.3", features = ["gettext"] }
```
The problem is, `tr` …