-
It could be nice to add function to unwrap an `Option` into a `Warned`, sth like:
```rust
Some(5).unwrap_or_warn("custom warn") // => Warned 5 vec![]
None.unwrap_or_warn("custom warn") // => Warn…
-
Sorry if it's a duplicate... an option that would just **check if the ToCs are up-to-date** without modifying anything would be useful for the CI use.
Currently I need to do sth like that:
https…
-
See https://github.com/carbynestack/ephemeral/pull/17#discussion_r875454580
> I guess this method is named GetObjectList according to the respective method name in the Amphora service. Seems like t…
-
# Aura.Authentication
Aura.Authentication should provide a unified interface to authentication a user with local or remote authentication systems such as SQL, Htpasswd, Twitter, Facebook, etc.
- Will…
-
**_This was [raised by Tomasz Pluskiewicz](http://lists.w3.org/Archives/Public/public-hydra/2014Jul/0027.html):**_
> Coming back to ApiDocumentation, I think it what the developer would use to discov…
-
In server management, bastion (or jumpbox, jumpserver) is usually used as an ssh gateway. Does snowflake support this? It's essentially a proxy option to the ssh command, sth. like
```
ssh -o ProxyC…
-
When getting values from rebar.validated_body, is there a way to avoid hardcoded field names? Instead of `rebar.validated_body["my_field"]`, I'm wondering if there's a way to do sth like `rebar.valida…
-
The IRC plugin does something like `irc/freenode` and Matrix plugin does something similar at https://github.com/poljar/weechat-matrix/blob/1a846d61ae07bf01dace834c92b61b4b236772aa/matrix/bar_items.py…
-
Is there a way to install crun via a package manager or shards?
I don't like git cloning and running make manually; Is sth like `cargo install --git https://github.com/sigmaSd/arabic-reshaper-rs` a…
-
I read the eventing/epoll.c.
When create fallthrough-poll, it doesn't touch loop->num_polls.
When close fallthrough-poll, it will do loop->num_polls--.
It is a designed behavior and imply fallthrou…