Elliot Bentley
Elliot Bentley
In lieu of official support, on web it's possible to do this within the game loop: ```js // get list of connected gamepads const gamepads = navigator.getGamepads(); // get value...
I'm a typescript noob, how do I access the global window object? Webpack keeps throwing this error. src/core.ts(142,44): error TS2304: Cannot find name 'window'. src/core.ts(144,9): error TS2304: Cannot find name...
Are you able to determine the value of `$scope.slug` in this case?
Add this above line 19 of `pinpoint-editor/public/directives/unique-slug.js`: console.log($scope.slug); It should appear in the web console above that error message.
Ha maybe I phrased it weird :)
Hmm, do you have the Amazon S3 hosting set up? It's meant to be optional, but it's possible the slug validation won't work without it enabled. Which would be a...
I've noticed this too. Think it's the tilde (`~`) in the URLs that's causing problems.
Same here @lufinkey ! Judging by the lack of replies it seems as though no-one is actively working on it. If you'd like to work on it together, drop me...