Andrew Powell
Andrew Powell
Consider the following: ```ts const ActionWildcardStruct = size(array(literal('*')), 1); export type ActionWildcard = Infer; ``` That `Infer` produces a type of `type ActionWildcard = "*"[]`. While that's correct, it's overly...
# Bug Report 🐛 The [documentation](https://www.remotion.dev/docs/lambda/cli/render#--function-name) for `--function-name` states: > Specify the name of the function which should be used to invoke and orchestrate the render. You only need to...
Please see https://developer.mozilla.org/en-US/docs/Web/CSS/:where and https://twitter.com/sitnikcode/status/1757086121090031718
The current glibc version on all standard containers is 2.34. This is pretty far behind the current. Specifically public.ecr.aws/codebuild/amazonlinux2-aarch64-standard:3.0 for my use case. amazonlinux2-aarch64-standard:3.0 was just updated a few hours...
It looks like the build script for this lib is outputting code which contains `/*#__PURE__*/` annotation comments. Unfortunately they look like they're misplaced, and we're getting some non-blocking warnings about...
By not using files, you're publishing the _entire directory_ to NPM. Here's a screenshot of the contents of the package tar. Please use this https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files. The published size is a...
👋 I'm working on [a project](https://github.com/shellscape/jsx-email) that leverages html-minifier-terser and have long been a fan of the project. Unfortunately, it's using `clean-css` which has been [unmaintained for some time now](https://github.com/clean-css/clean-css/discussions/1209)...
Taking a page from https://github.com/zed-industries/community/issues/140, wanted to open a long-running (hopefully) issue for expressing appreciation for fixes and features in moon releases. I'm gong to kick it off with this...
**Is your feature request related to a problem? Please describe.** I'm attempting to run some tasks on Ubuntu and Windows (via Github Actions) and things are not going well. Many...
**Is your feature request related to a problem? Please describe.** While trying to get around https://github.com/moonrepo/moon/issues/888 without creating a separate bash script, I attempted to use the `MOON_PROJECT_ROOT` environment variable...