I have noticed that MB occasionally blocks me entirely for a short while when submitting many edits and I only see ERR_CONNECTION_CLOSED or ERR_EMPTY_RESPONSE. ICMP ping still works though. Is this a new anti-bot/crawler measure?
bitmap: okay, that error is gone, but i've landed up with `10665 problems (5255 errors, 5410 warnings)` eslint errors 😆
2025-11-23 32717, 2025
bitmap[m]
a lot of those might be auto --fix -able haha
2025-11-23 32739, 2025
iconoclasthero joined the channel
2025-11-23 32739, 2025
ansh[m]
0 errors and 7 warnings potentially fixable with the --fix option.
2025-11-23 32759, 2025
ansh[m]
* 0 errors and 7 warnings potentially fixable with the --fix option. 😃
2025-11-23 32725, 2025
bitmap[m]
for ./node_modules/.bin/eslint root/static/scripts/homepage/ I get "1 error and 498 warnings potentially fixable" although there are also hundreds of errors from the fortawesome flowtype stubs
2025-11-23 32754, 2025
bitmap[m]
which, I would just remove those stubs, since they're not useful (all the exports are any typed) and we can just add a // $FlowFixMe[untyped-import] above the import for now
2025-11-23 32752, 2025
ansh[m]
or, i can ignore them in the eslint rules
2025-11-23 32704, 2025
ansh[m]
like how it's done for other packages
2025-11-23 32733, 2025
bitmap[m]
yeah, we should do that for the legit typings, but I'd just remove the 100% any-typed ones