Chris Mucciolo

Results 8 issues of Chris Mucciolo

In https://github.com/fussybeaver/bollard/blob/master/examples/stats.rs, what is the purpose of `#![type_length_limit = "2097152"]`? I couldn't find anything in the docs.

question

I feel a bit uncomfortable running `curl https://get.volta.sh | bash` to install Volta in a CI or Docker environment. Am I misguided in this discomfort? Is there any text in...

docs
infrastructure

Can I get access to the slack? The invite link seems to have expired (per the note it expired last week)

Taking what worked from 001 and spreading it to 002 and 003, also updated some random license headers, obviously automation on those needs a tweak

Access Granted

I'd like to split auraescript into its own repo. Auraescript has the potential to be a novel way to interact with an aurae cluster. It is, however, in more of...

As an exploration in creating real use cases for aurae, create an integration test that starts and configures a mastodon instance. https://docs.joinmastodon.org/user/run-your-own/ here's some docs but I'm not sure they...

``` let id = docker .create_container::(None, mysql_config) .await .expect("failed to create mysql container") .id; docker .start_container::(&id, None) .await .expect("failed to start mysql container"); // FIXME: might have to wait a...

question

https://kubernetes.io/docs/concepts/overview/kubernetes-api/ https://minikube.sigs.k8s.io/docs/handbook/pushing/#5-building-images-inside-of-minikube-using-ssh https://minikube.sigs.k8s.io/docs/handbook/dashboard/ https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ https://minikube.sigs.k8s.io/docs/handbook/kubectl/ wip, seems like a lot of work, but also a great entrypoint for aurae users