triallax
triallax
@yetimind checksums are not intended to verify the authenticity of data, only its integrity. In other words, checksums only allow you to check that the data wasn't corrupted in transmission,...
Just a heads-up: `dart:async` has had [`unawaited`](https://api.flutter.dev/flutter/dart-async/unawaited.html) since Dart 2.15.
I don't think this is an issue with lint itself; it should probably be reported in https://github.com/dart-lang/linter or https://github.com/dart-lang/sdk (not sure which one), if somebody hasn't already done so.
Bump
> I'm sorry, but I'm not familiar with that hexdump option (-e/--format). Can you please tell us more? This should help: https://www.man7.org/linux/man-pages/man1/hexdump.1.html#FORMATS
I'm happy to help translate Qutebrowser to Arabic.
I have a simple but kinda verbose and ugly workaround. Change: ```javascript createGlobalStyle`/* Your css here */` ``` to: ```javascript createGlobalStyle`${css`/* Your css here */`}` ```
> The only difference is that you can now specify a VERSION file and go will embed that at build time. Maybe there should be a check if the VERSION...
This sounds pretty similar to https://github.com/andmarti1424/sc-im/issues/606.
I tested this on macOS and the bug does also seem to be present there, but I also found something interesting:   So the info is actually there, but...