-
All the example plugins I see are 100% bash scripts, but it would be really useful to break into another language like Python or Ruby to be more productive.
I tried making a plugin with a simple Py…
-
From the text:
> A 16-bit offset lets us jump over up to 65,535 bytes of code, which should be plenty for our needs.
and
> Some instruction sets have separate “long” jump instructions that ta…
-
(at least in gnome-terminal)
I'm unable to "press any key" to exit as it just adds it as input, I need to press enter for it to actually exit
![image](https://github.com/user-attachments/assets/cac9…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Currently, redeclaring a variable from `const` to `var` and trying to assign to it causes the…
-
This link is dead:
https://github.com/eclipse-langium/langium-website/blob/main/hugo/content/docs/recipes/scoping/class-member.md?plain=1#L102C348-L102C352
-
Hi, just wondering if you were aware of this (probably you are), but just wanted to point out a possible idea:
```
var a = 1;
print(a);
1
print(a=123);
123
print(a);
123
```
I basicall…
-
The Lox REPL as described in the book (and as implemented in clox and jlox) doesn't support multi-line input. The code listings at the end of Chapter 8 and 9 all span multiple lines though, and attemp…
-
We're now using `rust-monaco` successfully at https://lang.prql.builders/editor.html — a live compiler in the browser — thank you very much @siku2 for enabling this.
Next we'd like to allow adding …
-
Hello,
I am trying to build the repo using the instructions listed in the README. I am using `jdk-16.0.2/` for this task.
`make get` works fine.
But, when I run `make`, I get this following …
-
Recent versions of Macbooks include the touch bar, which has TouchID + Secure Enclave. It would be nice if aws-vault supported using [biometrics through TouchID](https://developer.apple.com/documentat…