Anton Zinovyev

Results 204 comments of Anton Zinovyev

@newyork-anthonyng looks kinda weird to me, to speculate readability of code you'll never read with obvious performance tradeoff in main lib usecase👺 Just saying🙊

@krawaller there are no perf improvements if to store them in variables, even more - it can slow down due to disabling the typecheck engine optimisation on rare browsers, for...

@pegak nothing, imo. I can offer you a drop-in replacement https://github.com/xobotyi/cnbuilder

Well, i know that feeling very well, maintaining popular open-source project, is very uplifting. But when self-confidence is all you gain - very soon you come to the moment when...

Having similar issue: in: ```json "/admin/customFieldSettings/bundles/build/{id}" : { "description" : "This resource provides operations with sets of builds.", "get" : { "parameters" : [ { "name" : "fields", "in" :...

```go type StructuresProject struct { CreatedAt int `json:"createdAt" required:"true"` CreatorID string `json:"creatorID" required:"true"` Deleted bool `json:"deleted" required:"true"` } ``` We use https://github.com/swaggest/openapi-go to generate schemas from the code

So, basically, we use spec generation from internal types, and generates public client and types from generated spec. Then, other service tries to reuse type generated from spec, but it...

As for now we're using patched fork but really want to jump back to main package to avoid mess with merging your updates.

@bebbi ive quit maintaining this project, sorry. Others stopped any active development long time ago, therefore your pr wont be processed I suppose. All I can offer to you is...