Maros Hluska
Maros Hluska
How would I fix the issue? I've tried reinstalling both tesseract and tesserocr. Do I need a specific version of tesseract with this version of tesserocr?
I managed to get it working by installing older versions: Install tesseract 5.3.1-1 specifically (last known working version): ``` curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/8bedbf36570ebcbae090227aed6048f7e08f1c76/Formula/tesseract.rb HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install tesseract.rb rm tesseract.rb ``` Install...
@moveson how did you solve this?
Same issue. Seems like this was reverted in 2017 though? https://github.com/huang47/nodejs-html-truncate/commit/be300c7d85a465c8838333c0c4c7092c72ac425a @huang47 @pakmanlh can you please publish a 1.2.3 version? 🙏
I'm experiencing this too. It's probably due to [requiring securities](https://github.com/Nedomas/indicators/blob/master/lib/indicators.rb#L2) while specifying it as a [dev dependency](https://github.com/Nedomas/indicators/blob/master/indicators.gemspec#L19). Can we push a fix?
It seems like the EV output is incorrect as well in this case. It seems far lower than expected.
This is getting us more on the right track: https://github.com/mhluska/blackjack-simulator/commit/44bf9bdaa083cd50387119adb1fff40faa79f7fa We want a spread that linearly scales with the advantage. But this currently makes the assumption that at TC 1...
I know this is almost a year late but... I've added something similar to a task list. A task now appears when you start the timer. The task can be...
Calculating bankroll based on RoR is being worked on: https://github.com/mhluska/blackjack-simulator/commit/78260c15f3a6cda82efafcfded94a6bd01d72846
@Inkybro Is this still getting merged?