Mike Slinn
Mike Slinn
Want an easy introduction to becoming a F/OSS contributor? Fix the Travis CI script, then submit a PR! See the build errors at https://travis-ci.org/mslinn/quill-cache I sent an email July 20,...
The queries, finders and supporting logic for asynchronous versions of `CachedPersistence` and `CachedPersistence`.would be different than for the synchronous versions.
The include syntax for Ruby is: ```ruby require 'public_gem' require_relative 'path/to/private_gem' ``` The JS / TS parser could be modified for Ruby dependencies.
The stable versions of Ruby available from `rbenv` are: ```text $ rbenv install --list 3.0.6 3.1.4 3.2.2 jruby-9.4.5.0 mruby-3.2.0 picoruby-3.0.0 truffleruby-23.1.1 truffleruby+graalvm-23.1.1 Only latest stable releases for each Ruby implementation...
I was unable to find a website to post issues about `get-coursier.io`, so I posted here: For some reason, the [shortcut icon](https://en.wikipedia.org/wiki/Favicon) (also known as a favicon) is disabled: ```...
The documentation error I reported in #3027 is a distraction from the problem I am reporting here. ```text $ cs complete com.github.pureconfig To install completions, run /home/mslinn/.local/share/coursier/bin/.cs.aux completions install ```...
The [Overview page of the docs](https://get-coursier.io/docs/cli-overview) says: ``` [Coursier] manages the installed JVMs: [java, java-home](https://get-coursier.io/docs/cli-overview#java) ``` The [java])(https://get-coursier.io/docs/cli-java) page says: ``` Once installed, the CLI of coursier provides a number...
Here are suggestions for improving the `cs` help message. The message begins as follows: ```shell $ cs -h Usage: /home/mslinn/.local/share/coursier/bin/.cs.aux ... ``` 1. Users would not normally be aware of...
Coursier does not install `src.zip`, containing the source code for a JDK. [Scala Metals Doctor detects missing `src.zip` files.](https://github.com/scalameta/metals/pull/3401). That file is required for `go to source`.
The installation routine and the `cs` program should both verify that the directory pointed to by `JAVA_HOME` exists and contains a typical JVM or JDK file, for example `bin/java`. ```shell...