Rainshaw

Results 10 issues of Rainshaw

* **What is the current behavior?** Now, the query description only use the `description=...` args for docs, the description or the __doc__ in Typeclass only use for Type docs. but...

🐛 bug

As in `django.contrib.auth.mixins.PermissionRequiredMixin`, there is a message passed to the PermissionDenied exception when permissions check fails. This PR adds `object_permission_denied_message` to `guardian.mixins.PermissionRequiredMixin` and uses it in `get_object_permission_denied_message()` function. There is...

when the dir exists, sftp.mkdir() would raise an error and ends the for loop.

**Want to prioritize this issue? Try:** [![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin) ------ **Describe the bug** As described in #421, we could do the following change to ensure concurrent requests are deal in correct way....

bug

**Want to prioritize this issue? Try:** [![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin) ------ **What's your scenario? What do you want to achieve?** hello, first of all, thanks for your excellent work on this project. I...

question

## Description Normally we access the WebApp like http://localhost:7420/ but we may want it to look something like http://example.com/gin. That’s quite common when trying to wrap multiple systems into something...

### Your current KubeKey version 3.0.10 ### Describe this feature 目前ssh支持password和privatekey,希望能支持gnpug和kerberos等其他形式的ssh认证。 ### Describe the solution you'd like 希望当在命令行中可以直接ssh到服务器时,在kk配置文件中只需配置host即可链接ssh。 ### Additional information _No response_

jaeger 1.29 使用的是 cronjob的v1beta,但这个已经在k8sv1.25被弃用了,至少需要升级jaeger到1.34,但v1.26里autoscaling v2beta2也废弃了,所以要升级jaeger到v1.38。。。

**Is your feature request related to a problem? Please describe.** when using idl for generate code, we currently add some simple comments for each handler https://github.com/cloudwego/hertz/blob/0d8b98bc8cf61c16866359e551959e962597d33f/cmd/hz/generator/handler.go#L247-L261 but we have fully...

enhancement

https://github.com/swaggest/jsonschema-go/blob/d4b7536630ed226438fc6fc2b3226a3f1a0ee285/reflect.go#L229-L244 the rc instance does not set InterceptProperty filed, so the L236 just set rc.InterceptProperty = checkSchemaSetup. When the options applied, the InterceptProperty would be rewrite.