Tim Wisniewski
Tim Wisniewski
I'm still getting all the warnings, even with `verbose: false`. Did you perhaps mean to use an `||` operator instead of `&&` on [this line](https://github.com/SamVerschueren/babel-engine-plugin/blob/master/lib/babel-module-template.js#L20)? Happy to submit a PR...
Hiya! I wanted to recommend excluding the `dist` directory from version control by adding it to `.gitignore`. I know we want it in the npmjs distributed version, but we can...
https://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html
This would be a nice feature for auditing and also for reverting mistakes. Not sure how easy it is to implement in postgres, and how far it would take the...
Along with triggers to update them. Note that we can't have much of the application depend on this if we want dataface to work with existing database tables. What's the...
npm 5 is pretty cool, so probably don't need yarn anymore
At this point the `db` directory is just seed data for development. The stored procedures were for PostgREST.
I'm thinking: - Columns have a minimum width by default (ie. `120px`) - Column width can be expanded by dragging it in the UI, and it will persist to localstorage...
I think 1,000 records exceeds the performance limit, even with using `tabindex`