Olli Helenius

Results 13 issues of Olli Helenius

It seems to be possible to set up the emulator with a shared copy of the Scala libraries: http://lamp.epfl.ch/~michelou/android/emulator-android-sdk.html When the emulator has been set up in this way, the...

Some terminal emulators [support escape sequences that can be used to mark text as a hyperlink](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). Could a similar option perhaps be added to `exa`? Coreutils `ls` [supports this](http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=799bac0d06cfabe9491498727308df8d1aca6d98) since...

features › terminals

Depending on whether `.jsConfigure` call is placed before or after `.settings`, the cross type/directory configuration changes. Repository with a reproduction set up [here](https://github.com/liff/sbt-crossproject-jsConfigure-issue). Versions: - sbt = 1.2.8 - sbt-crossproject...

See [XDG Base Directory Specification ](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). Chooses userdir as follows: 1. Use `~/.visualvm` if it already exists (so as to not break existing usage), 2. use `$XDG_DATA_HOME/visualvm` if `XDG_DATA_HOME` environment...

Some of the “screenshots” in nix-pills, such as [this bit about `show-derivation`](https://nixos.org/nixos/nix-pills/our-first-derivation.html#idm140737316339744), use the `` docbook tag. This tag is rendered as `` in the HTML version. The NixOS [site...

Steps to reproduce: 1. Click [here](https://pl.kotl.in/O1fAzikKE), 2. click browser’s back button and 3. observe that it does not take you back to this issue. Browser: Firefox 105.0.3 on Linux.

Uses directories-jvm to resolve the configuration directory location. See: https://github.com/dirs-dev/directories-jvm#introduction The old `$HOME/.testcontainers.properties` is still preferred if it exists. New example locations: - **Linux:** `/home/myuser/.config/testcontainers/testcontainers.properties` - **Windows:** `C:/Users/myuser/AppData/Roaming/testcontainers/config/testcontainers.properties` - **macOS:**...

type/docs

## Description of changes Add simple package tests for Gradle. ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [...

10.rebuild-darwin: 0
10.rebuild-linux: 0
11.by: package-maintainer
8.has: tests

```scala import java.time._ import io.circe.syntax._ import io.circe.java8.time._ val a = Duration.ofNanos(-1) // => JString("PT-0.000000001S") val b = a.as[Duration] // => Right(PT0.000000001S) ``` This seems to be because of [JDK-8054978](https://bugs.openjdk.java.net/browse/JDK-8054978), i.e.:...

documentation

The 0.3 version of usb-device comes with some incompatible changes, so a minor amount of migration is required. An update of usbd-hid is required for the same reason.