Sebastian Martinez
Sebastian Martinez
**Describe the Bug** Since git 2.34.0, there is support for signing commits with a SSH key, for that to be possible one has to add `gpg.format = ssh` to their...
This PR proposes the implementation of the Radicle namespace. Discussion is located in #52
This PR proposes the implementation of the GPG namespace. Discussion is located in #65
This is ticket is about the details of the [Radicle](https://radicle.xyz) interface for #53 **Interface name** The name of this interface should be "radicle", referring to the radicle code collaboration protocol....
This ticket is about the details of the GPG interface # Abstract The idea behind this CAIP is that we should be able to define e.g. in a agnostic way...
To avoid returning a lesser amount of projects then requested, we get the project info during the iterator and paginate after filtering for invalid projects. This removes the ability to...
We should create a documentation for all the endpoints the API provides, to allow users and developers to build their own interfaces on top of the seed endpoints. For a...
Ok have thought about this a bit, and while we already do case-insensitive searches against ENS profiles (with room for improvement), I'm not sure that this is practical for projects,...
It seems that by filtering out projects that return an `Err` we do not provide the amount of projects asked from the endpoint. This probable happens when obtaining their `Info`,...