Results 1407 comments of Nutomic

Which Rust version are you using? Maybe needs a newer one.

I suggest you open an issue in the diesel repo: https://github.com/diesel-rs/diesel/issues

Alright feel free to change the docs to clone from git. It would also make the publishing process a little easier if we dont have to push to crates.io.

Embedded pictrs uses the port specified in lemmy.hjson for pictrs. https://github.com/LemmyNet/lemmy/pull/3201

Maybe its better to use reqwest for the example. Here is the equivalent code, would you make a pull request with that? https://github.com/LemmyNet/lemmyBB/blob/main/src/api/post.rs#L23 https://github.com/LemmyNet/lemmyBB/blob/main/src/api/mod.rs#L81

You can use [diesel cli](http://diesel.rs/guides/configuring-diesel-cli.html) to execute the migrations against a local database, and then dump the db schema using [backup instructions](https://join-lemmy.org/docs/administration/backup_and_restore.html#incremental-database-backup)

The source for that documentation file is [here](https://github.com/LemmyNet/lemmy-docs/blob/main/src/en/administration/configuration.md), could you make a PR to edit that? The file `config/config.hjson` is only used for `cargo run`, maybe that should be clarified....

Unfortunately I was wrong, the `Perform` traits are absolutely necessary so that the same API handlers can be used for HTTP and websocket. Thats because HTTP handlers need to return...

The current API docs are fine, but they are only for websocket. They arent useful at all if you want to use the HTTP api, because HTTP methods or paths...

Oh thats very easy to miss, I didnt notice that at all before. Can we change the color scheme to emphasize it? Or even switch to a different frontend? The...