-
Does the app create the cert file and the key or is that up to the user and if so, what should be used to generate them? Whenever starting the app I get an invalid user error and I am using the inter…
-
## Expected Behavior
There should be a way to set max age for cookies.
## Current Behavior
Currently you can't change cookie max age.
## Possible Solution
We could add `cookie_max_age()` func…
-
We shouldn't require types for consts and statics unless necessary. `const FOO = "foo";` or `static bar = 42;` should just work. I propose that we try to infer based only on the RHS, i.e., we do not l…
-
Hello, I had a few questions about the system.
1. Can we add HTML template support like Tera?
2. Is there a cookie-based session?
3. What method should we follow to send an e-mail?
5. Ca…
-
I tried this code:
```rust
#![feature(impl_trait_in_assoc_type)]
use std::{future::Future, convert::Infallible};
trait AsyncFn {
type Output;
type Future(&'s self, arg: Arg) ->…
-
Some of the crate dependencies are slightly out of data. For example, `prost`, `tonic`, `rusqlite`, `tokio` dependencies can be updated to newer versions - but there are may be others.
Also, I wond…
-
I am working on a new installation of Cryptgeon, but I am encountering an issue when creating a note. I get the following message: "Could not create note. Please try again."
It is a new installatio…
-
这个是错误信息。运行环境: `WSL2`
开始运行没问题,运行十几分钟之后`r-nacos`出现`panic`。
```txt
[2024-10-17 10:16:06.859828 +08:00 INFO rnacos::grpc::server] |grpc|client_request|127.0.0.1:41186|HealthCheckRequest|ok|0.0000406…
-
In the "after_routes" hook, I am allocating multiple unix file descriptors and spawning multiple external processes that my application needs to interact with over the course of its lifetime.
Since…
-
Currently we don't have a story for authentication in Tide. I hoped that this issue would help start some discussion around the topic. A few questions that come to mind:
* How much support do we wa…
bIgBV updated
5 years ago