Peter Bengtsson

Results 314 comments of Peter Bengtsson

I haven't really grokked what it does yet but I started implementing use of that `SmartRouter` and noticed I had to make this change: ```diff +import { toChildArray } from...

Unfortunately, I couldn't make it work. First I tried to convert that snippet to TypeScript and failed. Sigh. I'm not a TypeScript expert so I couldn't figure out to get...

Me too. I have this code: ```js async function getText(imageFile: File) { Tesseract.recognize(imageFile, "eng", { logger: (m) => { if (m.progress) { setProgress(100 * m.progress); } // console.log(m); }, })...

I stumbled on this too. With submodules. My solution wasn't to try to rely on a `try: except: ...` but I made it always check out at least some branch...

I'm getting the same error here: ``` Post job cleanup. Error: The process '/usr/bin/docker' failed with exit code 1 at ExecState._setResult (/home/runner/work/_actions/satackey/action-docker-layer-caching/v0.0.8/dist/ttsc-dist/post.js/index.js:1300:25) at ExecState.CheckComplete (/home/runner/work/_actions/satackey/action-docker-layer-caching/v0.0.8/dist/ttsc-dist/post.js/index.js:1283:18) at ChildProcess. (/home/runner/work/_actions/satackey/action-docker-layer-caching/v0.0.8/dist/ttsc-dist/post.js/index.js:1183:27) at ChildProcess.emit...

I did similar experiments with IBM Bluemix where I took some videos from recorded presentations (not videos with high quality narration). The results were abysmal. It only got the basic...

Hmm... I'm impressed but not impressed :) For example the word "ANC" is a very important key word that it gets wrong. Also, the transcript made it "still has death"...

> If I keep "previousView" in the router store, this would be really easy to solve. I can add a "goBack={true}" prop to the component that will always take you...

By the way, here's why **I** think it's an awesome idea. I have a tabular page. It does an AJAX query (e.g. `/api/items/?page=1`). If you click on one of them,...

I don't even understand what it does. And I have no idea how to remove it. Do you know any hacks @Chatcola ?