Weny Xu
Weny Xu
Hi, I'm trying to improve the performance of the BatchEnforce. test file is here: [enforcer_benchmark_test](https://github.com/WenyXu/casbin/blob/dev/enforcer_benchmark_test.go) the “scale“ is mean the size of input, 1 scale equal 8 items ``` var...
Hi, I Wrote a sample demo here https://github.com/go-odm/odm/blob/master/query.go, which inspired https://github.com/aheckmann/mquery
```js ... const [options, setOptions] = useState([]); const [_, _onChange] = useState(parentValue || ''); const value = useMemo(() => { return parser(parentValue); }, [parentValue]); useEffect(() => { const onLoad =...
> 没太理解您的意思呢,能提供一个复现demo么 一样有这个问题,改变 key 应该是强制触发 re-render ```js const RegionCascade = ({ onChange: parentOnChange, value: parentValue, parser = defaultRegionCascadeParser, formatter = defaultRegionCascadeFormatter, ...rest }: Partial & { value?: string; onChange?: (...
> 没太理解您的意思呢,能提供一个复现demo么 https://github.com/AnnaSearl/annar/blob/e990c9317972dc0c303453b0866c036867dfab00/components/cascade/index.tsx#L94 问题在这里,changeOnSelect = false 时候,存的是 localValue
As mentioned in https://github.com/apache/datafusion/issues/7845#issuecomment-2068061465, I was greatly inspired by [JSONA](https://github.com/apache/datafusion/issues/7845#issuecomment-1779821351) and proposed a JSONA variant(Maybe we can call it JSONC, JSON for columnar storage formats😙) that may benefit from the...
The `datafusion-orc` will release a stable version recently. See also: https://github.com/datafusion-contrib/datafusion-orc/issues/79
wait for https://github.com/datafusion-contrib/datafusion-orc/pull/83
> Please make sure we do not allow cross catalog database drop by default. Yes, we are under the `catalog` of query context by default.
Could we introduce the [Sqllogictest-rs](https://github.com/risinglightdb/sqllogictest-rs) framework to perform tests?