Dmitry

Results 89 issues of Dmitry

I replaced `futures::mpsc::UnboundedSender` with `tokio::sync::mpsc::UnboundedSender` in the Axum server setup. The original sender doesn't implement `Sync`, which causes issues when used with `axum::extract::State`. `tokio::mpsc::UnboundedSender` implements `Clone + Send + Sync...

I’ve corrected a typo in the text where "24 hour" was used. It has been updated to "24 hours" to match the correct plural form, as "hour" should be in...

A few mistakes while reading through the README and figured I'd fix them: - "Ussing" → "Using" (x2) - "Instrutions" → "Instructions" - "Insepctor" → "Inspector" - "Privileges if the...

### What was the problem? I noticed a couple of small spelling errors in the documentation that I’ve gone ahead and corrected: 1. In the `docs/docs-user/exchanges.md` file, "Houbi" has been...

i’ve made a small update to ensure consistency in the project by changing "seperate" to "separate." i’m really invested in the development of this project and believe these little details...

I’ve updated the doc to bring consistency to the naming of the Engine API. Previously, there were multiple variations in how it was written, such as "EngineApi" and others. I’ve...

"Das Kommunizieren und der Zugriff auf Informationen haben sich grundlegend verändert." — This sentence sounds a bit awkward. It could be more smoothly phrased as: "Die **Kommunikation** und der Zugriff...

### Typo corrections Line 17: Extra dot removed. Line 40: Missing "to". Line 46: Missing "of". Fixed.

"Authors(s)" should be corrected to "Author(s)" (singular or plural). Corrected.

## Motivation The script referenced by `$SNARKJS_PATH` wasn't being executed correctly because the `node` command was missing. Without it, the shell tries to run the script directly, causing an error....