Liu Xiao

Results 7 issues of Liu Xiao

Ignore JRebel inserted methods in getMemberRef Resolve issue: #50

It seems JRebel generated some methods on classes, and in net.jodah.typetools.TypeResolver#getMemberRef just returned JRebel's method which IMO it should be ignored.

Just like spark.read.json, we can get json schema inferred by analysis sample data or, or explicitly given by the user (e.g. the comment). Is it necessary?

type/feature-request

Helm supports [SQL storage backend](https://helm.sh/docs/topics/advanced/#sql-storage-backend), it would be nice to support it in helm-controller, it would be useful especially when not able to create secret or configmap on kubernetes cluster....

enhancement
area/helm

In regexLexer.g4, it says: ``` Char : ~('.' | '\\' | '?' | '*' | '+' | '(' | ')' | '|' | '[' | ']') ``` which don't exclude...

regex

[Code Insights](https://confluence.atlassian.com/bitbucketserver/code-insights-966660485.html) is a new feature added in Bitbucket Server 5.15. > It surfaces information relevant to a pull request, so the author and reviewers are able to make better...

Some OpenAI-compatible APIs require specific query parameters. This PR adds support for a query configuration in extra-openai-models.yaml, allowing users to define and use these custom APIs more flexibly.