Kathryn Frid

Results 45 issues of Kathryn Frid

Now and then I find myself wanting X amount of extra seconds in the middle of a clip. I then have to move every keyframe after that point x amount...

enhancement

Fixes #1043 This PR starts the process of porting Shapeless 2 to Scala 3. It moves the code that uses Scala 2 macros to it's own Scala 2 specific compilation...

Feature
Blocked/needs help

From my testing, Lazy does not work if more than a single type parameter is involved. I have only tested two myself. ```scala import shapeless._ object LazyTest { new FindSimpleFooer[Int].find...

Bug

### Why? Discord recently added support for ANSI colors in codeboxes with \`\`\`ansi. Would be nice to make use of this in the minecraft console channel. ![image](https://user-images.githubusercontent.com/11007080/149216141-20a9b56b-cbf0-408a-805b-f5627a28c7e1.png) ### What and...

enhancement
Ascension: Implemented

### Description I would love to have some proper topological sorts in LP, so that I can ensure that before a group is processed, all the things inheriting from it...

type: suggestion
help wanted
good first issue

Recently our server installed Grief Defender, and while it's working fine, the output of some LP commands became a bit too cluttered for our liking. What would be great is...

type: suggestion

Using Configurate for a project outside the Sponge ecosystem, replacing it with the lower level typesafe config. However, I still want to use typesafe config's config loading (`ConfigFactory.load` and friends)...

feature request
component/hocon

Running most of my build script with a newer java version than what I'm invoking Gradle with (JAVA_HOME points to 11) using the new toolchains feature. Within my build, I...

The documentation for the `webpack` task claims that the cached files to be monitored are defined by `webpackMonitoredFiles`, but this is only true when the bundling mode is set to...

Currently when I try to define a prop type with literal types, I get a message like this? `Using fallback derivation for type "auto" | Int | true (derivation: MacroWritersImpl)`....

enhancement