spirit icon indicating copy to clipboard operation
spirit copied to clipboard

Results 20 spirit issues
Sort by recently updated
recently updated
newest added

> Potential segfault in the time crate | Details | | | ------------------- | ---------------------------------------------- | | Package | `time` | | Version | `0.1.43` | | URL | [https://github.com/time-rs/time/issues/293](https://github.com/time-rs/time/issues/293)...

> Potential segfault in `localtime_r` invocations | Details | | | ------------------- | ---------------------------------------------- | | Package | `chrono` | | Version | `0.4.19` | | URL | [https://github.com/chronotope/chrono/issues/499](https://github.com/chronotope/chrono/issues/499) |...

We have a crate (spirit-log) for configuring the „classical“ log framework. There's also [slog](https://crates.io/crates/slog) and it would be great if we could support that one too. As slog doesn't really...

enhancement
help wanted

The CfgHelper is (hopefully) composable from sub-config sections, with adequate attribute annotations (supplying the action and name). This makes it a candidate for custom derive, which could provide the relevant...

help wanted

Hi, I want to use `Vec` as my config file format - but it doesn't seem to work. Is this a supported feature? When I use a `Vec` I get...

It is executed right away. However, internally, it delegates to storing it, which is a bit stupid. Some way to work around that needs to be done.

bug
help wanted

So things like `Vec` work correctly.

enhancement
help wanted
good first issue

Deep below spirit, there's clap and it allows for generating completions for various shells: https://docs.rs/clap/2.32.0/clap/struct.App.html#method.gen_completions. It would be nice if this functionality got routed through all the levels and made...

enhancement
help wanted
good first issue

In case we run on top of tokio, it should be possible to do all our work as part of the runtime and not start a dedicated thread just to...

enhancement

The first time configuration is loaded, it is before switching the working directory (because the config contains the directory to switch to). The next time it is after the switch....

help wanted