Jake Lowen

Results 5 issues of Jake Lowen

**Is your feature request related to a problem? Please describe.** When you complete all tasks in a board, the board is automatically archived. With my organizational system I prefer seeing...

feature request

I want to build a rest api which accepts as a parameter a winterfell form schema. I would write this on the backend outside of react. Is there a recommended...

enhancement

Google BigQuery has farm_fingerprint 64 as a built in function. https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#farm_fingerprint BiqQuery: ``` SELECT FARM_FINGERPRINT("1footrue"); ``` Returns -1541654101129638711 lovell/farmhash: ``` farmhash.fingerprint64("1footrue") ``` yields 16905089972579912905 Shouldn't they produce the same? For...

question

Not an urgent issue, as the workaround is trivial but I have noticed one subtle difference between the way the pg-mem node-postgres (pg) adapter works compared to the actual node-postgres...

It seems recently every time I modify my schema and run `yarn gen-schema-types` the resulting schema.d.ts file contains a couple tslint errors "Statements are not allowed in ambient contexts." due...