Nicholas Jackson
Nicholas Jackson
I agree with you on the Envoy features, however, if you are just running a local development stack this is not really a problem. You just run the version you...
Ah, sadly not it is predominately a Kubernetes tool. Maybe we do need to build that shipyard feature after all.
Quick question on this, one of the things I have with my bot is it occasionally gets killed by mobs, I do have a fight mob state but Creepers can...
Amazing thank you @TheDudeFromCI, I am going to refactor now. On an unrelated note, I am really enjoying your videos on YouTube. As a side project, my buddy Erik and...
Hey, @ricochet this is a good catch, while you can do something like `shipyard run ./folder` and `shipyard destroy ./folder` this does not work the same way for blueprints that...
I have been looking at this for MAME and Street Fighter 2 You need to set `MAMELoader.extraArgs(["-ctrlrpath","/emulator","-ctrlr","sf2ce"])` to get Mame to load your config, where `sf2ce` is your config system...
I would be easy either way, could always leave the old ones in with a startup warning for a version or two for backwards compatibility. So we could have: BIND_ADDRESS...
@suzuki-shunsuke Sorry I inadvertently broke this while migrating the build process to dagger, was working on a fix yesterday. Should have this fixed with the 0.7.1 release today.
Hey @Zortaniac, thanks for this; this never had ```unix://``` prefixed to it because we always used this function to mount the default docker sock into a container. The name needs...
Hi @vikramkhatri I do have a K8s example for this, let me add this to a folder.