Jack Coady

Results 6 issues of Jack Coady

### Issue: I'm using a UK English keyboard where `"` is on `Shift+2` and `@` is on `Shift+'`. When I type into prose blocks, both of these symbols work fine....

The line `override def requires = WorkbenchPlugin` causes the 'refresh' plugin to load. It should be `override def requires = WorkbenchBasePlugin`. ``` scalaVersion in ThisBuild := "2.12.4" val client =...

New versions of Fabric Loom require `splitEnvironmentSourceSets`, which splits into `src/main/client` that can use client code and `src/main/java` that cannot. - [Docs](https://fabricmc.net/wiki/documentation:fabric_loom#split_client_and_common_code) - [Fabric Example Mod](https://github.com/FabricMC/fabric-example-mod/blob/1.20/build.gradle) Game Version: Fabric 1.20.1...

I did 'lein install' on [Unifier fixes and tests](https://github.com/arohner/spectrum/commit/49397617205236334927aa87d838935a76fa0797) locally due to #29. I get an error when loading `spectrum.check`: ```clojure (ns worksheet.type-specs (:require [spectrum.check :as check])) java.lang.ClassNotFoundException: spectrum.protocols.Logic, compiling:(spectrum/conform.clj:1:1)...

**What happened**: I'm using syft to scan all directories on an EC2 instance for an SBOM. It hangs at this point, it's using 100% CPU, but never completes: ``` $...

bug
needs-investigation

**Describe the bug** **To Reproduce** `deno.jsonc`: ``` { "nodeModulesDir": "none", "imports": { "react": "npm:react@^19.1.0", //"@types/react": "npm:@types/react@^19.1.8" } } ``` `test.ts`: ``` import { useState, aaaaa } from 'react' import {...