Asger Hautop Drewsen

Results 107 issues of Asger Hautop Drewsen

**Is your feature request related to a problem? Please describe.** https://adoptium.net/supported-platforms/ shows the current supported platforms. It would be nice to add a sentence explaining why Windows x86 32-bit is...

enhancement

Currently the README includes this text: > Any valid JSON data can be manipulated in the following recursive enum representation. This data structure is [serde_json::Value](https://docs.rs/serde_json/1/serde_json/value/enum.Value.html). > > ```rust > enum...

It seems like the [check for non-serializable states](https://github.com/boardgameio/boardgame.io/pull/896) was introduced in v0.43.3. This should be mentioned as a breaking change in the changelog. I stumbled upon this when updating boardgame.io...

Currently you have to use: ```rust // Algorithm can be arbitrarily chosen let mut validation = jsonwebtoken::Validation::new(jsonwebtoken::Algorithm::RS256); validation.insecure_disable_signature_validation(); // Key can be arbitrarily chosen let key = DecodingKey::from_secret(&[]); let payload...

Currently fresh Chrome and global Chrome interceptions are available. However for Chromium only fresh Chromium is available, but not global Chromium. It seems like the implementation for the global Chrome...

### Has this been reported before? - [X] I have checked for existing reports of this issue ### Repro steps Start an "HTTP server" using: ``` $ nc -l 2222...

bug

At least in the fish setup script the following variables are modified by prepending or appending a value: ``` PATH RUBYLIB PYTHONPATH NODE_OPTIONS JAVA_TOOL_OPTIONS PHP_INI_SCAN_DIR ``` If you run the...