Filipe Azevedo
Filipe Azevedo
This package seems to support wayland, could you update to the the more recent permission introduced in flatpak 1.0? As far as I understand, this should favor wayland when that...
- Adds a graphman command to check the genesis information against all providers (graphman config check-providers) - Adds a graphman command to update the genesis block of a chain (graphman...
This includes cleaning and preparing a new design for the subgraph runner which currently has a lot of code that's difficult to maintain and lacks some testability. This task is...
Subgraph runner has some code duplication and a lot of if-else-ish code. We should try to improve it by making some concerns more isolated and the error more testable. This...
Seems fairly common that projects follow the [mach nominated zig versions](https://machengine.org/about/nominated-zig/), I wonder if it could be interesting to add both a `stable` and `nominated` versions which could translate to...
Firehose block detail level introduced a source of non deterministic behavior. This PR ensures that if Call or block handlers are used, the incoming blocks are required to use Extended...
Add json-rpc method for dropping subgraphs. Using this endpoint will remove all the subgraphs for the deployment_id and will delete the underlying data. `docker/bin/drop` is a helper script to use...
The goal of this PR is adding support for remapping key combinations in a global way, avoiding the need for setting up other applications that normally require full access to...