Erfang Chen

Results 22 comments of Erfang Chen

I am in the middle of rewriting a large portion of the table that makes a bit inefficient and unclean ... having a font dependency is definitely on the list...

do you have a stylus loader? https://www.npmjs.com/package/stylus-loader

Thanks for bring up this issue. To confirm: customSortFn does work when applying sorts initially? Just not when sorting via the header ? If so that is definitely a bug...

One concern I have is for people who are not using typescript but requires the contents of the library We could strike a balance by putting into the lib folder...

I just tried it naively and the Application would fail for a few reasons - Client application's `tsconfig.json` would have to not exclude `node_modules` as giga-grid would be located there,...

@caguthrie thanks, here are some findings, I was able to get things to work by just making "main" = "src/index.ts" in "package.json" We then need to make sure that "node_modules"...

Is this feature a call to become compatible with generic OAuth 2.0 IdP over OIDC or Google OAuth specifically? The former seems fitting for enterprises whereas the latter seems like...

Thanks for that explanation. Can you help us understand why does rancher need to lookup other users when performing RBAC decisions on the authenticated principles? If an IdP is configured...

Upon a new identity logging in the first time, rancher can store the standard JWT token claims: `sub`, `name`, `email`, `given_name`, `family_name` and make it available for the admin/project owner...