Ian VanSchooten
Ian VanSchooten
### Describe the bug I wanted to try setting up automatic retries, so I ejected my jest config, and added a `setupFilesAfterEnv`. But when running tests, I got `TypeError: globalThis.__sbPostVisit...
### Describe the bug I get intermittent failures in CI, with the message: ``` A worker process has failed to exit gracefully and has been force exited. This is likely...
Copied from https://github.com/slackhq/nebula/discussions/1232 > Hi, > > Long time fan of nebula, first time I've had any problems and I'm stumped... Any help greatly appreciated. > > I have nebula...
# Description This fixes a problem reported in https://discord.com/channels/1042734330029547630/1341502426825494730/1341502426825494730, wherein it's not possible to set an `OnClick` for a menu item that starts out disabled. It's a draft mostly because...
### Describe the bug Rolldown-vite is a new option for vite projects which replaces the use of rollup with a rust-based alternative called rolldown. This is the announcement post: https://voidzero.dev/posts/announcing-rolldown-vite....
I've followed the instructions on the node.js installation page for windows, but `node` is not available. ``` PS C:\Windows\system32> fnm install 22 Installing ←[36mNode v22.13.1←[0m (x64) ←[1;33mwarning:←[0m Version already installed...
I am relatively new here, and see that there is a `PlatformElevatedButton` and a `PlatformTextButton`, but what should we use for a `FilledButton`? It is one of the 5 types...
I'm trying to run some code before my tests using the mocha `require` option, which I thought maybe I could do in the config file as mentioned by https://modern-web.dev/docs/test-runner/test-frameworks/mocha/#configuring-mocha-options. I've...
### Describe the bug `args` merging from `meta` does not work if the component has any props that are named enums. In further experimenting, it seems like other custom types...
### Describe the bug This is pretty minor, but I found that one of my eslint-disable directives was removed from a story, causing a lint error after running the migration...