EdJoPaTo

Results 91 issues of EdJoPaTo

**Is your feature request related to a problem? Please describe.** Cloudflare protection against overloaded pages returns a 200 page with a `refresh: 20`. The content is "useless" and not interesting...

enhancement

Just tried this library with and an example seems to work fine, the LEDs are fading like expected. But the Log outputted via serial includes these line: ```plaintext W (422)...

**Is your feature request related to a problem? Please describe.** Using `@std/yaml` `stringify` and `deno fmt` on the file afterwards the file is reformatted. This should not happen. `stringify` should...

**Preliminaries** I have ensured that: - [ ] I am running the latest version of Strongbox on the App Store by searching for Strongbox and clicking into it to see...

Add support for [Kaitai Struct](https://kaitai.io/) YAML.

Enable [`verbatimModuleSyntax`](https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax) and [`erasableSyntaxOnly`](https://www.typescriptlang.org/tsconfig/#erasableSyntaxOnly) TLDR: - `verbatimModuleSyntax` removes type only imports from the output resulting in less superfluous imports at runtime. - `erasableSyntaxOnly` ensures that no TypeScript specific syntax is...

Currently it's not possible to see whether someone spams a lot of people via direct messages. The content shouldn't be included in the log but x to y is likely...

Status: Needs discussion

This hides all warnings including the ones from clippy.

With an ever-increasing history it might consume too much RAM on smaller devices like Raspberry Pi 1 or Zero. There might be some CLI arguments to limit the amount and/or...

enhancement

This mainly enables `clippy::pedantic` to improve the code quality. My intention here is to not be breaking. Feel free to ask questions to all the changes or let me remove...