Smooth Operator
Smooth Operator
You lose nothing by disabling the concepts stuff. Why not take that route in the service of progress; you can still take the same time to re-enable it later. Does...
I lost track of which mainline Nim was stable. I just decided to call the version-2-0 branch stable, and updated the tag here to point to 2.0.10. Let me know...
``` Error: invalid module name: '' [rsemInvalidModuleName] modules.nim(107, 16) compiler msg instantiated here [MsgOrigin] ``` ``` Nimskull Compiler Version 0.1.0-dev.21252 [linux: amd64] Source hash: 1854db10bf8b35214222d69dbf90c21d7e8caf5f Source date: 2024-03-07 active boot...
I would feel better about the branding situation if I could figure out how to `.borrow.` distinct generics. I mean, I know that's already two sides of the pentagram of...
The problem is that my openapi codegen macro was built for openapi 2 while the latest AWS APIs are published in openapi 3. If someone wants to update the openapi...
No. I've used several programming languages which generated AWS APIs via the OpenAPI intermediate representation and, net-net, it's a reliable and efficient basis on which to build software. I'm personally...
Haven't looked at the issues in awhile and just noticed this. It seems to be a compiler bug under mainline -- 2.0 and some devel branch of 2.2.2, at least....
I don't understand. The macro should apply to the ast where you're manipulating the type; ie. the `TypeDef`. I use it successfully in CPS and never had any concerns. This...