Jiri Spac
Jiri Spac
https://gist.github.com/kdelemme/9659364#file-aggregate-js-L128
Instead of client RPC methods, it should be implemented as a raw event emitter over socket.io https://github.com/capaj/Moonridge/blob/master/mr-rpc-methods.js#L667
in mr-rpc-methods, rejectOnError common handler for callbacks would help a lot, for example on https://github.com/capaj/Moonridge/blob/master/mr-rpc-methods.js#L634
Nice showcase of what you can do with github graphql api! Could you refactor to use the new query component from apollo? That'd be great
I get his error: ``` Chrome 38.0.2125 (Windows 7) ERROR Uncaught Not Found: C:/git_devel/zen/gui/zuiplugin_dll/app/js/Zen/Logging/log_deco rator.js at C:/git_devel/zen/gui/zuiplugin_dll/node_modules/karma-jspm/src/adapter.js:47 Chrome 38.0.2125 (Windows 7): Executed 0 of 0 ERROR (0.003 secs / 0...
`Cannot read property 'parsed' of undefined`
would be nice to have this option-especially for tables with lots of fields
## Feature request be able to use zod schemas same as yup. ### Current Behavior currently I can only use yup schemas. ### Desired Behavior be able to use zod...
## 🐛 Bug Report ``` Determining test suites to run...MODULE 2341: Module._load REQUEST jest-haste-map parent: /home/capaj/git_projects/looop/project-alpha/node_modules/jest/node_modules/jest-cli/build/TestSequencer.js MODULE 2341: looking for "jest-haste-map" in ["/home/capaj/git_projects/looop/project-alpha/node_modules/jest/node_modules/jest-cli/build/node_modules","/home/capaj/git_projects/looop/project-alpha/node_modules/jest/node_modules/jest-cli/node_modules","/home/capaj/git_projects/looop/project-alpha/node_modules/jest/node_modules","/home/capaj/git_projects/looop/project-alpha/node_modules","/home/capaj/git_projects/looop/node_modules","/home/capaj/git_projects/node_modules","/home/capaj/node_modules","/home/node_modules","/node_modules","/home/capaj/.node_modules","/home/capaj/.node_libraries","/home/capaj/.nvm/versions/node/v10.15.1/lib/node"] MODULE 2341: Module._load REQUEST fs parent: /home/capaj/git_projects/looop/project-alpha/node_modules/jest/node_modules/jest-cli/build/TestSequencer.js...
Feature request: add a flag which runs migrations with CREATE TABLE UNLOGGED instead of CREATE TABLE
## Problem integration/functional tests involving the DB are slow. One way to speed them up significantly is to use UNLOGGED tables. I don't have any benchmarks on me, but with...