Jesse Yang
Jesse Yang
I wonder if the slowness in your check permission query is because postgres did not automatically create indexes on the `sqlatable_user` table ([ref](https://stackoverflow.com/questions/970562/postgres-and-indexes-on-foreign-keys-and-primary-keys)). ``` superset_test=> \d sqlatable_user; Table "public.sqlatable_user" Column...
+1 for this, would like to hear updates
I saw jared refactored the code with a "framework" mechanism, so koa support should be done with that? I just implemented that based on @rkusa 's work: https://github.com/ktmud/koa-passport-fw/blob/master/index.js Should I...
For anyone interested, you are welcome to try out my [advanced cache action](https://github.com/ktmud/cached-dependencies#speficy-when-to-restore-and-save) built on top of this repo. Simply specify your cache targets in a config file, and finishes...
Related #68
要支持的,这个会再整合到 https://github.com/node-webot/wechat-mp 里。 欢迎提 PR 。
有空就支持,最近不太有空。。。。