Jason Posthuma

Results 9 issues of Jason Posthuma

When I try to use the typescript version of aurelia (as described in issue #13), it doesn't load the aurelia app, just aurelia index.html. Any suggestions?

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description This PR...

Added implementation notes to document the functionality resulting from: - https://github.com/parse-community/parse-server/pull/6411 - https://github.com/parse-community/parse-server/pull/7226 - https://github.com/parse-community/parse-server/issues/6390

I have a simple, 3 tier table like this: - conversation - message - user Here's my schema: ```json [ { "database": "main", "index": "conversation", "nodes": { "table": "conversation", "schema":...

PGSync version: 2.1.1 Postgres version: 12.x Elasticsearch version: 7.4 Redis version: Curent LTS Python version: 3.9 Problem Description: The initial sync causes Elasticsearch on AWS to throw 429s (and subsequently...

Currently, only the root table is being queried on the `xmin` field. This works great for capturing changes in the root table, but doesn't catch updates made while the app...

Some of my relationships in postgres are stored in JSONB array, like so: | id | data | children | |-----|------|------------------------------| | foo | bar | [{ "id": "xyz"}, {"id",...

I have a relationship that looks like this: - conversation (850k rows) - message (3.5m rows) - user I have a machine user which is part of 2/3 of the...