Results 8 issues of Michael Kramer

I'm not sure if this was the intended use-case. But if I have a layout that defines slot, and my app returns something like: `` And /some/other/place returns the url...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #1...

template: bug
area: app

When running builds in containerized environments, the `require('os').cpus().length` will return the number of cores on the host machine, not the number of cores available to your container. This change allows...

When using ncc with a project that requires newrelic, the agent fails loading the files required for instrumentation: ``` {"msg":"Tried to load instrumentation from /var/app/globals.js, but file does not exist","component":"shimmer"}...

### Description: I am using AWS SAM to deploy my entire stack. Everything is codified within the yaml, and I use parameters for setting values of environment variables: ``` Parameters:...

type/bug
area/deploy

We use static assets extensively, importing css modules, images, svgs, etc. None of those paths are transformed with this library, even with modules being declared appropriately. It would be nice...

Good First Issue

I'm using the Houdini Indie Steam version on MacOS, and have the plugin installed in Unreal. But it will not connect. I have tried both the TCP using localhost:9090, and...

### Describe the bug This is an intermittent bug with @swc/jest and/or @swc/core. We are running our test suite with turbo repo, utilizing @swc/jest, and intermittently we get a failure...

C-bug