-
***Describe the bug***
![image]([https://user-images.githubusercontent.com/304265/127002515-3297c5aa-d698-48e6-b2ec-b1f74eee4f6b.png](https://user-images.githubusercontent.com/304265/127002515-3297c5…
frol updated
5 months ago
-
This is a follow-up to #2 .
## Background
actix contains infinite recursive modules:
```rust
actix
├── [Mod] dev
│ └── [Mod] prelude (src code: pub use crate::dev)
│ └── [Mod] dev…
-
The first contact a node had with the network layer to receive the chunk state witness is crucial to do proper validation.
Before the introduction of partial state witness, the first point of contact…
-
Opening this up to try and centralize the various bits of info that are spread in forums and github repos/commit comments/issues - kind of a 308 wip thread - _technical thread_. Messages may be edited…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.10.1
### Steps to Reproduce
1. Create empty aws lambda function
File: lambda_function.py
```python
# import hubspot…
-
# 总结
- 源码研究:https://github.com/cisen/sourcecode-rust-30
- rust wiki cn https://rustwiki.org/
- training: https://github.com/cisen/rust-training
- 类似npm的库文档:https://crates.io/
- 内置属性:https://githu…
-
![actix](https://github.com/zjp-CN/term-rustdoc/assets/25300418/0aee671f-3b68-451d-901d-f68b8db99811)
The stack overflow error happens on Ubuntu and Windows.
```rust
thread '' has overflowed it…
-
**Describe the bug**
When trying to use the actix_web client inside an impl decorated with `graphql_object`, a number of errors pop up regarding sending futures between threads. I have posted an is…
-
Let say I have a Calculator actor, accepting message Sum returning a sum of two numbers.
Then, I have a Greeter actor, which responds to a message Greet by printing out "Hello", and "3+2=5", while …
-
The `lettre` Email Sending library can only perform synchronous Email Dialog.
Therefore it needs to be launched with a dedicated thread.
The `tokio::task::spawn_blocking()` documentation alerts tha…