Rein Fernhout

Results 31 issues of Rein Fernhout

As of https://github.com/alacritty/alacritty/commit/cb03806e2ab85674c45e87e1bb24dfe2fd1a918c alacritty now suppots kitty's enhanced protocol. The rustdoc for the REPORT_ALTERNATE_KEYS was commented with // instead of /// so I also fixed that.

So for the xth time now I accidentally commited a commit that included whitespace changes that I didn't catch because I used difft. Here is an example of the output...

Could Bold, Italics, Underlined and Strikethrough be added? From what I understand these styles are currently not included.

enhancement

[Here](https://github.com/google/AFL/blob/master/experimental/argv_fuzzing/argv-fuzz-inl.h#L60) a buffer of a finite size is made. And [this](https://github.com/google/AFL/blob/master/experimental/argv_fuzzing/argv-fuzz-inl.h#L67-L80) loop will overflow it. This has been reported and patched in AFL++ but I thought I should make an...

Superscripts seem to fail when you want to include a closing parenthesis. ```MD hello^(()) ``` ```HTML hello() ```

Using the default options like this: ```RUST let svg = ops::svgload_buffer_with_opts(svg_str, &ops::SvgloadBufferOptions { dpi: 72.0, scale: 1.0, unlimited: false, flags: ops::ForeignFlags::None, memory: false, access: ops::Access::Random, fail_on: ops::FailOn::None, })?; ``` I...

Are there any plans for a streaming API? The ability to serialize/deserialize `impl Read` and `impl Write`. I want to be able to deserialize from a TCPStream. bincode and postcard...

### Welcome - [X] Yes, I'm using the latest major release or the current development version. These are the only supported versions. - [x] Yes, I've searched similar issues and...

bug
missing-log
4.23

Currently it isn't possible for a script to not set any response headers. Fcgiwrap already some work to allow the omission of carriage returns, I slightly altered the statemachine responsible...