Smooth Operator

Results 138 comments of Smooth Operator

Looks like the bootstrap didn't get updated after we switched to not bundling libgit2. You might need to add a `--define:libgit2Lib=libgit2.dylib` to the compilation call in the bootstrap script. I'm...

Does the `-d:nimDebugDlOpen` help with more output at runtime? Do you have a weird `DYLD_LIBRARY_PATH` set?

I guess you need to find the `libgit2.dylib` wherever it was installed and either figure out why it's not already being searched up from the cache or add its path...

Feel free to open a new issue if nimph cannot solve the dependency tree.

I run into this frequently. The main cause is a change I made a long time ago to appease one user or another; I didn't really think it through with...

The problem is ```nim assert $(JString"foo") != getStr(JString"foo") # foo versus "foo" ``` We have some code that does this same dance elsewhere; if we receive a `JString` we'll just...

Okay, this https://github.com/disruptek/atoz/releases/tag/2626.4.0 has the generator in it so you can mess around more easily.

I doubt my `openapi` code respects/sniffs (or even surfaces) the MIME type, so that's clearly a problem. Basically, I hated Nim's httpclient so much that I didn't want to write...

Well, I know a few languages are doing this automagically using the Go API assets, including Clojure and Elixir; https://github.com/aws-beam/aws-elixir recently started automatically pushing codegen into trunk. I thought Smithy...

IIRC, a GitHub limitation forced me to switch to LFS.