-
I've been trying to make an audiobook/epub alignment tool work on non-english content for some time without success. Tools like [Storyteller](https://gitlab.com/smoores/storyteller), [Aeneas ](https:/…
-
Current scoping is misleading
```
If False Then
Dim x = 0 ' error
End If
Dim x = 0
```
New keyword `Let` can fix it
```
If False Then
Let x = 0 ' no e…
-
We need a way to go between BCP47 tags and babel/polyglossia langauge names/options in a reliable and cross-package way. The multiscript support in bibaltex/biber 4.0 will rely on this heavily. Curren…
-
### Describe the project you are working on
A 2D top-down shooter game.
### Describe the problem or limitation you are having in your project
All scripts and documentation pages have the same…
-
Clients often ask us to build them a custom data management interface (CPS SSCE, SFM, Erikson, BGA, etc.). Very rarely does the client wind up using the interface successfully without substantial help…
-
**Release format**
Delete as required: WNDB
**Describe the bug**
One of the entries in the index.sense file has six fields instead of 5:
capital:_critique_of_political_economy%1:10:01:: 074…
-
I.e. each Electric server can be serving arbitrary number of Postgres databases (though we'll probably want to have a default limit).
## Background
There are many use cases for multi-tenancy. A …
-
Resolving dependencies...
Package dart_style has no versions that match >=0.2.10 =0.1.8 =0.2.10
-
# The Metric Cardinality Problem
Today, every attribute in an OpenTelemetry Resource, according to the metric datamodel, is used to determine the identity of metric. Given known issues in metric t…
-
Hi there,
I've been doing some benchmarking and am puzzled by the memory footprint i'm seeing. Do you expect MRI to use up 2.5+gb of RAM to parse (not pp) a 9mb SC832 doc, with run times well over 4m…