Will Gu

Results 5 issues of Will Gu

开始写一个基于文档的简化版client https://github.com/willgu903/jqdata 大家有兴趣的话可以提提意见

Hi I have a question regarding the response json schema. I'm not sure if that's more swagger related or guardrail can somehow tweak it to work Let's say we have...

question
core

I see that `x-server-raw-response` is available to expose the underlying to users, allowing deeper customization of response. I was wondering if it's possible to expose a similar interface for request...

enhancement
help wanted
scala-akka-http
good first issue

first of all, kudos to the great package/tool for code gen. it fits our stack of akka-http/circe perfectly. small suggestion in readability of the generated code. some comments for the...

help wanted
scala
java
core

Hi I'm on slick version `3.2.3` and MySQL 5.7 (tried on 5.7.21/22/26 respectively). I'm using the example provided in the official slick doc ``` case class User(id: Option[Int], first: String,...