Geert-Johan Riemer

Results 151 comments of Geert-Johan Riemer

@gsquared94 Sorry for the late reply! I understand correctly that an actual env var `SKAFFOLD_DEFAULT_REPO` would override the one in the `skaffold.env` file? I guess that would work, yes! I'm...

Can confirm this is a big issue as it breaks the smooth behavior of an application. When scrolling through a `ListView.builder` which contains ads every nth item, the Choreographer complains:...

I've tried to add threading but it's not that simple. The PlatformView cannot be modified from a different thread than the one it was created from, so moving the hard...

@theneshofficial That sounds like a separate, but very important/breaking, issue. I think you should open a new issue for that, perhaps with a screenshot.

How would that work? I received the above adSize parameter from my ad integration partner, this is something they say is supported in google ad manager. I think it is...

Hi, no worries about the late reply, happy you like the idea :) I really like your idea of re-using the plugin infrastructure for this. That would allow other 'package/binary...

Considering which toolchain to use; the plugin could just call `go` and `cargo` without prejudice, and let the operating system resolve the command to the correct binary executable, which MAY...

Probably easiest to go with tool dependencies and `bin/list-dependent-tools`, because then rtx doesnt have to know about the binary lookup (i.e. which tool has which binary). And listing binary dependencies...

I get the same error when trying to instal `connectrpc.com/connect/cmd/protoc-gen-connect-go` through mise's go backend. I've scanned through the `go` cli subcommands but there doesn't seem to be a command that...

I'm wondering how you would be able to cancel a running goroutine.... I really can't think of anything without having the goroutine 'knowing' how to stop (select receiving a channel...