-
Rocket 0.5 is nearly released, and supports stable rust. Unfortunately for `rocket_newrelic`, it has a lot of breaking API changes, in particular with server and request state lifetimes, and the use o…
-
I am using rust nightly `2018-04-29`:
```nix
let
defaultPkgs = import {};
defaultRustChannel = defaultPkgs.rustChannelOf { date = "2018-04-29"; channel = "nightly"; };
defaultRust = defa…
-
Sometimes, when no window is focussed, I get:
```
[..]
[2024-10-05 13:55:09.306377 ERROR watchers::watchers] Error on active window iteration: GetPropertyReply[_NET_WM_NAME] failed
[2024-10-05 1…
-
As of right now, all requests go directly from an NGINX reverse proxy to the main Rocket application, which then interfaces with a Postgres backend. This service is likely to be read-heavy rather than…
Flarp updated
5 months ago
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.130.3298-202-nightly
* **Rust toolchain version:** 1.47.0-nightly (9b88e0a86 2020-08-15) x86_64-apple-darwin
* **IDE name and version:**…
-
https://genie.vspace.site/2022/04/24/Rust%E5%AE%8F/#post-comment
前言宏是Rust比较重要而且强大的特性之一。宏可以减少重复代码,自动生成一些代码,让代码看起来更优雅。例如Rocket web框架的宏: 1234567891011#[macro_use] extern crate rocket;#[get("/")]fn ind…
-
This isn't an issue per se, but I thought I'd share some mild progress on getting Swagger/OpenAPI output from Rocket: https://users.rust-lang.org/t/anyone-working-on-swagger-openapi-support-in-rocket/…
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.138.3572-203
* **Rust toolchain version:** 1.51.0-nightly (158f8d034 2020-12-29) x86_64-apple-darwin
* **IDE name and version:** IntelliJ ID…
-
I'm using Rocket (which is awesome, BTW) and noticed that sometimes error messages in my editor would be mangled with ASCII color codes, making the error messages very hard to read.
**In terminal:*…
-
Thank you for this project! I've been struggling with documenting an API I build, and keeping that documentation up to date. I'm trying to add okapi to my project to have the documentation be created …