Elango Cheran
Elango Cheran
_A dedicated issue for discussing a newly proposed design dimension, similar to those proposed in #50._ **Data Model vs. Syntax** Do we focus our efforts on agreeing to a data...
In the data model, are we okay with treating functions as first-class data, such that we can include functions as a part of the data model for MF input? @zbraniecki...
Sometimes, a variable piece of information that affects the translation or formatting of a message pattern may not be naturally represented as a regular "printable" placeholder -- a placeholder that...
For a multi-select message, we have the selection phase to choose one pattern among the group. The formatting phase is interpolating the selected pattern values to provide the resulting formatted...
A multi-select message often has one variable used for selection. But what if there are two or more? How do we structure and represent the message accordingly? This issue is...
In a multi-select message, if the selection logic yields values that do not match up to any of the values/conditions corresponding to any of the patterns in the multi-select message,...
For a multi-select message, there is the step of selecting a single pattern from the available patterns, followed by the formatting of that selected pattern. This concerns the first step,...
Could there be a way to just print out the commands instead of executing them? For our continuous integration setup in Github, we're noticing that the wall clock times of...
Port `clojure.data.diff` for heterogeneous persistent data structures
Fixes #2513