Christian Wyglendowski

Results 15 comments of Christian Wyglendowski

Just updated to 0.9.1. I'm having an issue similar to the one the OP described. ``` $ cabal-dev ghci cabal-dev: user error (cabal: Cannot find the program 'ghc' at 'fake-ghc-cabal-dev'...

@afcowie Have you seen the comparison to ZeroMQ in the [FAQ](http://docs.gonitro.io/#faq)?

What about a way to cycle through a given list of images for an `Actor`? You'd still have to name the individual images but the mechanics of swapping the images...

Yeah, I agree that it's a bad name. 😆

More details about how to enable/use StrictMode here: https://developer.android.com/reference/android/os/StrictMode

Looking into the best way to solve this. It currently isn't an issue for my production use of `statvent` (in a single-threaded event loop) but it's gross and I want...

The patch is good. It's been running in production for a few months now and has solved the problem reported in the description.

Still an issue in 2025. Glad to find this issue with the workaround.

I wanted to take a stab at fixing this, so I stepped through my failing test scenario in the debugger. I think this is actually caused by a Flutter bug...

It seems like the author of https://github.com/felangel/mocktail/issues/134#issuecomment-1550741356 is right to use `debugNetworkImageHttpClientProvider`. The dartdoc mentions that it can be overridden for testing. ```dart /// Provider from which [NetworkImage] will get...