-
Coming from the https://0data.app/ / http://unhosted.org/ / https://nobackend.org/ perspective, we know of alternative storage engines to Google Drive, which offer an authentication API plus trivial r…
-
ClinGen team found that Redis wasn't cost-effective for caching at scale. They moved to RocksDB -- we may want to consider moving our NoSQL support efforts in that direction.
-
For example, when I try it along with [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) or [mdbook-typst](https://github.com/LegNeato/mdbook-typst) it just outputs [!TIP] to the PDF or ePu…
-
1. class buffer
2. stuff from parallel scan pattern (upsweep, down sweep etc)
3. to try to write abstraction impl layer which contains the all sorting/ merging optimizations.
_Originally posted…
-
When a cluster is set up to run an application, there's typically also some shared infrastructure such as databases or message brokers that allows transferring data between different application serve…
-
I'm not sure if I'm just looking in the wrong place, but I can't find support for using font backends other than the "toy" backend that comes with cairo. The documentation says:
> Font faces are crea…
-
The memory backends are all implemented using heapq. This allows for some succinct code when using different crawl ordering, but it's less efficient than choosing more appropriate datastructures for e…
-
Currently different **backend kernels** must be implemented **for each layer**. This could be highly **simplified** after the Xtensor refactor. Namely, backends could only be **implemented once** and …
-
It makes sense to configure DC backends (controllers) locally just like we do with the CV backends (finders). Some of the functionality is already in place as both controllers and finders inherit from…
-
**Description**
There are backends like Dynatrace having problems with attributes and resource attributes of type string with empty values. Instead of introducing ways to remove these values specific…