Michael K

Results 21 comments of Michael K

Your problem is here: `FROM node:lts-alpine as release` this won't have the alpine-python overlays in the final image. I notice you're using the "onbuild" image at the top, but don't...

Check here: https://github.com/emaculation/shoebill

While I don't mind using the CLI interface, having a working GUI would be nice on a macOS. I wouldn't mind downloading a 60 MB package, either. That's tiny compared...

I just did a fresh install of IDEA 2019.3.3 and I'm getting the same issue. I'm fairly certain it isn't a path issue, as the terminal within IDEA can find...

update: glfw 3.3 is installed by default on homebrew now with `brew install glfw`; however, the vulkancube_glfw demo app fails with a createLayer error. I don't know if this is...

I think it's possible this would break in a non-vGo / Go Modules context if both were allowed; the code generated could _potentially_ reference packages that didn't exist. However, since...

Java classes cannot start with a number, and naming a groovy file will cause that to happen, breaking the script. If you prepend with an accepted, non-alphabetical character, you can...

It seems like this is mostly on my end, but I am thinking the host account should be included in the initial setup documentation, maybe?

I agree on the surface with the callout on AccountDB and ObjectDB; I think a good goal would be to decouple those and treat them as interfaces (wrapped or otherwise)...

@Griatch would it make sense to include Docker container administration in this? If not Docker itself, container tools are rapidly becoming the norm. I can potentially help on both of...