Kalvin Pearce

Results 10 comments of Kalvin Pearce

Its less about too many apps there and more about reducing visual clutter. For example in my work day I have many apps that I leave open small off to...

Looks like [this fork](https://github.com/TimGameDev/Unity-Weld) is a bit more recent. Not sure if the fork is actively maintained but it seems to be ahead at least

Running `:echo $NVIM_LISTEN_ADDRESS` returns the following: ![image](https://user-images.githubusercontent.com/17244425/107485404-74fbe680-6bcf-11eb-91e9-08037ea8309e.png) This matches the error from the developer console output (as seen in the original screenshot) so I think you're on to something with...

Thanks for that, I had forgotten to run the rust specific samples and also caught an issue with one of the use statements, fixed in [7d6dbfc](https://github.com/OpenAPITools/openapi-generator/pull/18621/commits/7d6dbfc346704eeb9238d7d77f31372d1d5c5975)

@linxGnu I have implemented [your proposal](https://github.com/OpenAPITools/openapi-generator/issues/18442#issuecomment-2103782279) of sorting and grouping traits to handle operations with multiple tags (see commit [a896ed8](https://github.com/OpenAPITools/openapi-generator/pull/18621/commits/a896ed821d016452971e15d501f1c5cb8227c859)) I'm not sure where the best place to implement it...

No worries, please take your time. I am not a Java developer, nor have I looked too deeply into the inner workings of this codebase so please be as particular...

Thank you both for the feedback. @linxGnu I have implemented your comments in [01af1a8](https://github.com/OpenAPITools/openapi-generator/pull/18621/commits/01af1a8d07cbd1771b54c74165e7066f94faf0fd).

I have done some initial testing [here (fork)](https://github.com/kalvinpearce/openapi-generator/tree/feat/rust-axum-split-traits) on this to see how feasible this approach is. I have used a config option `splitTraits` which needs to be set to...

Thanks, I was unaware of this option. I did some experimenting with that option and it seems that due to the way the rust-axum genreator is set up, that option...

I have just opened #18621 which aims to solve this with tags. However, you raise a good point about handling when a single endpoint has multiple tags. How do other...