Frank Buss

Results 20 issues of Frank Buss

When I try to install it with "stack install hindent", I get this error: ``` indent> [3 of 5] Compiling HIndent.Types hindent> hindent> /tmp/stack25973/hindent-5.3.1/src/HIndent/Types.hs:78:27: error: hindent> • Could not deduce...

Here is a simple example which demonstrate the problem: ```rust use bevy::prelude::*; use bevy_prototype_lyon::prelude::*; const SHOW_2D: bool = true; const SHOW_3D: bool = true; fn main() { App::new() .insert_resource(Msaa {...

The "tiled" editor creates a JSON file like this: ```` "source":"..\/..\/desert.tsx" ```` This results in a parse error. According to Wikipedia (https://en.wikipedia.org/wiki/JSON) it should be valid: "For example, escaping a...

I cloned the repository, then I did a "cargo run". I get these compiler errors: ``` Compiling proc-macro-error-attr v1.0.3 error[E0308]: mismatched types --> /home/frank/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.4.6/src/atof/algorithm/bigcomp.rs:243:55 | 243 | let nlz =...

The bargraphs overwrite the text to the right of the bargraphs after a few minutes. **Screenshots** ![top](https://user-images.githubusercontent.com/55055211/146627670-57318dc1-771d-4624-8c67-8f9faef03e4a.png) [If applicable, add screenshots to help explain your problem.] **Info (please complete the...

bug

At https://github.com/mistralai/mistral-src is a link to https://docs.mistral.ai/quickstart but the page doesn't exists. The right target should be https://docs.mistral.ai .

The example at https://github.com/zephyrproject-rtos/mcumgr/blob/master/protocol.md is wrong. The latest version encodes it additionally with base64 (which IMHO doesn't make sense, any modern channel should support arbitrary 8 bit binary data). Example...

Is this still recommended to use? There are 2 year old PRs, which are not merged, looks abandoned. Does it work with the latest Godot version? I'm looking for a...

I downloaded some games from lichess, and got this error: ``` /home/frank/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/whittle-0.0.8/lib/whittle/parser.rb:282:in `error': Parse error: expected :game_termination but got :tag_name on line 277080. (Whittle::ParseError) 1. e4 Nc6 2. Nf3 Nf6...

When I try to compile it on Windows, I get the following error: ``` Compiling serde_urlencoded v0.6.1 Compiling toml v0.5.8 The following warnings were emitted during compilation: warning: march=native is...