-
### Aktuelles Verhalten
Auch bei Anlässen wird die Option "Automatische Zuteilung" angezeigt. Anlässe haben aber keine manuelle Zuteilung, so dass entfernen des Hakens keinen Effekt hat.
### Gewünsc…
-
When hovering on records, the language server usually provides useful details.
Unfortunately, because list literals are immediately desugared into applications of `Cons` and `Nil`,
the language serv…
-
The file name just gets inserted into js as a identifier names, so `./examples/llvm/hello-world.effekt`
generates the following js code:
```javascript
const $effekt = require("./effekt.js");
con…
-
Im Probenfenster werden bei mir alle Effekte, egal ob durch Ausrüstung (z.B. Wundnähzeug), Nachteile oder aus anderen Quellen, mehrfach angezeigt. I.d.R. sind sie doppelt, vereinzelt habe ich aber auc…
-
While working on the LSP testing suite (#351), I had several problems with the [textDocument/hover](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocu…
-
Following up on #148, we should type check the return type annotation of object operations.
As of right now, we reject all return type annotations given by the user on an object operation.
Instead…
-
Hey everyone,
i change the documentclass to twoside = flase and commented openright. The Problem with my pagenumbers occures with the twoside = flase option. When set false, the pagesyste empty has…
-
Når skåren på økologisk effekt er 1 og arten ikke har noen avgjørende kriterier, er det nok at teksten i bold "Arten har ingen kjent økologisk effekt. Dette tilsvarer skår 1" vises. Det under denne te…
-
**Describe the bug**
When I select a Token instead of the Hud showing up nothing happens and I get the following error in the Log
**Steps to reproduce**
1. Click on Token
2. See error
![image](ht…
-
Currently, there is neither support for prefix operations like arithmetic negation, that is, `-1` works but `-(1+2)` does not, nor for boolean negation like `!true`. Perhaps this is something we would…