-
It can be very difficult to piece together a reasonably estimate of a history of events from the current workers logs because none of them have timestamps.
So for that end, I think we should add ti…
-
1: An option to list what file(s) are currently uploading. Equal to jotta-cli list
2: A command line option for seeing what files failed to upload. Reading the log file is pretty inconvenient. Some…
-
```
trait T
fun some() =>
"Do nothing"
class TClass is T
let _l: String
new create(l: String) =>
_l = consume l
fun some() =>
"Do nothing"
actor …
-
Compiler crash on following code:
```pony
trait T
interface I
class C
actor Main
fun f[A, B](x: (A | B)): (A | B) =>
match x
| let a: A => a
| let b: B => b
end
ne…
-
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…
-
My understanding is that the size of a chat depends on the client, who invites all its friends.
The number of clients corresponds then also to the number of messages send as a consequence of a post a…
smarr updated
4 years ago
-
This issue tracks new languages which could be added to Riju. If your favorite language isn't supported, add a comment below and (provided it meets the [criteria for inclusion](https://github.com/raxo…
-
- Phoenix (framework Elixir)
- Apple (antiga) aquela colorida
- Docker
- Postgress
ver em https://www.vectorlogo.zone/
-
See https://github.com/google/caja/issues/1977
-
Take the simplified example below:
```pony
class Foo
var bar: Bar
let _id: U64 = Guid...
fun thing_a(id: U64) =>
bar.thing_b(id)
class Bar
fun thing_b() =>
...
```
I…