Moritz Kröger

Results 26 issues of Moritz Kröger

I just realised having an "hardcore mode" could be fun. The emoji not only support language keywords, but replace them entirely. I've tested it quickly and it would even be...

feature

Based on [this article](http://meowni.ca/posts/emoji-emoji-emoji/), there seem to be a few issues regarding emoji rendering in Chromium below version 50. Checking for `AppleColorEmoji` and using that font should do the trick?

enhancement

Currently when having the settings view open, and reloading or reopening the editor, the view is gone.

enhancement

Would be cool to have a code review on the settings view for each keyword with live changes.

feature

FrontBook feels a bit outdated by now and could get an overall update on dependencies and tool chain.

enhancement
help wanted

Create a version of FrontBook supporting a **webpack** setup.

enhancement

**`Object.assign()`** is [ignored by Babel.js](https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=let%20one%20%3D%20%7B'one'%3A%20'one'%2C%20'two'%3A%20'two'%7D%3B%0Alet%20two%20%3D%20%7B1%3A1%2C%202%3A2%7D%3B%0Alet%20three%20%3D%20%7B%7D%3B%0A%0AObject.assign%28three%2C%20one%2C%20two%29%3B%0Aconsole.log%28three%29%3B) and not polyfilled in the ES5 output. Sometimes you want that, sometimes not. Since [Browser support is still quite low](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Browser_compatibility) _(Chrome and Firefox only)_, FrontBook...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Currently the score system only stores and displays a high score, but it should also have a timestamp and the users level. **Requirements** - [ ] Add timestamp in Redux...

enhancement
game logic
app logic

Has to be implemented in Redux and the view layer. Right now I have no idea yet on what the level system should be based. I guess on score points,...

⚒ feature
game logic
app logic