-
These updates are part of the Community Care migration project: https://github.com/department-of-veterans-affairs/va.gov-team/issues/66682
We're migrating the CHAMPVA page into the FMB hub in phase…
-
_Enhancement request:_
custom equals
allow `.equals` to accept a callback, for example:
```
const x = Map({a: 1, b:2})
const y = Map({a:1, b:5})
x.equals(y, (x, y) => x.get("a") === y.get("a"));…
-
Ultimately, I think this discussion needs to end up in a big conceptual docs page which addresses things including but not limited to
- why does kiara have a store, why can't it just work with your…
-
Current options
- List speeches in the metadata block
- Wrap speeches in div elements
- Make each utterance block one per speech
-
# New format for dates
## Preambule
Currently MHK deals with dates in a simplistic way.
Dates are represented internally as YYYYMMDD strings.
In some Kleio formats for acts, the date can…
-
I have noticed that some taxa names contain unusual characters that don't appear in the original records. Below are a few examples where R has written in an inverted breve above a capital A where no …
-
The Automaton declaration represents a self-contained description of the high-level behaviour of Automatons.
There are 4 parts to an Automaton declaration (these 4 parts represents mini languages w…
-
@RichardDavies and @Lukas31781 have had issues installing the SSMS extension (even latest version 1.6.13b) on SSMS 18.2. The setup completes successfully, but when opening SSMS the error `The 'Formatt…
-
# Brown Univ. Introduction to Bioconductor 2018, Period 1
## A comment on how to use the notebook
It is probably best to "clear" all cells at first. We will go through text, look
at the code…
-
The module builds and installs fine, but tests fail (performing them inside the MacPorts package manager, port):
time port -vs test p5.34-fcgi p5.38-fcgi
---> Computing dependencies for p5.34-fcgi…