VylpesTester
  • Joined on 2022-08-05
VylpesTester approved External/card-drop#402 2024-11-09 21:30:57 +00:00
Create effects concept
VylpesTester commented on pull request RabbitLabs/random-bunny#227 2024-10-26 21:58:46 +01:00
Fix bug where you weren't able to use both the -q and -j flags at the same time

I don't think I like the way this is done, I think it should be how it was before, but when its actually printed to the terminal it should remove the appended new line

VylpesTester commented on pull request RabbitLabs/random-bunny#227 2024-10-19 20:35:23 +01:00
Fix bug where you weren't able to use both the -q and -j flags at the same time

This will add an additional new line at the end of the output which might not look right

VylpesTester pushed to develop at RabbitLabs/random-bunny 2024-10-19 20:32:50 +01:00
e18610042e Update jest dependencies to their latest versions (#228)
VylpesTester deleted branch feature/199-ts-jest-29-2 from RabbitLabs/random-bunny 2024-10-19 20:32:50 +01:00
VylpesTester merged pull request RabbitLabs/random-bunny#228 2024-10-19 20:32:48 +01:00
Update jest dependencies to their latest versions
VylpesTester pushed to feature/262-multidrop at External/card-drop 2024-10-12 17:27:15 +01:00
20c3d2daf1 Fix linting issues
3c4f8b8099 Fix embed not removing components after you run out
f98fecb774 Register button event
6e7e4a15ac Create sacrifice button handler
ee696a5111 Create keep button handler
Compare 9 commits »
VylpesTester commented on pull request RabbitLabs/random-bunny#228 2024-09-15 16:20:17 +01:00
Update jest dependencies to their latest versions

Don't want beta versions

VylpesTester commented on pull request RabbitLabs/random-bunny#227 2024-09-15 16:19:28 +01:00
Fix bug where you weren't able to use both the -q and -j flags at the same time

I feel like there could be a better way to do this? As now we have the output kinda splintered. I suggest maybe we have the json object created in a separate function, and then split to human-readable if -j isn't present