Mike Purvis
Mike Purvis
We had a bunch of issues with repos where the remote URL or branch would change, or the branch would have been force-pushed to (I know, I know). I can't...
I'm interested as well, though I don't have a great motivation either other than looking for the smallest, quickest setup for rolling out a bunch of these nodes.
Okay, thanks for the pointer on this! For anyone else who wants to run Nixery on a flake-based NixOS machine, here's as far as I made it: ``` # to...
At Clearpath, we wrote and use https://github.com/mikepurvis/catkin_tools_document to generate our internal API docsโ there was a discussion back in 2019 on that project about what to do with epydoc, see:...
Sounds like a planned improvement with a lot of potential benefits! Feel free to close this ticket if it's not relevant in light of these items being tracked elsewhere.
๐ to being able to lower the compression on the squashfs stepโ for quick iteration and one-off use-cases, it's often desirable to favor time over storage.
Actually, it turns out it's pretty easy as of https://github.com/NixOS/nixpkgs/pull/94660, just pass `isoImage.squashfsCompression`: ``` { inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; nixos-generators = { url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs";...
If the tagging information is static (vs being determined and assigned programmatically by the analyzers themselves), couldn't the element doing the later processing just read in the parameter tree and...
Just to add to this, the `--install-types` flag only seems to work after there was a previous run to populate the mypy cache. This leads to the unfortunate situation in...
In the absence of a recommendation to use `--install-types` in CI, is the suggestion to add the types packages to your main `requirements.txt`? Or a separate `mypy-requirements.txt` or `types-requirements.txt`? Or...