-
I'm getting errors like:
`[error] No SSL or TLS support compiled into Conduit`
with recent versions of `ocaml-gitlab`. I have made sure the tls package is installed.
Here's my list of package…
-
-
## About the author
I am Endre, a data scientist in academia - sort of a research software engineer. Most of my current work deals with statistics, programming, complexity and scaling but I think I…
-
In GitLab by @daveseah on Jan 19, 2021, 13:01
This is the umbrella issue for the current ScriptEngine; we'll break these out into individual issues.
## Summary
The scripting experience for develope…
-
Analysis for issue #199 reveals that there are several other issues involving the pre-(JSR 310, JDBC 4.2) date, time, timestamp conversions to and from the `java.sql.{Date,Time,Timestamp}` classes. Un…
-
Currently, there is a three-step process to initialise a group element, namely:
```
using CryptoGroups
_curve = curve("P_192")
G = specialize(ECGroup, _curve)
g = G(generator(_curve))
```
It …
-
While performing memory profiling for snarkOS, I noticed that a very large (>73% when running a client node) number of allocations is caused by `PrimeField::from_bytes_le_mod_order`.
That method is…
-
Why?
- it's a very substantial program using bash as a programming language, but it's *not* a batch program
- it's probably one of the hardest scripts to run (probably won't get it to run in total…
-
The current canonical data seems to test only in a single direction and not back.
Thats makes it hard to do property based testing on this.
Since everything that is not an letter is not changed …
NobbZ updated
6 years ago
-
https://github.com/unitsofmeasurement/indriya/blob/1fa2d727bcb4e602ed07c07a31b165a73e29aea4/pom.xml#L711-L725
This leads from https://maven.apache.org/plugins/maven-jar-plugin/ to https://maven.apa…