FirelightFlagboy

Results 107 comments of FirelightFlagboy

If we don't want to be stuck to `ubuntu-20.04` to install `postgrelSQL` which is provided by the defaults apt repositories, we can: - Configure a docker container to run `postgreSQL`...

On a side note, since #2883 we use the `postgreSQL` APT repository to install postgre at the version `12`

Modify it in which way ? What's the current behavior ? and what's the desired behavior ?

I suppose the hot-reload is only for development purposes ?

~Could you provide more information on what this isssue is ?~

> the Data API has no version/revision information [...] we considered the local data as not part of the API. Even if the data is not part of the Api,...

> You are rude :(, we already have I've just learn something. > that clap now handle doc-comment

I've updated the issue body: - I've define the type `Field` that is used everywhere, so it's now used in `nested_types` - `introduced_in` now don't take a list, but a...

I've updated the issue body: - `introduced_in` is now a `string-pattern` - Add step to check the value of `introduced_in`

One thing that appear to be missing is how to we separate the different major version of an protocol. ## Protocol using enum variant to separate major version. ```rust mod...