Ygg01

Results 21 issues of 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...

A-workspaces
C-feature-request
A-environment-variables
S-needs-team-input

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 ![firefox_fGY6qqvzan](https://user-images.githubusercontent.com/1146204/160247139-e6de144a-1b89-408d-9ab0-d6b236bc92e1.png) Caves of Qud character creation ![CoQ_znbstOTZFH](https://user-images.githubusercontent.com/1146204/160247322-8bd4bb75-1ca9-4d35-b4d2-7f9f55887340.png) # Why...

enhancement

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...

Status: Needs Review

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...