fiveman1
  • Joined on 2022-06-17
53 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
fiveman1 pushed to parse-map-models at StrafesNET/maptest-bot 2024-04-24 05:14:18 +00:00
a8c9b1490d Parse map models and validate them
fiveman1 created branch parse-map-models in StrafesNET/maptest-bot 2024-04-24 05:14:17 +00:00
fiveman1 created pull request StrafesNET/maptest-bot#8 2024-04-17 01:04:13 +00:00
Allow filtering submissions on date range + add extra info to .csv
fiveman1 pushed to submissions_improvements at StrafesNET/maptest-bot 2024-04-17 00:58:43 +00:00
21b7c2876b Allow filtering submissions on date range + add extra info to .csv
fiveman1 created branch submissions_improvements in StrafesNET/maptest-bot 2024-04-17 00:58:42 +00:00
fiveman1 created pull request StrafesNET/maptest-bot#7 2024-04-16 02:19:59 +00:00
Use API that isn't rate-limited and some extras
fiveman1 pushed to use-different-asset-api at StrafesNET/maptest-bot 2024-04-16 02:17:43 +00:00
62f60b5e38 use === :)
fiveman1 created branch use-different-asset-api in StrafesNET/maptest-bot 2024-04-16 02:15:52 +00:00
fiveman1 pushed to use-different-asset-api at StrafesNET/maptest-bot 2024-04-16 02:15:52 +00:00
214790809d Use non-rate-limited API and improve some stuff
fiveman1 pushed to check-inventory-on-submit at StrafesNET/maptest-bot 2024-04-15 17:13:21 +00:00
14d57a4561 Use built-in Noblox 'buy' function
fiveman1 created pull request StrafesNET/maptest-bot#6 2024-04-15 08:17:42 +00:00
Bot checks inventory when taking/submitting
fiveman1 created branch check-inventory-on-submit in StrafesNET/maptest-bot 2024-04-15 08:13:53 +00:00
fiveman1 pushed to check-inventory-on-submit at StrafesNET/maptest-bot 2024-04-15 08:13:53 +00:00
e8c41bb821 Bot checks inventory when taking/submitting
fiveman1 approved StrafesNET/maptest-bot#4 2023-03-08 21:37:17 +00:00
add flytrials

Looks good

fiveman1 suggested changes for StrafesNET/maptest-bot#4 2023-03-08 20:54:48 +00:00
add flytrials

did this on my phone, only suggestions are just code style

fiveman1 commented on pull request StrafesNET/maptest-bot#4 2023-03-08 20:52:56 +00:00
add flytrials

any fixes need to be applied to each file. would probably be possible to make a new file and move the duplicate code there but not a big deal

fiveman1 commented on pull request StrafesNET/maptest-bot#4 2023-03-08 20:50:01 +00:00
add flytrials

if (!fname) is probably a bit more straightforward

fiveman1 commented on pull request StrafesNET/maptest-bot#4 2023-03-08 20:49:41 +00:00
add flytrials

should be const fname rather than let fname since it won't be reassigned now

fiveman1 commented on pull request StrafesNET/maptest-bot#4 2023-03-08 20:47:20 +00:00
add flytrials

I would use Object.keys rather than Onject.entries since you aren't using the values

fiveman1 commented on pull request StrafesNET/maptest-bot#4 2023-03-08 20:46:33 +00:00
add flytrials

use const instead of var