Naphat Amundsen

Results 19 comments of Naphat Amundsen

For some unrelated reasons I stopped installing this through oh-my-zsh, and did a manual installation instead. That happened to fix the problem.

Unfortunately the problem appeared again 😢 I have just cloned this repo and I just source it from my zshrc. My setup: kitty 0.28.1 macOS Sonoma 14.4.1 (M2 Pro CPU)...

Can confirm this happens to me as well. I have made the following openapi schemas: ```yaml get: summary: Test responses: '200': description: "Listing" content: application/json: schema: type: object properties: test:...

After some more digging I found a way that worked both with `allOf` and in responses, and for post bodies and whatnot. As stated in the [README.md@fd1f9b3#import-mapping](https://github.com/oapi-codegen/oapi-codegen/blob/fd1f9b3/README.md#import-mapping), we can specify...

> @Napam I tried to follow along with your workaround and I ended up with this in the output: > > ``` > externalRef0 "-" > ``` > > Which...

I have also observed high CPU usage when using watch. Here is my task: ```yaml dev-go: watch: true cmds: - go build -o tmp/main . sources: - "**/*.go" ``` My...

@andreynering Hello, I just tried it now. and it looks much better! Here is generally how my htop looks when using the binary from main: And here is generally how...

Kind of from the side, but I personally would like something similar to this. More specifically, I would LOVE to have a "pointers-for-values-with-defaults" such that I can set it to...

Great to hear :) I tried using your workaround now and it works! (from the little I have tried so far). This looks very promising!