Andrew Pariser

Results 5 issues of Andrew Pariser

## Before this PR Addresses #468 -- plugin not respecting arm64 architectures ## After this PR ==COMMIT_MSG== Support downloading of aarch64 builds of graal ==COMMIT_MSG== ## Possible downsides? Users of...

Despite the fact that Graal has released builds for arm64 as of 21.0, it looks like this plugin is not respecting my architecture and always defaulting to amd64 https://github.com/palantir/gradle-graal/blob/db34e6e535709b90350357642707b54794198120/src/main/java/com/palantir/gradle/graal/DownloadGraalTask.java#L132-L139 Note...

I18n.translate used to accept an array of keys to translate with a single batch request, but it would immediately execute the code ```ruby if key.is_a?(Array) key.map { |k| backend.translate(locale, k,...

Firefox Developer Edition recently shipped with multi-process mode, where each tab runs in a separate process. It looks to be breaking the Rainbow extension (which is super useful - thanks!)...

- Don't assume that ::Rails.configuration.webpack.binary specifies a webpack path relative to Rails root. - Don't assume that we know the exact webpack binary location (allow webpack executable to be on...