-
It's fairly common for YAML files to include sequences of several mappings where all the mappings have the same or very similar keys.
Such lists of mappings are tedious to write and a fairly common…
-
Great library! I am using it as the backbone of our distribution pipeline: https://github.com/2dengine/love.maker
I believe that I have discovered an obscure bug.
Sometimes, mounting a path like so:…
-
# Summary
[summary]: #summary
This proposes the inclusion in the engine of a WebAssembly runtime as a common target for all scripting and extensibility work.
# Motivation
[motivation]: #motiva…
leops updated
2 years ago
-
While @GroteGnoom was updating the error messages to be more informative, it has been a constant problem that we can't report any indices: if we report 0-based ones, they are confusing in R and Mathem…
-
What is the chinese name of RChain?
-
Hi there!
@kjhollen and I have been working on web accessibility for p5.js during the summer. We want to open up the conversation about what should happen next and where should our community direct…
lm-n updated
4 months ago
-
Since we have made Julia 1.6 the new LTS version, it might make sense to update the benchmark results in https://julialang.org/benchmarks/.
-
Moved from https://github.com/pypa/pip/issues/4768#issuecomment-499151294
boxed updated
5 years ago
-
As [continuation of `to-string` story](https://github.com/kaitai-io/kaitai_struct/issues/732), now we have means to implement a way to convert structure into a string summary for many languages. Howev…
-
# Bug report
```python
from email.headerregistry import Address
a = Address("Jane Doe", addr_spec="jane_doe@example.org.")
[…]
HeaderParseError: expected atext but found ''
```
The issue i…