-
It's somehow hard to come up with a good example, but just playing around in a do block, where `let` is also used without `in`, it feels like `in` triggers indentation accidentally. This is especially…
-
Any chance of portable (or otherwise without an installer) distributions? Especially relevant for the Linux distribution, which is a package right now and thus would necessarily become controlled by t…
-
- Version: 6.8.11
- Operating System: Linux, maybe MacOSX
- Steps to Reproduce:
run docker with `Dockerfile`
```
FROM logstash:6.8.11
USER logstash
RUN ln -s /usr/share/logstash /tmp/log
RUN…
-
To update this issue with current items and updated since this card. The card on Trello can then be deleted. Check updates from WCEU 2021 Contributor Area. https://trello.com/c/6TerzFEd
**Action:**…
-
works with them? thanks
-
Llamafile is a great convenience by bundling the inference code with the weights. However, it offers less security to users in its current form than the use of untrusted safetensors/gguf weights + sep…
-
https://www.graalvm.org/
-
```
$ ./mvnw io.takari.polyglot:polyglot-translate-plugin:translate -Dinput=pom.xml -Doutput=pom.kts
```
produces:
```
$ ./mvnw io.takari.polyglot:polyglot-translate-plugin:translate -Dinput=po…
-
From @Einstein42:
See https://github.com/pypa/gh-action-pypi-publish
I'll add the secret and token for the pypi repo to github according to that page,
then you can play with
I added it u…
-
### Apache NetBeans version
Apache NetBeans 20
### What happened
I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the GraalVM for JDK…