Olaf Gottschalk
Olaf Gottschalk
@raulraja yeah, I can see how people get frustrated - just like I did. I mean, I would not have started that much of a discussion if the deprecation comment...
Hey @bgalek ! Thanks for replying. From my perspective (having moved to Gradle from Maven and *directly* using the Gradle Kotlin DSL), it is often somewhat frustrating to adopt existing...
I now downgraded to Colima 0.5.6 - the only option that is obviously missing is `--vm-type=vz-rosetta` - but after this downgrade, everything is just working fine. :( So there must...
Here are some other related issues: https://github.com/abiosoft/colima/issues/962 https://github.com/abiosoft/colima/issues/801 https://github.com/abiosoft/colima/issues/897 All of those have the same or at least a seemingly identical problem. Some said, they fixed it disabling ipv6, which...
> I can confirm that using ` --profile` instead of `--arch` works, the address is listed as well under `colima list` > > ie: `colima start --profile x86_64 --vm-type=vz --vz-rosetta...
Also, same issue here. I need to emulate x86 architecture using colima on my M3 Mac. But I cannot get the forwarded ports to be reachable from outside: ``` ❯...
As `Validated` has been deprecated and will be removed, I think your example could be rewritten using `EitherNel`, right? And `ensureAllRight` would be your magic ingredient for that one point...
I can feel you, @victorhearnyeates, as my initial thoughts were similar. But having spent more time, my code looks so much cleaner now - you cannot rely on the simple...
All I mean is, it is a cleaner approach to give the lambda a way to indicate process result by a return value than to use exceptions. General rule of...
> Using exceptions to indicate a failure is normal enough in applications to my knowledge - could you elaborate ? I think I forgot to elaborate on this. IMHO exception...