Ygg01
Ygg01
T-cargo notes: A `CARGO_RUSTC_CURRENT_DIR` is added as a nightly only environment variable. See . Seek for feedback. --- Hi, while working on using workspace in html5ever, I've ran into issue...
My implementation of Spinbox Widget. I looked a bit into https://doc.qt.io/qt-6/qspinbox.html But didn't implement it all. Had a lot of trouble with scope creep and figuring out layout. Fixes #93
# What are spinboxes? Spinbox is a number-only `TextBox` with a special `+`/`-` or `` near it. Some examples: QT Spinbox  Caves of Qud character creation  # Why...
Hi, I'm working on porting Fluent.rs to .Net and I stumbled upon a possible error in the parser: If you try to parse the following string `# msg\r\n# yes\r\n#\r\nfoo=Foo` you'll...
## The Great Puddle Refactor Oh boy. It's a big one. What I did: - Fix #9942 by using a different spread of a pattern only 4 cardinal vs 8...
Having watched https://www.youtube.com/watch?v=tRaq4aYPzCc These numbers are a must. Here is my proposed syntax. `...` [0..9A..Z{unicode code point of a printable canonic letter}] `mod` and prime number. For example, for a...
Let me preface this as this project is awesome and I quite enjoyed reading through code. I'm reading cause I'm intrested in SIMD-ifying my YAML parsing crate. But I got...
Found many errors in Y79Y `test.event` files. - https://play.yaml.io/main - http://ben-kiki.org/ypaste/cgi-bin/ypaste.pl Y79Y/004 ====== Input: ```yaml -———»- ``` Expected event output: ``` +STR +DOC +SEQ +SEQ ``` Found ``` +STR +DOC...
Looking at lines https://github.com/yaml/yaml-test-suite/blob/0008afd910392b061bdccd401748e0c25e774d76/src/4H7K.yaml#L9-L17 Why is it `+SEQ` and not `+SEQ []`?
@metalgearsloth - Updated Linguini to v0.8.1 + Fixes. - Implemented tests for testing out load writing errors. Might need to be improved a bit. - Add `SpyLogManager` to spy on...