Joseph Carroll

Results 27 issues of Joseph Carroll

Cross posting here, as I'm starting to believe the issue is in `@sentry/core` Original Ticket: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/533 Probably Related: #12151 ### Environment ``` "@sentry/esbuild-plugin": "^2.16.1", ``` ### Actual Result Still investigating,...

Type: Bug
Package: node

Would be great to support a shortcut key which generates a barrel for the currently selected file / folder in explorer view. Might be able to help contribute something if...

enhancement

This is purely anecdotal.. Will start working on capturing more data. But is anyone else seeing `lerna` commands running really slow? Specifically, when I launch a lerna command, it will...

type: bug

Example for how to fix types

I am attempting to use `docker-compose` in an ESM module with typescript. My preference is to use the forth coming `v2` version so my import definition looks like: ```typescript import...

help wanted

Currently it is not possible to treat the `variant` prop of a card element as responsive. Meaning the following is not possible: ```jsx ... ``` My guess is that this...

The following code snippet does not work: ```jsx My constrained content ``` The result is that the parent container's size overrides the child: Duplicate #591