Roberto Serrano
Roberto Serrano
Any progress on this @technolaji? Do you need help?
Hi @blast-hardcheese! Is your microsite repo initialized? Also double check that your sbt values `micrositeGithubOwner` and `micrositeGithubRepo` are correct.
Hey, @blast-hardcheese would you mind (if possible) trying to publish the microsite to another clean empty branch, just to be sure it's not the content of `gh-pages` that is provoking...
Hey @blast-hardcheese, could you check if your site folder contains any empty dir (in the machine from where you are trying to publish)? I get the exact same error `Invalid...
Sorry about the delay @blast-hardcheese. That sounds like a possible solution, have you already tried it? I honestly don't know in what order github expects dir creations to happen. Anyway,...
Layout seems to be the same, with the only differences being button names and Xbox controller not featuring the touchpad: ```scala /* Xbox One S layout Axis Array: 0 left...
Since this button does not exist in Xbox One S controller, `GamepadButtons` evaluation crashes. A workaround I've tried successfully is fixing this value to `false`, maybe we can read the...
As per Chromium, the `getGamepads` call returns an array of four elements in my case, the first one being the actual gamepad and the others `null` :thinking: That means that...
Ok so apparently in Chromium/Chrome it's a common practice to call `getGamepads` **inside** the game loop (check out [MDN tutorials](https://github.com/luser/gamepadtest)), somehow it doesn't update the gamepad state internally as Firefox...
See https://github.com/higherkindness/skeuomorph/issues/110, related to #97 This is blocked as well.