F0X

Results 7 issues of F0X

Currently both `noria-server` and `noria` are still using Tokio 0.2, are there plans for upgrading to Tokio 1?

Allows logging at a certain level without using a complete `custom` log filter. The name `with_level` could of course be changed, for I don't know what else would fit best...

waiting-on-reviewer

Running `sozuctl upgrade` with `sozuctl` version 0.13.0 (latest on crates.io) and a docker container with `clevercloud/sozu:latest` results in this error message: ``` could not parse message (error=Error("unrecognized command", line: 1,...

bug
package

Is it possible to disable the automatic alignment of log messages? This often causes huge space as soon as there is one significantly longer target, so I would rather completely...

Sorry if this is an unnecessary question, but due to the lack of documentation I am unsure how I would go about constructing a YAML document manually from the different...

enhancement
help wanted

Currently mutable events are implemented via subclasses of `EventScope` which need to use `EventScopeProperty` in order to make mutation impossible without access to a `MutableEventScope`. This PR explores a different...

Is it possible to execute some action when the component is being removed / unregistered?

question