-
### Is your feature request related to a problem? Please describe.
Functions `Highs::getBasicVariables`, `Highs::getReducedRow` and `Highs::getReducedColumn` (https://github.com/ERGO-Code/HiGHS/issue…
-
Saw some preliminary mentions of `async` support in the future Cyber. I just wanted to point out that async is by far not a solution:
[What color is your function?](https://journal.stuffwithstuff.c…
-
Some crates, e.g. reqwest (see #5) clearly indicate the need for better safe abstractions, as their logic cannot be expressed in terms of the existing ones.
The worst offender by far is the `Read` …
-
Hello, guys. We are considering adding STP as one of solvers for our BMC tool, and I recently had a hard time running even simple examples of certain form with the C API.
This is the simplest examp…
-
we can have back pressure on the sink side, at least via the `bufferedAmount` property:
> The number of bytes of data that have been queued using calls to send() but not yet transmitted to the networ…
-
MakeArrayOfNull reuses a single buffer of `0` for all buffers in the array it creates. It could be extended to reuse that same buffer for all buffers in multiple arrays. This optimization will make Re…
-
### Is your feature request related to a problem? Please describe.
Collector configuration requires listing receivers at least in 2 places: once in the top-level `receivers` section and one more ti…
-
From this discussion https://github.com/FuelLabs/fuels-rs/issues/952 it was suggested that the distinction between Identity/Contract/Address represents a risk factor for people building with sway.
…
-
Hi there! Thanks for releasing this incredible work into open source.
I'm looking at building a protocol that uses ZSSP's stack for connection security. The implementation operates from OSI layers …
Zk2u updated
7 months ago
-
I'm trying to wrap an existing legacy C API in Flatbuffers to decouple logic.
Maybe I missed this, but is there anyway that I apply an alias (or typedef) to a internally-defined scalar to keep the …