blackmius
blackmius
about pragmas for comments they can be also be in types definitions ``` nim import std/macros import std/sets type Obj = object name: string help: string fields: seq[(string, string)] type...
``` nim proc swagerizePath(path: string): string = result = newStringOfCap(path.len+path.count(':')*2) var searchSlash = false; for c in path: if c == '/' and searchSlash: result &= '}' searchSlash = false...
i see there one library for jester https://github.com/ThomasTJdev/jester2swagger/tree/main but it is mainly parsing source files using regexes (which is not as reliable as analyzing ast) but i dont know how...
> Objectively a bad UX, but nobody dares to complain about it. can you elaborate? pointing on exact mismatch is quite useful info, i faced multiple times people who have...