Adam DiCarlo

Results 11 issues of Adam DiCarlo

``` cpu family : 6 model : 183 model name : 13th Gen Intel(R) Core(TM) i9-13900HX stepping : 1 ```

See what Dillon wrote in a below comment - excerpt: > the main goal here is to have a way for static sites to serve up a 404 page using...

When trying to preview this example at [https://gddt65-3000.csb.app/](https://gddt65-3000.csb.app/): ![image](https://github.com/picocss/examples/assets/33694/9ac8db65-0a75-43ba-9da1-66b60a64b6aa) Clicking the link takes me [here](https://codesandbox.io/p/devbox/github/picocss/examples/tree/master/v2-sass-customized-design-system?file=%2Fscss%2Fmain.scss%3A10%2C29), which shows an error starting the devcontainer. ![image](https://github.com/picocss/examples/assets/33694/62be4317-dba7-4eba-8d50-899a3112ab44)

### What happened? When installing both `awscli2` and `aws-sam-cli` via a devbox plugin (plugin.json's `packages` entry), the `aws` command fails to start in the main project's devbox shell: ``` (devbox)...

bug
triage

This package gives a decoder error: https://flakestry.dev/flake/github/infinisil/nixus/0.1.3 ``` The Json.Decode.oneOf at json.packages failed in the following 2 ways: (1) Problem with the value at json['aarch64-linux'].example: {} Expecting an OBJECT with...

bug

**Describe the bug** Enum properties are created as strings, rather than custom types, and their decoders don't validate the decoded strings. **To Reproduce** Run the generator with this schema: ```yaml...

Since maintainers probably won't get notifications for closed issues, here's a new issue. Why doesn't SAM CLI support APIGateway websockets? https://github.com/aws/aws-sam-cli/issues/896

type/feature
area/local/start-api
stage/needs-triage

This version is factored into logical commits(!). Unlike the first version of this effort, this one does not use any tricks to make Elm think the local package is a...

It would be wonderful to support a mechanism similar (or identical) to what `vite-plugin-elm` does for handling static assets: https://github.com/hmsk/vite-plugin-elm#static-assets-handling This allows deploying immutable (cache-forever) files to a CDN -...

When a `.elm` file in `source-directories` appears to have the module name of an auto-imported core module, `elm make` crashes: Detected problems in 1 module. -- AMBIGUOUS IMPORT ----------------------------------------------- src/Main.elm...