Kim Altintop
Kim Altintop
> All data stored in IPFS is stored in IPLD DAG form, which is reasonably > structured but not super typed (think JSON), the `ipfs dag` api > interacts more...
Seems like this is the successor: https://github.com/phadej/cabal-extras/tree/master/cabal-docspec
The interpretation seems to be that a library which uses it to drive its doctest suite is not a derived work. As evidenced by `lens` (BSD2) using `cabal-docspec`, which @phadej...
Would you be able to try it out (and maybe submit a patch)? Afaiu, the issue is with nix specifically, and I have no way to test.
It builds fine over here, but it seems like a `cabal-docspec` _executable_ is then required for building. Perhaps we should just move the property tests to a normal test suite?...
Good catch! Please do send a PR. As it turned out, there is only limited value in generating code for the IPFS API - they don't maintain a swagger (or...
Any of the assignees who knows about the max buffer size is welcome to implement :)
The full context got lost it seems: the distinction `control_node` / `worker_node` still exists in standalone. We can either: - store things in `worker_node` even if it does not make...
I would propose to simply retire the `worker_node` directory. We would then have: ``` STDB_PATH | -- conf | -- config.toml | -- logs | -- database_instances | `-- |...
@gefjon @Centril When you have time, I'm mostly interested in finalizing how those formats look, and perhaps what should be the default when. Once that's set in stone, I'll do...