Chandra Penke
Chandra Penke
> One option would be to use tuples, e.g. [diesel](https://docs.rs/diesel) does this (albeit with very abstruse error messages) for representing variable numbers of columns in an SQL table, while still...
Hi there, I took a stab at fixing this here: https://github.com/ncpenke/okapi/commit/58e16cfd49c85f4a80d8718461385fdd290ff46a. Please let me know if you're interested in taking it. I can open a PR and incorporate any further...
I ran into the issue in macOS, where `BENCHMARKS` is initialized in an external crate and the call to`#[distributed_slice(BENCHMARKS)]` isn't appending the array. I tried the `lto=true` mentioned by @vikulikov...
This seems to be related to the [embed-bitcode](https://doc.rust-lang.org/rustc/codegen-options/index.html#embed-bitcode) flag, which seems to be set by cargo when lto is not "off" on macOS. There's no direct way to enable this...
Thanks @krpeacock. I ran into an issue: the ecdsa-node package we used is pure javascript, and doesn't yet have typescript bindings. Three approaches come to mind: 1. Add a minimal...
@krpeacock That sounds great! Only use-case this doesn't handle is if there are key pairs generated by agent-js that are stored in JSON form, that would be useful to use...
We arrived at this solution, but PRs for both these fixes exist already: - https://github.com/FleekHQ/fleek-storage-js/pull/65 - https://github.com/FleekHQ/fleek-storage-js/pull/35 Please merge either this PR or those, as the TS API for streaming...