translatenix

Results 36 issues of translatenix

Here is my take on how to best solve the "flaky PackageServer tests" problem. It is ready to be merged after #217 . See commit message for details. If you...

This will make it easier to inspect test outcomes of PR builds.

JDK 21 is an LTS release that reached GA in September 2023.

From the [GitHub docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics): > Classifying your repository with topics > > To help other people find and contribute to your project, you can add topics to your repository >...

https://pkl-lang.org/index.html doesn't have a search bar. The search bar only appears after clicking one of "Language", "Bindings", "Frameworks", etc.

**Goals:** 1. Efficiently iterate over a `MapValue`. Currently, `MapValue` can be iterated over by using one of the following methods: * `MapValue.entrySet()`, which allocates a `Map.Entry` object for every entry....

Override `AbstractMap.get()` and `Map.forEach()` with more efficient implementations.

As a Java developer, I ran into the following issues while working on my first PR (#809): 1. I cloned the repo on Windows. There was no `sbt.bat`, so I...

Enabling all global extensions on the class/module path with `junit.jupiter.extensions.autodetection.enabled=true` is asking for surprises (and potentially trouble). Instead, I'd like to explicitly enable the global extensions that I want to...

type: enhancement
up-for-grabs
theme: extensions
component: Jupiter

This PR fixes several bugs related to globbed reads/imports and makes code improvements along the way. Bug fixes: * Fix caching of globbed reads * Glob pattern isn't guaranteed to...