Michal 'vorner' Vaner

Results 95 issues of Michal 'vorner' Vaner

Hello I was thinking that being able to do something like this would be comfortable: ```rust #[get("/something/:path")] fn something(&self, path: String) -> Result { if &path != "stuff" { return...

enhancement

The thing can have a destructor (because the closure might capture things that have destructor themselves) and not running it might leak resources.

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

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

Should logging create needed directories to log into if they don't exist?

enhancement