-
I'm reading over the overview draft (really exciting!) and I'd like to brainstorm how containers fit into this model. Right now we have them as a part of composition:
> Bindmount libraries into con…
vsoch updated
3 years ago
-
Today @OlivierNicole, @ejgallego and myself worked on understanding the performance of Coq on OCaml 5 -- some benchmarks suggested that it is 10-20% slower than on OCaml 4 on average, see https://gith…
-
Many programming languages (incl. TypeScript, Swift, and Kotlin) support omitting semicolons as explicit statement separators. We consistently hear from developers who come to Dart from those language…
-
In the following code:
```python
from beartype import beartype
import equinox as eqx
from jaxtyping import Array, Float
@beartype
class MyClass(eqx.Module):
x: Float[Array, ""]
def f…
-
(Moved here from https://github.com/ocapn/ocapn/issues/5#issuecomment-1560116857)
It's proposed (sorry, can't find the exact reference now) that -0 be excluded from OCapN core data values. While th…
-
I have been trying to implement the features described in the "[Controlling Perceptual Factors in Neural Style Transfer](https://arxiv.org/abs/1611.07865)" research paper.
The code that used for th…
-
The message structure for the eTRV is as follows:
{'header': {'encryptPIP': xxxxx, 'mfrid': 4, 'productid': 3, 'sensorid': xxxx},
'recs': [{'length': 2,
'paramid': 116,
'paramn…
-
For both wox and alferd, plug-ins are a essential part of the app and improves usability by a great deal.
Please support developing plug-ins.
-
get-task-allow
-
There are a number of feature requests that would require some form of short code format to implement. This is an Epic tracking the implementation of shortcodes for extended feature support in the nov…