hewhocopypastes
hewhocopypastes
@stefnotch You are right, I had something different in mind though concerning the following point: > return a custom object: Not exactly great for performance. (I think) Also, I don't...
@stefnotch Sorry I have been busy over the holidays. I will look into as soon as I have time though.
@stefnotch I had a look at the example you posted above and it seems to aim at something like: ```javascript class Cartesian extends Array { constructor(...args) { super(...args); } x()...
@stefnotch Looks nice I have not tried it yet, tbh. But I will.
Hey guys, I started by drafting a `Database.d.ts`. See this [Gist](https://gist.github.com/Kaesebrot84/5a39d4abc868b29e7cce8eead871589c). The problem is that there are no JSDoc comments in the lib-folder files. Therefore it is sometimes hard to...
I am very sorry but I accidentally deleted the gist. I contacted github support about this issue and will keep you updated on this topic.
Seems like they are unable to recover it.
> I tried to reproduce it, but it doesn't work on my linux desktop environment unfortunately. `request_new_screen_size(10., 15.);` leads to the message: `set_window_size not implemented on linux/x11` This apparently still...