geopuzzle icon indicating copy to clipboard operation
geopuzzle copied to clipboard

Arrange the pieces of the world!

Results 27 geopuzzle issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies
javascript

How to work the project in such a way that it can be used more universally, for example, add a game for memorizing other geographical objects: mountains, lowlands and plains?...

![broken link afghanistan flag](https://user-images.githubusercontent.com/4650454/165757321-71875b25-e2db-4991-a42c-86a182d98ab9.png) Currently the link to the flag of Afghanistan is broken: > https://upload.wikimedia.org/wikipedia/commons/9/9a/Flag_of_Afghanistan.svg It was apparently renamed to: > https://upload.wikimedia.org/wikipedia/commons/9/9a/Flag_of_Afghanistan_%281928%29.svg But the "current" "flag" of "Afghanistan" has...

Hello ! While playing multiplayer games on the website, it crashes at the end of the game (right before displaying the scores of each participants). The error is "this.getTime is...

https://snyk.io/

Refactor ``` path('/questions/', PuzzleQuestionView.as_view(), name='puzzle_questions'), ``` to ```mercator/urls.py path('puzzle/', include('puzzle.urls', namespace='puzzle')), ``` ``` path('/questions/', PuzzleQuestionView.as_view(), name='questions'), ````

Hacktoberfest

https://github.com/TyVik/geopuzzle/blob/7abd23cac1995dd5366a38ea9e79e4cf700e100a/frontend/workshop/index.jsx#L55

good first issue
javascript
Hacktoberfest

`this.fetchPage(1, false)` => `this.fetchPage({ pageNymber: 1, forceReset: false })` https://github.com/TyVik/geopuzzle/blob/7abd23cac1995dd5366a38ea9e79e4cf700e100a/frontend/components/GamesScrollList/index.jsx#L26

good first issue
javascript
Hacktoberfest