Ajay Kumar M
Ajay Kumar M
Based on this [suggestion](https://github.com/dokan-dev/dokany/issues/1248#issuecomment-2438232394) we tried checking the `desired_access` and returning `STATUS_ACCESS_DENIED` if it contains `DELETE` from the `create_file`. However this approach is making dokan throwing a error `error: process...
It appears that the root cause of this problem is the `bitflags` dependency used in `windows-kernel-rs`, which has dropped support for `no_std` starting from version `2.0`. I encountered the same...
We are also facing the same issue. For us it is working fine in 1.x version of Surreal db, but the same code without any change does not working in...
We are getting this issue only while using `surreal cli` to create the schema. But the cli version is same(`1.5.5`) as the program. ``` PS D:\genesis\webdrive-app-poc> surreal --version SurrealDB command-line...
Just for curiosity we executed the same query using python bindings, which took literally same amount of time as the kuzu cli takes.  [we executed the same query as...