Alex Daigle
Alex Daigle
It's not yet implemented, this is the only options currently. https://github.com/go-vgo/robotgo/blob/b49f16ed0a323a6a4bd980e8c9a7eacc6c9e87b8/base/bmp_io_c.h#L144-L246
I really wanted to make matryoshka happen, but for now it seems I need to stick with https://github.com/myspaghetti/macos-virtualbox when on a MacOS host and Docker-OSX when on *nix. This is...
It seems like this is no small issue, what do you suggest for the time being? OS: `macOS BigSur 11.2.3` Python: `3.9.1` Channels: `3.0.3` Django: `3.2.3` > I was following...
@dperny I'm afraid to ask, but any updates?
Same for CronJobList pulumi: `v3.33.2`
I got something that works for me. Instead of using any *List (e.g., CronJobList, NamespaceList, PriorityClassList) try just putting them in an array. ```typescript const cronJob = [ new k8s.batch.v1beta1.CronJob(...),...