Katharina Fey
Katharina Fey
I'm using `actix-web` to build a RESTful API in Rust, accepting various Json payloads on multiple routes and methods, etc. It would be incredibly awesome if actix was able to...
This commit (potentially) fixes #3105. Because the router run-loop does not own the Router, it is not dropped after the loop terminates. Note: the commit isn't signed because I forgot...
I really like cryptpad to write markdown documents with. Something that's missing though is a hard wrap mode where I can set a max width, and then write and text...
There have been a lot of new features implemented recently by PR's (mostly by @alok :wink:). I'd be happy to do a release soon but I really want to improve...
From the PR (#18) initially implementing this: > I often use deep trees, and currently every time you reopen void, the view gets reset to the `home` level. This makes...
Unless I've missed something from the docs, it doesn't currently seem possible to rearrange some subtree without using the mouse? Can this be added?
Hear me out here :) I use LaTeXDraw at university to create presentations to explain algorithms to students. This means that I usually draw something like a table with some...
Hey, I tried setting up this project with my remarkable 2 today and have run into some issues that I'm not sure how to resolve (or where I might have...
Hey there, trying to read the docs at https://docs.rs/crate/magick_rust/0.7.0 results in a weird error message that I didn't know existed: ``` docs.rs failed to build magick_rust-0.7.0 Please check build logs...
I'm using a [cargo-cross](https://github.com/japaric/cross) setup to compile a project that uses `magick-rust` in a docker container. But while the other `-sys` crates can be built, magick-rust fails with this error:...