Maros Hluska

Results 48 issues of Maros Hluska

I'm finding this doesn't work in FastBoot because it's missing the root `#modal-overlays` element. The instance initializer that is supposed to add it to the DOM [doesn't because there is...

Adds a space character. Making my dent in the universe.

One thing I'm really missing with this gem is the ability to specify limited fields. For example: `https://localbitcoins.com/buy-bitcoins-online/cad/interac-e-transfer/.json?fields=online_provider` trims down all the data to just the `online_provider` attribute. I may...

I get the following error when trying to install via Ember addon: ``` $ ember install:addon ember-animate version: 0.2.4 A new version of ember-cli is available (0.2.7). To install it,...

Seeing the following issue on a MacBook M2 Max: ``` ImportError: dlopen(/Users/mhluska/project/env/lib/python3.11/site-packages/tesserocr.cpython-311-darwin.so, 0x0002): symbol not found in flat namespace '__ZN9tesseract11TessBaseAPID1Ev' ``` Python version 3.11.4 Using venv with tesserocr 2.6.0 Tesseract...

7642 -> 7462 poker hands

Does this work with Heroku? According to the [deploy section](https://github.com/airbnb/hypernova#deploying), I should run two servers side by side which might be tricky with Heroku unless there's a buildpack for this....

Currently the house edge is calculated by looking at amount wagered vs amount earned which of course will change based on the player decisions. One option here is to first...

We currently use `amountEarned / handsPlayed` to calculate expectation per hand and use bankroll variance to estimate variance per hand. This works well when playing only one hand the entire...

The error seems to happen when simulating 3 spots played simultaneously with a large number of hands: ``` ./bin/cli.js simulate --hands 1000000000 --player-bet-spread '$200,$200,$400,$600' --player-wong-out-true-count 2 --allow-late-surrender true --hit-soft17 false...