Andy Kutruff
Andy Kutruff
Resolved but the issue was the upgrade to buildx. buildx enumerated all contexts on the system and if a host did not have an ssh fingerprint in windows even though...
I did a bunch of work to dockerize this repo for fly.io. It's all here: https://github.com/kutruff/fly-t3-turbo (It's based on EkkOko's PR.)
Wow, so I've been TRYING to adopt slonik, and please correct me if I'm wrong but there presently is no end-to-end golden path in the ecosystem for migrations. Given this...
I appreciate the response but your suggestion crosses my risk aversion threshold. > Just to be clear, slonik-tools is **not** part of the slonik package. Very aware. This project is...
First, thanks so much for writing this. I'm going to spending the next few days giving it a whirl. > Meanwhile, I'll be working on the support of MariaDB/MySQL (because...
@Aaronontheweb Yep, but it appears to come up even as early as creating the system. ``` NotSupportedException: C:\Temp\AkkaTest\Il2CppOutputProject\IL2CPP\libil2cpp\icalls\mscorlib\System.Reflection.Emit\AssemblyBuilder.cpp(20) : Unsupported internal call for IL2CPP:AssemblyBuilder::basic_init - System.Reflection.Emit is not supported. at...
Hmm... so there's no way to know when the GetArguments() code path or any of the other expresssion compiling code gets called. Seems really risky to use akka without knowing...
UntypedActor would be fine, but I still can't get past the call to System create. Which call to Create() will avoid these code paths? Happy to see if I can...
Sorry if I wasn't clear about pattern matching. What I'm saying is that it for the type cast pattern matching it will get lowered into a big old if-then-else statement...
I made a note in my first comment that I'd have to profile. I used a if-then-else pattern for our actors and found that our main dispatch was a bottleneck...