tigerinus

Results 78 comments of tigerinus

Multilingual support in public documentation is almost certain required by many public policies. Maintaining multiple copies of OpenAPI YAML in different language is chaotic. It'd be a huge life saver...

> Thanks for pointing this out - it's a good idea and we'll add it soon! > > In the meantime, you can set the `max_rules` parameter in the `FIGSRegressor`...

Need an official image on Docker Hub or this thing won't spread.

> That looks correct to me. Could you construct a tiny, runnable example which demonstrates the problem? I have one: OpenAPI ```yaml openapi: 3.0.3 info: title: Local Storage API version:...

Here https://github.com/getkin/kin-openapi/issues/598

> PodSecurityPolicy Per https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/#podsecuritypolicy it is deprecated in Kubernetes v1.25. Anyone knows any alternative to this? Thanks.

As a workaround on Windows 10, I am using Ubuntu under WSL, which provides a little bit of performance increase. But comparing to native Linux and MacOS it's still slow....

Would love to utilize `mvnd` under VSCode for it superior building preformance.

patiently waiting for this AWS Graviton show stopper to be resolved....

My current workaround is to pass the global DB object to the hook ```go if err := db.InstanceSet("gdb", db).Delete(&kid1).Error; err != nil { panic(err) } ``` But this involves changing...