Mike Slinn

Results 96 issues of Mike Slinn

Running Ubuntu 24.04 on WSL: ```shell $ time cs java --installed adoptium:1.11.0.23 installed at /home/mslinn/.cache/coursier/arc/https/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%252B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_9.tar.gz/jdk-11.0.23+9 adoptium:1.17 installed at /home/mslinn/.cache/coursier/arc/https/github.com/adoptium/temurin17-binaries/releases/download/jdk-17%252B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz/jdk-17+35 temurin:1.11.0.23 installed at /home/mslinn/.cache/coursier/arc/https/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%252B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_9.tar.gz/jdk-11.0.23+9 temurin:1.17 installed at /home/mslinn/.cache/coursier/arc/https/github.com/adoptium/temurin17-binaries/releases/download/jdk-17%252B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz/jdk-17+35 real 4m36.033s user...

Squiggly brackets need love too! ``` {} ``` ... also &lparen; and ( which decode to ( ... and &rparen; and ) which decode to ) ... and [ and...

I wrote this example to show how to style tabs and programmatically open them. ```html body { background-color: rgba(242, 215, 158, 0.55); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;...

I want to clone a 4 TB Ubuntu system drive, except for one data partition, to a 2 TB drive. The clone should be bootable, so the GPT data, EFI...

It would be helpful to be able to test this program from the command line. However, the scant documentation makes this a challenge. Presumably, the git command-line client with the...

It would be helpful to be able to test this program from the command line. However, the scant documentation makes this a challenge. Presumably, the git command-line client with the...

I see locking-related code in this repository, as well as commits and pull requests regarding locking. However, the README makes no mention of locking support. Is locking support functional now?

Ruby is v3.1.2p20. ``` $ wsl.exe --version WSL version: 2.1.3.0 Kernel version: 5.15.146.1-2 WSLg version: 1.0.60 MSRDC version: 1.2.5105 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version: 10.0.19045.5131 ``` After...

Bug

This bug report addresses some of the same issues as #8519. ### Operating System Windows 10 and Ubuntu, does not matter ### Ruby Version 3.1 but does not matter ###...

```shell $ sudo apt install libtag1-dev $ gem install taglib-ruby --version '>= 2' 2> taglib.error ``` These are the contents of `taglib.error`: ``` ERROR: Error installing taglib-ruby: ERROR: Failed to...