Justin Golden
Justin Golden
Seems like because a different repo that I haven't touched in a year was deleted, Desktop went and deleted all of my stashed changes? Never had this happen before and...
 I tried updating from main again and instead of saying no changes, it did it but there are no changes anyway...
Here's `git reflog` ``` C:\Users\User\Documents\GitHub\gears3>git reflog f64164a (HEAD -> dev) HEAD@{0}: merge main: Merge made by the 'ort' strategy. 3d63fb4 HEAD@{1}: commit: Merge branch 'main' into dev 6c812a0 HEAD@{2}: reset:...
RECOVERED MY CODE WITH `git fsck --lost-found` ``` git fsck --lost-found Checking object directories: 100% (256/256), done. Checking objects: 100% (781/781), done. dangling tree 03803606e47d43bed643644d9228fdb301d4d2ef dangling commit aa11bd1ef976424af32431d2c9b0141d2bcf6727 dangling commit...
Thanks for the reply. Yeah as it said it never even created the stash, showing stashes would show none. So you believe this to be a problem in git and...
Wanted to mention I did try upgrading and same thing. ```json "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-svelte": "^2.43.0", ```
Likely unrelated, but another "unused" thing: `const [_, month, day] = date.split('-').map(Number);` `error '_' is assigned a value but never used @typescript-eslint/no-unused-vars`
+1 to what @sulkaharo said @iamkun if all of the PRs and issues and noise around this project is too much, we should find a way to keep the development...
@superL132 seems like the sprite is available from showdown: https://play.pokemonshowdown.com/sprites/gen5-back/sylveon.png Full list of gen 5 style back sprites: https://play.pokemonshowdown.com/sprites/gen5-back/
@jrfnl thank you for the quick reply. The video does play on my end, so I'm not sure about video playing issues, if it's a file format/browser thing or what....