Fabian Iwand

Results 288 comments of Fabian Iwand

I wouldn't even call that a workaround. ImageData is a reasonable interface. In my opinion this issue can be closed, as the possibility to add raw pixel data exists.

With [up to eight threads](https://github.com/filiph/linkcheck/blob/361180ff3ed7feb076d8094fb345238ef035a0c3/lib/src/crawl.dart#L18) (for external checks), increasing the timeout alone won't suffice. If we could to set both the max number of threads as well as [the timeouts](https://github.com/filiph/linkcheck/blob/361180ff3ed7feb076d8094fb345238ef035a0c3/lib/src/worker/worker.dart#L213-L214),...

According to https://wiki.openstreetmap.org/wiki/Map_Icons, > There are many sets of icons and rendering systems are hugely flexible in which icons are used, so it's perhaps unfortunate that people tend to be...

@sullivtr Yes, I think that's accurate. Thank you!

@LaoTzunami Are you still experiencing problems? If yes, do you see the same issues in a private/incognito window?

Does this issue depend on #7 ?

Maybe worth mentioning that ESLint won't add support for import attributes until they become Stage 4 and fails to parse a file that contains them.

Do we only want to implement the visual summaries, or do we also want to port the filtering capabilities?

Unfortunately I'm still seeing this error with json2arrow 0.18.1 on macOS 13.6.9. This fails: ```zsh % echo '{"a": 1, "b": 2}' | jq -c 'to_entries|.[]' | json2arrow -n /dev/stdin Error:...

I think [this check](https://github.com/domoritz/arrow-tools/blob/c4f5b28c5e7af4cf838a59b560a69c648de73683/crates/arrow-tools/src/lib.rs#L63) might need to change: ```diff - if self.pos < self.buffered_bytes { + if self.pos