Ian Hu
Ian Hu
Working in progress. Suggestions and discuss are welcomed. For #1902 #1796 . As discussed in #1796 . ## Main function - Use SecurityEnhancer to secure sensitive components accessed by controller/web....
I have use Qrious like `qrious.value='Greeting from 中国'` but when I scanned it, there only the 'Greeting from ' left, the non-ascii charactor is lost. Is there a way to...
Package.swift can reference the xcframework as github release, so that we could use the xcframework in user project. Should we support it? add targest like ```swift // swift-tools-version:5.3 import PackageDescription...
There is another `Failure handling and resilience patterns for the JVM` - [Failsafe](https://github.com/jhalterman/failsafe), I would like to help to make a implementation based on it.
WeedConfig中包含太多的全局变量,如果多个DbContext的行为不同需要对WeedConfig进行设置,将无法安全实现。 建议将WeedConfig中的全局变量封装到DbContext中。
Add a search input control in the clip menu
Is it a mistake? assign the variable with itself? https://github.com/sql-machine-learning/models/blob/5dc6421f562ea447e501fa355a48a6ee89856a1d/sqlflow_models/arima_with_stl_decomposition.py#L20-L22
**Affects:** since 4.1 --- Yaml file like bellow: ```yaml root: webservices: "[domain.test:8080]": - username: me password: mypassword ``` Yaml's map to json like ```json { "webservices": { "[domain.test:8080]": [ {...