embi

Results 12 comments of embi

manually install the `importlib` module ```sh pip2 install importlib

> no, do you want to do it @NoNameLmao ? yes i do, but i dont know javascript that well,

issue avoided by using wsl to run migrate.js, still doesnt fix the issue on windows - node v16.20.1 - npm v8.19.4 - n v9.1.0 - debian wsl with kernel 5.15.90.2

ill experiment with it in my fork, but i think i have found a way to generate those pages on the go without any extra static files.

> use a file manager to unzip the ZIP using [RAR](https://play.google.com/store/apps/details?id=com.rarlab.rar) app to achieve this worked for me. the xiaomi's file manager (explorer) can also create archives .zip but they...

after some testing: this issue occurs most frequently in low orbits (renders timewarp unusable) much less frequent with orbital debris unless you have a high speed relative to them (more...

We can have a main process managing and sending data between workers. worker_threads messages are made out of objects where any type of data can be sent in both directions....

(for some reason github sent that comment twice)

One problem with worker_threads: it doesnt support .ts extension files, so, either: 1. It has to be ran with ts-node (https://www.npmjs.com/package/ts-node) 2. It has to be converted back to JavaScript...