Reyk Floeter

Results 8 issues of Reyk Floeter

Support configurable charset for directory auto index and files.

feature request

The web server needs some more FAQ-style documentation in addition to our excellent man pages and examples. Examples for each CMS would go beyond the scope of them, and probably...

help wanted

The following test case for `src/armor/reader.rs` triggers an issue where the dearmor code hangs forever. I figured out that it's related to the fact that the end marker is missing....

bug
help wanted

Hi, I know that `butte` is still under heavy development but would you mind making a first alpha release for crates.io? Something like 0.0.1–alpha.1 😅 I think it is at...

__DISCLAIMER:__ I'm using a non-default clippy configuration. With that, I have to use the following block for the generated Rust code: ```rust #![allow( clippy::unreadable_literal, clippy::empty_enum, clippy::unseparated_literal_suffix )] #![allow(single_use_lifetimes)] ``` This...

enhancement

flatc supports fixed-sized arrays of structs. But only for C++ output, not for Rust output :-1: This enhancement is a nice-to-have. But the nice thing about this is that it...

enhancement

The official docs has the following example under [Unions](https://google.github.io/flatbuffers/flatbuffers_guide_writing_schema.html): ``` table PointPosition { x:uint; y:uint; } table MarkerPosition {} union Position { Start:MarkerPosition, Point:PointPosition, Finish:MarkerPosition } ``` This is useful...

enhancement

This is probably an issue in privsep-rs - it is either missing a yield somewhere or the non-blocking handling on the socketpair fds is not correct.