Reid D McKenzie

Results 62 issues of Reid D McKenzie

It'd be awesome if align-cljlet could format `clojure.core/for` expressions which are basically let + `:where` and `:let`.

enhancement

At present, the cheatsheets don't do especially well in terms of flowing to screen width. In my efforts to make Grimoire's frontpage as clean as possible, I stumbled upon [masonry.js](http://masonry.desandro.com/),...

clojure-grimoire/grimoire/issues/36 All of Clojure's syntax special characters exist in the Cheat Sheet already, but the search tool won't select them. I propose that this is a bug rather than a...

Port the [monoversion](https://github.com/arrdem/monoversion/) logic to axl, provide a reference `build` wrapper which uses `--workspace_status_command` to hit a custom `aspect workspace-status` task which can use axl to generate status keys.

Today the `ctx.bazel` machinery expects that the user has a `bazel` on their `$PATH` somewhere. Ideally the Aspect CLI would do the right thing and mostly stand alone, which means...

It'd be awesome if we had an example of using the `aspect` CLI binary as a driver for if not the credential helper itself.

As https://peps.python.org/pep-0720/ explains in frustrating detail, there isn't currently a good way to do crossbuilds from one Python platform to another. While many relevant compiled languages (C, Rust, Fortran) can...

Need to use `check_call` so that sdist builds properly fail if the called build operation fails. Hopefully we can remove this whole wrapper shortly for `uv build`. ### Changes are...

A somewhat common case for internal repos is to use requirements files which reference internal forks of 3rdparty requirements via egg URLs. Test how `uv add` handles these and what...

feature: uv

### What happened? It's legal to get the following lockfile state as a result of whl install urls used as requirements which can happen when users have manually created prebuilds....

bug