Oskar

Results 61 issues of Oskar

The game installs a service worker which caches most assets for offline use. So far so good. But it doesn't detect updates, meaning you won't see the latest version on...

UI

There's no way to see a card's upgraded version before you actually upgrade it. It's more fun if you can see what will happen. - on the `collection.html` page -...

UI

If you accidentally close or lose the tab, you also lose your game state. Not so nice. Would be cool to store it temporarily in session/local storage or even sqlite.

UI

Currently there's literally not UI space to have more than 1-3 monsters per room. Would be cool if the layout is flexible enough to fit say 6 monsters in total....

feature
low priority

See https://github.com/apex/up. Requires complicated AWS keys but once that is done it works very well.

Example: https://ember-now-deployment-example-rgmjkjuany.now.sh/ ![screen shot 2017-06-17 at 09 19 48](https://user-images.githubusercontent.com/184567/27251047-23e3b8d4-533e-11e7-8796-8ba98d2c40e6.png) It seems to load the CSS twice which might be because of fastboot or the critical css? either way shouldn't happen.

How would you enable the editor without going to the dedicated edit pages? Just like the example here: http://aloha-drupal.evo42.net/latest/node/3

Hi, I'm running ember-cli 2.4.3 and run-raf 1.1.1 and getting the following error. Any ideas? ``` ❯ ember fastboot --serve-assets Built project successfully. Stored in "fastboot-dist". Installing FastBoot npm dependencies...

Fastdom sounds so efficient that I need to ask what the possible downsides are. Why is this not the default behaviour implemented in modern browsers? > you should wrap any...