Vitaly Shukela
Vitaly Shukela
Do you like my idea of the interface for this? (with `a=a.csv` and such, see above). It is: 1. More or less intuitive; 2. Backwards-compatible; 3. Allows untangling the possibly...
What is left to be done here?
> error: unnecessary skipping: the unused parameter is auto skipped by default > unused parameter Maybe "parameter for which unused warning is silenced" or "underscored parameter" would be better? Also...
Yes, but you need to additional steps for it: 1. Clone https://github.com/rust-lang/crates.io-index to your repository; 2. Override download URL in `config.json` to `http://127.0.0.1:8000/ktra/api/v1/mirror` (or similar); 3. Add something like this...
Also the link to example "examples/trivial.rs: `https://github.com/cogciprocate/ocl/blob/master/examples/trivial.rs`" does not work and I don't see `examples` directory at all.
Shouldn't `-rc` prereleases be upgradable to releases, unlike `-alpha` or `-beta`?
The bot I was implementing is basically send-only, so I just turned off receiving of the messages unless in debug mode.
Even `ldb get ` inserts extra `\x20` and `\x0A`, making extracting CBOR fragments more annoying.
For now just pushed the local changes I had for my use case.
Maybe at least publish pre-built executables for various linuxes to Github releases?