BordedDev
  • Joined on 2025-01-11
BordedDev pushed to master at BordedDev/web-notification-notes 2025-02-01 21:26:51 +00:00
c28253bd49 File name consistancy
BordedDev created branch master in BordedDev/web-notification-notes 2025-02-01 21:23:00 +00:00
BordedDev pushed to master at BordedDev/web-notification-notes 2025-02-01 21:23:00 +00:00
810e0130eb Initial commit
BordedDev created repository BordedDev/web-notification-notes 2025-02-01 20:15:57 +00:00
BordedDev created branch master in BordedDev/mmo-common-code 2025-01-30 16:43:58 +00:00
BordedDev pushed to master at BordedDev/mmo-common-code 2025-01-30 16:43:58 +00:00
fe3aa4a77e Initial commit
BordedDev created repository BordedDev/mmo-common-code 2025-01-30 16:39:45 +00:00
BordedDev opened issue retoor/snek#14 2025-01-30 00:44:08 +00:00
Emoji syntax support e.g. 👍
BordedDev opened issue retoor/snek#13 2025-01-30 00:38:07 +00:00
Incorrect space inserted when pressing enter with the cursor inside the word
BordedDev pushed to main at BordedDev/sudoku 2025-01-17 00:38:17 +00:00
77e78c8031 Removed old console.log
7ebcbcff41 Removed invalid class when valid
ab8b28feba Simplified is valid func
f08cd376a2 Removed extra variable
8d1139b2e6 Removed a line to help with aligning previous comments
Compare 19 commits »
BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:24:04 +00:00
Sudoku review

This was more convenient for me than replacing the outer HTML with a <style>...</style> string to get syntax highlighting

BordedDev pushed to main at BordedDev/sudoku 2025-01-17 00:21:59 +00:00
30062089f6 Removed old console.log
BordedDev pushed to main at BordedDev/sudoku 2025-01-17 00:20:28 +00:00
e971684ad8 Removed invalid class when valid
BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:17:52 +00:00
Sudoku review

This was more convenient for me than the mouseenter/mouseexit events

BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:14:37 +00:00
Sudoku review

These were necessary for me to have attributeChangedCallback work

BordedDev pushed to main at BordedDev/sudoku 2025-01-17 00:12:17 +00:00
8e2a4d5095 Simplified is valid func
BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:09:57 +00:00
Sudoku review

These return a set to simplify/combine the logic for automatically resolving and checking if a number is valid. In theory, the check would be faster since it can check early

BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:08:46 +00:00
Sudoku review

I'm being a little cheeky here, making the multiplication an addition instead. I can see an argument that this should be a 1 to 3 loop with multiplication, I liked the simplicity of positionIndex this way

BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:05:39 +00:00
Sudoku review

Recent learned that the variables are optional in destruction, had them as _ before.

BordedDev commented on pull request retoor/sudoku#1 2025-01-17 00:03:02 +00:00
Sudoku review

Since 0 is an invalid value for the SudokuState this allows for them to be filtered out