sandspiel icon indicating copy to clipboard operation
sandspiel copied to clipboard

Creative cellular automata browser game

Results 132 sandspiel issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

So, I changed to a dark theme since I spend all day at the computer, and then a realized a flaw. What flaw you ask? This: ![bad](https://user-images.githubusercontent.com/113907167/203789279-caf970cc-f24f-4702-ab3c-d5474623689d.png) The favicon is...

hello, is it possible to remove the character limit but add a "show more"/"show less" button when there are to many characters to show? this could prevent people from spamming...

Hello, is it possible to add a way to mute other users? For example, pressing a button on a post will result in their email/username being added to a list...

The error occurs in [blob/master/js/components/ui.js (line 189)](https://github.com/MaxBittker/sandspiel/blob/eabaea79a3bbcc007b1d6d0634f7a7d686f6282f/js/components/ui.js#L189) when the rate limit is triggered. When the rate limit is triggered, it runs `Sentry.captureMessage("RATELIMIT");` which doesn't work because sentry isn't defined, which...

this breaks the reply system since it gets the id instead of the URL example: https://us-central1-sandtable-8d0f7.cloudfunctions.net/api/creations/1gdrmxX5BQCLFrdCWuaQ has an id of `26b7f9f3abf0db0b819baf2e549d2707` but a URL is [https://sandspiel.club/#__1gdrmxX5BQCLFrdCWuaQ__](https://sandspiel.club/#1gdrmxX5BQCLFrdCWuaQ) Sandspiel tries to use...