-
### Question
I have created a selfhosted instance [from scratch](https://join-lemmy.org/docs/administration/from_scratch.html) a couple of days ago and everything seems to be working well, however, …
-
### Question
Hi guys,
I am running lemmy with embedded pictrs in an unprivileged LXC container. Apparently, pictrs uses `fuse` under the hood because I am getting the following errors when I try …
-
## Expected Behavior
According to the documentation [here](https://actix.rs/docs/server/):
> [...]The `Server` must be `await`ed or `spawn`ed to start processing requests [...]
## Current…
-
`PhantomData` has a very specific use case -- to work around issues with the compiler checks: https://doc.rust-lang.org/nomicon/phantom-data.html
Currently, we are using it in some places to preven…
-
### Template URL
https://railway.app/template/yOpd5I?referralCode=vMAgAq
### What does this template deploy?
This template deploys a minimal Actix web server.
Actix is a powerful and highly per…
-
I wanted to run the subscription example for actix, but could not compile the dependency `juniper_actix`.
This is the problem:
```
...
Compiling juniper_actix v0.4.0
error[E0277]: the trait …
-
API endpoints are listed at #1
Since we're going to use Actix Actor model we should use actix_web for this part.
Add Prometheus support
-
### Disclaimer
I am a rust newbie! I may be grossly misusing something here
**Describe the bug**
`juniper_actix` with `subscriptions` feature does not compile in my project. To be clear, the depe…
-
**Describe the bug**
`cargo leptos watch --release`
-
Some fediverse software runs in "secure mode", requiring HTTP signatures for most endpoints.
Mastodon has it as an option: https://docs.joinmastodon.org/admin/config/#authorized_fetch
In GoToSoc…