Stephen A. Imhoff
Stephen A. Imhoff
.... irrespective of the benefits of being able to ignore bots, it feels like it would be good to also ignore URLs when counting the line length...
... I guess I was expecting it to still be usable from python, given it was generating a wheel (since there are ways to use static libraries from python). Otherwise,...
Hrm. Being in group 1 might be nice, since I'm building the app for inclusion into a docker container (and might have to move some small portion of my code...
@RollsChris - In an un-released version of the tool done recently they pinned an old version of the template that performs the generation
Verified via experimentation - creating the certificates via a feature does create them early enough. The only problem is my volume mounting: - With a solitary image, I'd normally want...
Given the following minimal `devcontainer.json` definition: ```json { "name": "Something", "image": "mcr.microsoft.com/devcontainers/base:1-bookworm", "runArgs": [ // Required to run on Podman, remove to run on Docker // "--userns", "keep-id", ], "features":...
Something of a not-very-corner case: I'm writing a spring boot application that's going to be deployed inside a docker image, and they have a handy `bootBuildImage` task that builds the...
.... where, and how? When I build the SDK/Wheel? When I compile the module (except the module builder doesn't supply a way to pass more args)? When I build the...
Side note: because I'm building my own copy of the sdk/wheels, I can get it to work in a trivial repo with an ubuntu-built wheel (`linux_x86_64` vs `manylinux2014_x86_64`, although I'm...
... and it's not an option for me either - I'm of course using packages that only have manylinux wheels built (which is why I went for it in the...