-
In this issue I define arithmetic error as an computation that does not yield the same result that it would purely from a mathematical point of view (like underflow, overflow) or a computation that yi…
-
Please take a look at [the list of actual regular expressions](https://github.com/linksplatform/Bot/blob/master/python/config.py#L44) for programming languages.
List of requests:
* [x] Erlang
* …
-
```pony
trait X[A: X[A] box]
fun f() =>
P[A](this)
class C is X[C box]
class D is X[C box]
primitive P
fun apply[A: X[A] box](a: A) =>
None
```
This code is incorrect. Comp…
-
### 1.0 Milestone
- [x] Basic data types
- [x] Client access
- [x] Cluster membership add/remove
- [x] Data replication on update
- [x] Distributed cluster log
- [x] Version-independent cluste…
-
**Issue:**
- [x] Decision: do not create a special mechanism for this in Wallaroo, but instead use native language functionality (like global variables in Python and Go).
- [ ] Establish a pattern f…
-
**Describe the enhancement**
I've been looking into this for hours now and I can't figure out how to get the `zpub` for a given mnemonic. I'm using [this website](https://guggero.github.io/cryptogr…
-
Listed here are _"all"_ the languages that could be supported by onefetch - the checked lines are the ones already supported. Beside giving us a better idea of our coverage, this list can serve as a …
o2sh updated
8 months ago
-
We want to revisit the way we do recover typechecks, using a system like what @plietar proposed in https://github.com/ponylang/ponyc/pull/2043#issuecomment-319835433.
This would let the compiler to…
-
Part of #340
* Where do we put the expectations for `stdOut`, `stdErr`, and `exitCode`? Because if we don't do that, only snippets that print to `stdOut` could be tested. docstring as frontmatter p…
-
I note that someone opened a feature request asking for more than 5 sets of scripture presented in parallel. I personally need something like this, but I'm proposing an alternative solution.
For s…