Moritz Gunz

Results 47 issues of Moritz Gunz

RV makes use of `findDOMNode` in `WindowScroller` and that's deprecated in recent versions of react. You might want to switch this to using refs instead. :)

bug

```rust mod a { use super::*; #[derive(JsonSchema)] pub struct Config { test: String, } } mod b { use super::*; #[derive(JsonSchema)] pub struct Config { test2: String, } } #[derive(JsonSchema)]...

As per https://tools.ietf.org/html/rfc7540#section-8.1.2.5 http/2 allows splitting cookie headers into multiple parts if it improves compression efficiency. The spec mandates that the header needs to be rejoined if the associated request...

A-headers
B-rfc

Even after a couple hours of trying, I still cannot get this library to build on Windows (Rust Nightly 1.10 64-bit GNU). So far I've got the following: - Build...

Hi! I'm trying out using returnn_common together with the hybrid pipeline from https://github.com/rwth-i6/i6_experiments/blob/main/common/setups/rasr/hybrid_system.py. I think I have config generation using the serializer from i6_experiments working. However, for decoding RASR needs...

Hey! First of all, thank you for making tower! We've had great success using it. In one of our applications we are running some parts of the code in single-threaded...

I just stumbled over the fact that the images still contain PHP 5.6. PHP 5.6 is EOL since the end of 2018, so you might want to remove it.

proj/focal-build-image

Right now there seems to be now way to cleanly shut down a `TcpServer` without killing the thread.

Consider bringing back the "print a QR Code" feature we've had in previous versions of Festify. We would add a button that generated a printable page with a QR code...

We configure Rollup to build two versions of Festify. One for browsers with native ES module support, the other one using SystemJS. Primary goal is to remove the Polymer and...

Performance
Medium Priority