Filippo Neysofu Costa
Filippo Neysofu Costa
`virtualPlot` for continuous distributions is completely broken and should not be considered reliable. I intend to fix fix it in the next release. It will probability use [systematic sampling](https://en.wikipedia.org/wiki/Systematic_sampling).
Maintainer's notes - This is blocked on https://github.com/clap-rs/clap/issues/1041 / https://github.com/clap-rs/clap/issues/2150 where we move away from opaque, non-public `Id`s for arguments to something the user can programmatically act on --- Hi,...
Hi! I think it would be useful to have a parameterized type for optional entities, e.g. ```elixir @spec f(Algae.Maybe.t(String.t())) :: any def f(opt_name) do # ... end ``` We could...
Here's a list of the encoding types that I eventually wish to implement for Fasters: - tag-value - FAST - JSON (with `serde-json`) - Simple Binary Encoding, both LE and...
TLS issues are common among FIX users and it'd be great to have a good set of examples. Ideally, we would showcase how to use FerrumFIX's FIXS layer together with...
As Fasters becomes less and less just another FIX implementation and more of a tool to roll your own fully-fledged FIX engine, we'll need comprehensive test suites to test FIX...
While the current design works and has good performance, its capabilities are quite limited. We should switch to a data structure that allows for Merkle proofs, and root cryptographic signature...
We are planning on replacing the encoding internally used by SVM both for storage and on-wire entities representation with [SZZ](https://www.ssz.dev/altwalk). This change would: - Reduce our codebase size. - Standardize...
For standardization's sake, we'd like to swap out the current ABI with SSZ. See also #493. The ABI is subject to different concerns compared to `svm-codec`. Any chosen ABI implementation...
`crates/host/svm-query` is outdated and not used anywhere inside SVM. It can be removed safely without impacting the rest of the code.