Nihaal Sangha

Results 132 comments of Nihaal Sangha

Regarding the UX of editing scripts, I'd get value out of the feature even if there was no editor whatsoever (I assume you wouldn't actually release this though). At the...

Maybe this should be changed into a table just so both encode and decode can be validated? Null byte was something I saw was ignored in a lot of implementations...

Here's a partial table: | Implementation | Encode compliant | Decode compliant | |---|---|---| | bottom-bash | - [ ] ​ | - [ ] ​ | | bottom-c |...

It might also be worth adding the version tested That also means you can differentiate between implementations that have been verified to be noncompliant and implementations that haven't been checked...

Repro steps ``` docker run -it --rm rust:slim bash # cargo install mdbook # mkdir /app # cd /app # mdbook init ... # printf "[Test](./test/README.md)\n[Test 2](./test.md)" > src/SUMMARY.md #...

@janober The endpoint now returns 1.21.1 which, as of writing, isn't a stable version. Shouldn't the endpoint return up to 1.20.0 (current `latest`)?

Essentially. With example 4, I've had the issue happen every time there's a new post, but even after that the actual incorrect read hasn't happened every time (the workflow is...

This is the workflow I'm aiming to reproduce with in the new instance (which exactly matches a workflow I've had issues with other than the RSS URL and an extra...

I've now added a possible MWE to my main instance, this time with a 3 hour schedule to see if that's the cause.

1. The first execution will return all posts 2. The second execution (assuming no new post was made) will return no posts 3. When a new post is made, that...