Benoit Giannangeli
Benoit Giannangeli
Dart SDK version: 2.13.3 (stable) (Wed Jun 9 12:44:44 2021 +0200) on "macos_x64" `dart:http` seems to not allow multiple comma separated challenges in the `www-authenticate` header: ```http www-authenticate: first-challenge param="value",...
```zig bz_import("definition.buzz", &.{ function_ptr, .... }) ```
When a report error does not fit horizontally of even vertically in the terminal, the report should be shown in a sort of pager with easy means to scroll in...
Chunks (and so constants), should be serializable. We could then keep a cache of it so that several execution of the same script doesn't trigger a full parsing/codegen each time....
- Use or adapt things from [StringZilla](https://github.com/ashvardanian/StringZilla) - http://0x80.pl/notesen/2016-11-28-simd-strfind.html
https://en.wikipedia.org/wiki/Cheney%27s_algorithm Used in some form by Java, .NET, V8, SpiderMonkey. They use it for the _young generation_ to avoid using to much memory. Since the young are the most common...
Most of the time `collect` will clear external resources and should not be called more than once. Currently, we avoid this with flag: ```dart object File { collected: bool =...
Could we mix coroutines with a event loop (https://github.com/mitchellh/libxev). This could be a std lib rather than a language construct.
https://www.inf.puc-rio.br/~roberto/lpeg/ - More readable than regexes - More powerful than regexes - Remove dependency to pcre - Operators could work between patterns just like in lpeg