-
### Aktuelles Verhalten
Wenn ich für mich 2FA einrichten möchte (was beim Cevi nach dem Release viele machen müssen) enthält die Aktivierungsseite den Text:
```
Bitte scanne den QR-Code mit deine…
-
On Ubuntu 16.04 it has been reported that Effekt cannot be exeucted since
`java -jar` is treated as *one command* instead of a command and an argument.
---
The Effekt "binary" is created by prefi…
-
@tbaddade Du hattest ja irgendwann den Hover-Effekt in Tabellen hinzugefügt.
In der Tabelle mit den Felddefinitionen (`page=xform&subpage=manager&tripage=table_field`) ist der Hover-Effekt nur bei `va…
-
The following program using a space to separate two operations (both in their definition and implementation) is currently syntactically valid:
```scala
interface Foo { def foo(): Int def bar(): Int …
-
Assume we defined:
```
interface Ping { def ping(): Unit }
interface Pong { def pong(): Unit }
```
Then, the following top-level definition is accepted by Effekt (albeit not working for LLVM):
`…
-
Currently, the binary for the JIT is a blob in the git repository at https://github.com/effekt-lang/effekt/blob/jit/bin/x86_64/rpyeffect-jit.
We should find a better solution for this, that makes u…
-
Altså en slag farve skala fra orange (ikke så mange geo punkter på samme sted) til rød (mange geo punkter på samme sted)
-
Here's the whole error: notice that the real problem is that the actual return type doesn't match the expected return type --- this has nothing to do with recursive / forward-declared functions!
…
-
Siehe www.derdiedaz.at/direct?user=Gerlinde-Achleitner&doc=CxXIiNPxUNP1JdNG2MQ5S4KvTnR2&item=40455b7b-74d7-47a0-bb74-b4fbe0e9a54d
Dieses Spiel hat zwei Fragen, es wird aber im S-Modus nur die erste…
-
On hover, currently a summary is shown together with the declared type. Also show the actual type at that position.