Marko Knöbl

Results 8 issues of Marko Knöbl

I just played a game of 2048 and won on the last move. After creating the 2048 tile there were no possible moves left. The game did not display a...

If I access https://pokeapi.co/api/v2/pokemon/1 the value of `sprites.front_default` is: `https://raw.githubusercontent.com/PokeAPI/sprites/master/https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png` - which is not a valid image URL - a correct value would be: `https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png` Looking at some code examples...

bug

Hi joppi! Thanks for your work on 2048-3D. I just wanted to let you know that I'm creating a version with 3D graphics based on it - You can find...

I was trying to use the "dispatcher" functionality in the devtools work with _reinspect_ and ran into problems. If I try to dispatch an action that does not have a...

migrate / upgrade from remark-parse 8 / remark-stringify 8 options: - versions 9 (backwards-incompatible) - mdast-util-from-markdown and mdast-util-to-markdown (independent of unified, act as bases for the unified plugins)

Thanks @naufaldi for offering to translate React topics to Bahasa Indonesia. I've set up a branch called _react-translation-indonesian_. There, I've started you off with an empty translation of the "react"...

Currently this adds sections based on h1 and h2 elements - this could be split out into a separate library See also: and for existing libraries that do something similar

Here's an attempt at a flexbox-based nav layout: https://codesandbox.io/s/competent-http-mwneo I think it's a good idea to use flexbox as a more modern alternative to tables / floats. Note that I've...