Joona Heikkilä

Results 30 comments of Joona Heikkilä

This issue occurs after logging out from Google services and logging back in. The issue can be fixed by unlinking and then linking Drive again.

Hey. I participated in the SO thread mentioned by @mike-lischke. I debugged the sample project and got the longer error message out: ``` 'ModuleBuildError: Module build failed (from ./node_modules/babel-loader/lib/index.js): Error:...

I'm not quite sure. I placed a breakpoint on `node_modules/webpack/lib/NormalModule.js:323` which is inside the `doBuild` function's `runLoaders` callback's `if (err)` block, launched `react-app-rewired start` in VS Code's debugger [1], and...

Works for me as well.

The implementation isn't that overkill - the image on the right is exactly [how I render the results](https://user-images.githubusercontent.com/21111572/103492885-c4affb00-4e36-11eb-9491-f2e296fbf730.png) in my own project. [Example here](https://github.com/cxcorp/cyberpunk2077-hacking-solver/blob/1e724760ba3d4984e02666a62db469f42584b0fe/components/SolutionModal.tsx#L17-L136). Most of the fluff is just...

I had this issue and it was related to #7965 and #8299. I was able to fix it for myself by deleting the esp8266 boards from the boards manager, deleting...

I also had some weirdness with the `rectangle` option and also went with just slicing the image myself with [`ctx.getImageData()`](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData) and passing that slice to Tesseract.

I'm able to reproduce this every time by using `docker buildx build --platform linux/arm64` or `linux/arm/v7`. Something's up with the ZipFS (maybe wasm on ARM?). As a workaround, I tried...

Here's a bash script I use for opening explainshell.com for a query in the system's default browser. Save as `wtf` in some dir that's in your PATH (and install `jq`...