Noah Silas

Results 9 issues of Noah Silas

I'm working on a tool to generate a CSV export of some data in a browser, and unfortunately, the encoding situation is a bit of a mess. TL/DR, it seems...

When preloading multiple fields, we can get some extra performance by doing multiple fetches simultaneously. Consider a query fetching comments, and requesting that ParseServer preload "post" and "author" pointers: >...

Examples: ## parse-community/parse-server#6478 In this PR, a direct dependency on `ws` was updated from 7.2.1 to 7.2.2. The dependency `parse` should also rely on `[email protected]`, but that dependency was removed...

Elements like `` and `` contain [metadata content](http://www.w3.org/TR/html5/dom.html#metadata-content-0) that should not be output as part of a plaintext document. One important use case is when including media queries in a...

There's a little bit of nuance to getting the most performance out of a query when you only care checking if there exists a row matching a given query. This...

While storing `null` literals in Mongo has some surprising semantics (and this author thinks the practice should be strongly discouraged), if you are trying to add a schema to a...

This is a pass at a simplified $find handler that operates on only a single schedule. This is currently a work-in-progress, putting up for some early feedback. - Starting with...

dependencies
scheduling
fhir-datastore
example

In #7686 we will want to find ActivityDefinition resources matching a specific code passed into the server in the `service-type` parameter. To that end, we will need a search parameter...

scheduling
search