Smooth Operator

Results 138 comments of Smooth Operator

Just once, it'd be nice to see a thing added to stdlib because it's /annoyingly/ absent and /everyone/ has to depend upon it as a requirement which /rarely/ changes and...

I'm sorry to respond so late, but I overlooked this issue. The behavior is expected because `--patch` is a toggle for the boolean `patch` argument, which defaults to `true`. It's...

I appreciate that, but it's kinda moot now. I have an open issue to move bump functionality into nimph, where we have complete git and GitHub APIs for exploitation. On...

So the solution here is to patch the compiler to add with `staticCurrentDir()`.

The code generator is available in https://github.com/disruptek/atoz/tree/master/generator if you want to mess with it. We've changed how this works several times now, to get around inconsistencies and errors in the...

IIUC, this is resolved by passing the `content` argument with `fileContent`.

Sorry for the late reply. I pushed 2626.4.1 to open the npeg version range; please give that a try.

I don't support nimble, but I will support nimph. I just relaxed the npeg requirement in openapi 3.x branch; here's a test "from scratch" local-dependencies install of atoz: ``` $...

Seems like your nim distribution doesn't include the `dist` subdirectory. I see it in my copy of the nightly binaries for nim-2.0.10, so I can only assume it's a defect...

You need libgit2 installed, which is available in homebrew. I use the same 1.8.1 version on Linux, so it will work for you, also.