Josh Baker

Results 19 comments of Josh Baker

For any future people coming here, I solved this by grabbing the changes at https://github.com/aelbore/esbuild-jest/pull/56, patching my local version of esbuild-jest to match, and then doing: ``` "jest": { "transform":...

For others who run into this issue, the trick is to have a `Resources` folder in your project.

Hey @deathemperor, sure. ```diff --git a/dist/PATCH_README.md b/dist/PATCH_README.md new file mode 100644 index 0000000000000000000000000000000000000000..626f824fa743af65ed623af9ae5531027c8fccf1 --- /dev/null +++ b/dist/PATCH_README.md @@ -0,0 +1,7 @@ +Why did we patch this file? + +- By...

I believe I found the culprit. In the bundle.ts file, in the `bundleMapper` function, the "context" is getting created and returned, which I assume means that the context is not...

I'd hazard a guess that there are competing concerns here in that the context is being returned so serverless-offline works faster with incremental rebuilds (I didn't test this since serverless-offline...

> @Joshuabaker2 which bundle.ts file are you referencing? is it https://github.com/floydspace/serverless-esbuild/blob/master/src/bundle.ts > > Im still seeing some very high memory usage Yes that file @walterholohan , the return is on...

I think it should be merged in, the confounding variable that I mentioned above would need some consideration though and since I don't actually use serverless-offline I'm not really in...

2021 16-inch Apple M1 Pro (32GB) | OS: Ventura 13.3.1 encode: 45.8 tok/s, decode: 19.3 tok/s

I'm seeing the same issue, hot reload causes my contexts set in the decorator to disappear. Storybook version 7.6.15

I've tried getting dolly-v2-3b running, but getting an error. Here were the steps I took which got me to generate a binary but the binary doesn't seem to run properly,...