Brian Kelly

Results 9 comments of Brian Kelly

Do you have a preference for how you'd like to specify/determine the format of a song that a user is providing? A couple of options I can think of: 1....

I'd love to see this PR merged.

I am experiencing this on Big Sur. If I add the following before the `Keyboard::isKeyPressed` check, suddenly the window will appear and the game works: ``` while (window.pollEvent(event)) { switch...

Okay, here's an example repo with a good example that works (a window with a circle inside opens) and a bad example that doesn't work (no window opens): https://github.com/spilth/sfml-issue

I think the real problem is that @NotVeryGoodAtCodingButOk's example comes directly from [Beginning C++ Game Programming - Second Edition](https://www.packtpub.com/product/beginning-c-game-programming-second-edition/9781838648572) by [John Horton](https://gamecodeschool.com/author/eliteintegrity/) that doesn't seem to acknowledge or address this...

Encountered this as well. Looks like the released gem contains an outdated generator for bootstrap. My temporary working 1. Change the Gemfile entry to `gem "simple_form", github: "heartcombo/simple_form", branch: "main"`...

This is what I was hoping `stickler config --add --server http://localhost:6789 --upstream https://rubygems.org` would accomplish. I'd like to run stickler as a caching proxy, something we do for Java projects...

I was hoping to keep the username `spilth` since that's my username here, on RubyGems, etc.