Eric Hsieh
Eric Hsieh
**Describe the bug** Using `oneOf` in response content schema doesn't take effect, looks like it only choose the first in `oneOf` **To Reproduce** 1. save the code to example.yml ```yaml...
Currently, we can create the middleware with `dateSerializer`, but it dispatches actions with `Date` type in metadata, then serializes the timestamp when the middleware receives it. It gives a warning...
Currently, it saves user phrases in `~/.chewing/chewing.sqlite3` Maybe it can be moved to `$XDG_DATA_HOME/chewing/chewing.sqlite3` if the environment variable is set, so the home directory is clean. Here are some relative...
I have configured Electron Mail to start automatically on boot with a persistent session. However, several months ago, it stopped maintaining the login status. Every time I boot up, I...
OS: Debian GNU/Linux 12 (bookworm) VSCode version: 1.85.1 CodeLLDB version: v1.10.0 Compiler: rustc 1.75.0 (82e1608df 2023-12-21) Debuggee: The log is from a docker container on windows, but I can reproduce...
Currently, it saves user phrases in `~/.chewing/chewing.sqlite3` Maybe it can be moved to `$XDG_DATA_HOME/chewing/chewing.sqlite3` if the environment variable is set, so the home directory is clean. Here are some relative...
https://github.com/1c3t3a/rust-socketio/blob/095db3a0e98cee5254ef32609222e036efb217d0/socketio/src/client/builder.rs#L169-L172 Currently, when building client with event handler, the lifetime of the event handler is required to be static, but I think it should be as long as the client...
Can we update the `rust-toolchain` to a stable version? It's a nightly version and haven't been updated in 2 years. It would be more convenient to use a stable version...
### Description Currently, there are 2 methods to send [notifications](https://www.authelia.com/configuration/notifications/introduction/): filesystem and smtp. With smtp provider, if we want to connect to [gmail](https://www.authelia.com/configuration/notifications/smtp/#using-gmail), we need to set up an app...