Zixuan Liu

Results 213 comments of Zixuan Liu

> @nodece @meodemsao I feel the code is running in browser, that's why we are getting this error, do you think there could be a bug or dependency error? Looks...

Because I use the minimatch instead of the picomatch.

@Shivansh-yadav13 I think we should use the minimatch instead of the picomatch, but some expressions cannot run on the minimatch, I checked the expressions, and I can accept that these...

@hsluoyz I still feel this idea is complicated, we need to manager the `casbin-core.js`, `casbin-rn`, `casbin.js` and so on project. If we use memory adapter/model instead of file adapter/model, `node-casbin`...

@hsluoyz The name of the repository is not important, we released `casbin` package in NPM, this name does not seem to limit the environment.

hi @hsluoyz, @Sefriol is the same idea as ours. I plan to provide the following packages as first version: - @casbin/core: used to any javascript environment: node, browser, react native...

Hello @Sefriol, @harveyappleton, `casbin.js@next` has been released on NPM, you can use `yarn add casbin.js@next` or `npm install casbin.js@next --save` to add this to your project, how to use: ```js...

I reopen this issue because I thought this issue once, and I don't suggest that we make a new repo to provide a pure JavaScript project, although we've made a...

> So the plan is to make `node-casbin` platform independent and deprecate all functions that use core `nodejs` libraries like `fs`? @Sefriol Yes, you are right.

> Looks `node-casbin@beta` has been platform independent Right! I think we should release a stable version, but this version with breaking changes, so @hsluoyz want to use a new repo...