-
New function for taking min, value and max and finding a representation for it based on a viewport.
Specification -> https://developer.mozilla.org/en-US/docs/Web/CSS/clamp()
Examples -> https://b…
-
Perhaps one of the few **essential** parts of allowing cross-implementation SML code to be written is a standardized Foreign Function Interface. This is because an FFI is needed if one wishes to use …
-
(This would be a big initiative; please chime in with feedback about how this should look and what should be in-scope.)
## Motivation
TLC supports Java module overrides, which is a fantastic fea…
-
Checkpoint hashes are loading incorrectly since updating. They appear to be loading off the filename rather than the checkpoint data.
The same Checkpoint file copied with a different filename is show…
-
There are multiple cases when passive context propagation (without modification) is desirable:
- proxy/load-balancer/service-mesh that just passes context around. While it may be implemented with e…
-
### Category
User level API features/changes
### Describe the feature you'd like to request
I have tried to look into the apis provided and can't find a way to convert a JSON dynamically to a…
-
Anthony and I came to the conclusion that it probably makes sense to store the whole HTTP request that lead to a localized document instead of comparing commit dates, such that switching models etc. l…
-
Currently, as `curry` checks the number of passed parameters against the function's `length` property, curried functions can not have optional parameters, which can be frustrating at times.
**Ideas…
-
Just values are all strings. This is convenient, because it means that Just is effectively statically typed. It is impossible to provoke a type error.
However, it means that many desirable things a…
casey updated
2 weeks ago
-
Great job! This is almost what I'm looking for.
Do you plan to implement the other data representation templates?
I am looking for the **complex unpacking** functions of the **templates 5.2** ([…