Results 26 issues of Jan Ypma

Metals (at least on arch linux) defaults to a heap size of `-XX:MaxRAMPercentage=25.0`, which can be quite significant. This can be customized by setting the `METALS_JAVA_OPTS` environment variable when launching...

Relates to #1801 This commit introduces `Task`, a data structure that represents a recipe, or program, for producing a value of type T (or failing with an exception). It is...

In a pekko Java project I'm working on, I've been creating a `Task` class whose abstraction looks something like: ```java public abstract class Task { public static Task of(Supplier fn)...

I'm getting the following stack trace when invoking a code assist (from emacs lsp as client): ``` Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.jdt.core.dom.ASTNode.accept(org.eclipse.jdt.core.dom.ASTVisitor)" because "coveringNode" is null at org.eclipse.jdt.ls.core.internal.text.correction.QuickAssistProcessor.getFullyCoveredNodes(QuickAssistProcessor.java:391) at...

bug
need info

It seems that [unilogin is phased out](https://viden.stil.dk/spaces/STILVIDENOFFENTLIG/blog/2025/08/28/292356141/Login+med+Unilogin+brugernavn+udfases+for+for%C3%A6ldre) for parents from September 2025. Are there any ways to have this (and other custom Aula integrations) working after that? Perhaps periodically manually...

The example is from a typesafe tensor/matrix library I'm writing, where the matrix sizes and shapes are known at compile time. ## Compiler version 3.7.4 ## Minimized code ```scala object...

itype:bug
stat:needs triage