valid to eat fingers

103 Followers
51 Following
10.5K Posts
riley | they / she | queer, not lgbt
🔗http://possum.zone
🐦https://twitter.com/gutmunchies
🏳️‍🌈http://pronoun.is/they/.../themself
🔞NSFW 18+ MINORS DO NOT INTERACT
i was kinda hoping to find an instance run by somebody who's not in any of my social circles but that's probably asking for the impossible
so uh cybre.space is shuttering in a couple months. anybody got a good instance that's accepting new sign ups or that they can get me an invite for?
i'm not going to do this. i do not want to touch that shit with a ten foot pole
oktahedronjs
for the js side, i don't care about what the code base is using
thinking about forking kubejs and making it use yarn mappings instead of mojmap
oh right there's also the thing where the java map interface plays at being a plain js object except that it has all the methods from map and if you have an entry with one of those methods' names as a key then it shadows the method but the in operator is busted too

i didn't realize the situation with rhino was so dire. this barely qualifies as a js runtime.

i remember shit like strings crossing the boundary from java into js are objects that behave like strings but are not instanceof String, but i had no idea how truly bad it was in here

i think maybe i should dust off my handwritten kubejs typescript definitions and compile to es5 like i was doing for 1.16 >_>
oho, this error has a line number! and is complaining about...a const declaration in an if block...............ok so apparently const is not block scoped in rhino??