Tom Misilo

Results 111 comments of Tom Misilo

For what it's worth the version of openjdk is already Eclipse Adoptium / Temurin-11.0.22+7 I can make a PR with the changes to switch to eclipse-temurin

Thank you! I swear I had tried that and it was throwing an error, but it might be another part of the code that is erroring out :-/ Sorry for...

So, I guess it there a better way to do this? Since the generator gets exhausted? Or do I need to do two `get_events()`'s so I can the total number...

Not staleOn Aug 24, 2024, at 3:58 PM, github-actions[bot] ***@***.***> wrote: This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the...

This would be neat, especially with themes as files do not get cleaned up as they are renamed / moved/ deleted etc.. Thanks!

> (.venv) ➜ tutor-nla-theme git:(nla-v17) ✗ docker buildx use default > ERROR: run `docker context use default` to switch to default context > (.venv) ➜ tutor-nla-theme git:(nla-v17) ✗ docker context...

> What's your Docker version? Docker version 25.0.3, build 4debf41

@regisb, yes I am running macOS

> What's the output of `docker buildx ls`? ``` NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default docker default default running v0.12.5 linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7,...

``` ➜ ~ docker context ls NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR default moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock desktop-linux * moby Docker Desktop unix:///Users/tmisilo/.docker/run/docker.sock ``` Is what...