Sam Gammon

Results 155 issues of Sam Gammon

- [x] [`rollup-plugin-terser`](https://www.npmjs.com/package/rollup-plugin-terser) is deprecated in favor of [`@rollup/plugin-terser`](https://www.npmjs.com/package/@rollup/plugin-terser) - [x] swap dep, update import

- [x] switch to `npx lit-analyzer` to run - [x] drops ~96 package deps, modulo env - [x] drops 4 package warnings simple change, it also alleviates the need to...

I'm curious if this package has yet adopted the `v2` branch of `capnproto` upstream. Say you have a message you have created in C++, like: ```cpp // message = ......

We use the [Micronaut BOM](https://mvnrepository.com/artifact/io.micronaut/micronaut-bom) in our Gradle build with the CycloneDX plugin: **`settings.gradle.kts`:** ```kotlin val micronautVersion = "3.9.1" dependencyResolutionManagement { repositoriesMode.set( RepositoriesMode.PREFER_PROJECT ) versionCatalogs { create("mn") { from("io.micronaut:micronaut-bom:$micronautVersion") }...

Adds a `distribution_url` property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner;...

OCA Verified

Hey there GraalVM team, I'm testing against GVM `master` for a few bugs which are anticipated to be fixed in the upcoming Sept release. While I could figure out how...

enhancement

Hey there @tj, First of all, big fan of `commander`; I've used it for a long time, so, longtime user first time contributor 😁. I have a patch for `commander`...

pending release

## Problem It is difficult to tell if a given browser agent is using light or dark mode UI, and respond to that, without waiting for JavaScript to boot up,...

This changeset adds basic Bazel support via `rules_kotlin`, along with `rules_jvm_external` to map in Maven dependencies. If there is any interest in this contribution I'm happy to clean it up...

## Summary This changeset introduces support for the Java Platform Module System, or JPMS, within the ANTLR v4 runtime and annotations packages. The runtime package can now be depended on...