-
SQLite's FTS3 and FTS4 (full-text search) extension modules allow users to create special tables with a built-in full-text index. This extension is usually enabled by default. (I checked: most platfor…
-
Currently, antipodal quaternions are treated as equal, i.e., `q == -q`. I can see the motivation for this -- they induce the same rotation -- but this leads to several issues:
* AFAIK, accessing t…
-
This issue notes the need for arpeggiation and non-arpeggiation support.
-
As noted in [this thread](https://talk.commonmark.org/t/spec-issues-character-entity-references/2306), it might be desirable to change what the spec says about entities.
Arguably the spec should no…
-
Turns out the way MPI_Comm_create_from_group is using the PMIx_Group_construct method doesn't correctly handle the case where multiple MPI processes are invoking MPI_Comm_create_group using different,…
-
``` js
function traverse(object) {
return keys.map(object, function (value) {
if (_.isObject(value)) {
if (Array.isArray(value)) {
return when.map(value, function (value) {
…
-
We can start with Jaccard for this and a naive comparison of symbols. But we'll have to think more about how to improve on this, because there is not a one-to-one correspondence between transcription …
-
**Summary**
A DOC, PPT, or XLS file sent to `partition()` as a file-like object is misidentified as a MSG file and raises an exception in `python-oxmsg` (which is used to process MSG files).
**To …
-
### Dagster version
dagster, version 1.5.14
### What's the issue?
I'm using the DBT integration with a DAG that's (almost) entirely orchestrated by AMPs. When the daily runs start, I have two conce…
-
This issue mainly covers the desired behavior of Spark jobs when executors fail during the job run.
The current behavior of a Spark application on Yarn when executors inadvertently fail is to
- …