pixelshot91

Results 14 issues of pixelshot91

For generic type, if the type is not explicitly given, Dart assume the type to be `Never`. It can cause **runtime failure**, and I don't know any way of being...

request

Fix https://github.com/tnballo/high-assurance-rust/issues/23

Fix https://github.com/tnballo/high-assurance-rust/issues/45 The comment at the start of the SVG files disappeared when exporting with Draw.io ``` ``` Don't know if you want to add it back

Fix https://github.com/tnballo/high-assurance-rust/issues/46

In https://highassurance.rs/chp4/assure_stack_1.html#the-stack, the stack diagram show that the stack frame for the `square` function still exist under all the `recursive_count_down` stack frames. https://github.com/tnballo/high-assurance-rust/blob/main/src/chp4/stack_example.svg But in my understanding, the stack frame...

In the C code here https://highassurance.rs/chp4/attack_1.html#breaking-temporal-memory-safety-value-validity, ```c char* greeting = get_greeting(); size_t greeting_len = strlen(greeting); // Excludes null byte

I find that freezed code generation is quite slow. When I launch the code generation with `dart run build_runner build --config freezed --delete-conflicting-outputs`, it take 22 seconds to generate 15...

question
needs triage

`Parser::try_from_sql` and `Parser::parse_sql` both take a `&str` as input. But `str` only allow for UTF-8 character Is there any function to parse SQL statement from binary data (eg `Vec`) ?...

**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- include: - component: @ ``` ```shell $ gitlab-ci-local Error: Error: Command failed with exit code 1: git archive --remote=ssh://git@ templates/common.yml fatal: sent error...

bug