Tud

Results 30 comments of Tud

I absolutely need this! I was AFK at a farm and almost all farmland next to ledges was trampled when I came back. This shouldn't even be extremely hard to...

You might want to look at [qft](https://github.com/tudbut/qft) if you want a direct P2P transfer.

Same thing is happening to me ``` 2022-07-10T18:53:42.466 ERROR (pid:47991) [server] - unhandledRejection Promise { TypeError: Cannot read properties of null (reading 'write') at e.exports.send (/home/tudbut/.config/coc/extensions/node_modules/coc-discord-rpc/dist/index.js:2:16144) at /home/tudbut/.config/coc/extensions/node_modules/coc-discord-rpc/dist/index.js:2:16222 at new...

@leonardssh this issue is 3/4 of a year old and fatal.

What kind of data corruption? Maybe i can fix that in my fork. Do you mean [Class].prototype ? If so, it would be possible to block only that from multithreading.

That sounds quite hard to implement... I'm sorry if i was wasting your time, and for now, i will probably just stick to my fork. To explain why im so...

I'll leave this open for now, maybe i find some kind of solution. I'll experiment further.

I've privately tried making this work, and it seems to just require a few synchronized {} blocks to make all problems i had encountered before disappear, however i won't publish...

> can i change `com.oracle.truffle.api.LanguageAccessor.LanguageImpl#isThreadAccessAllowed(com.oracle.truffle.api.TruffleLanguage.Env, java.lang.Thread, boolean)` method for return always true? is there any example code, that fails after changing isThreadAccessAllowed method? Yes, pretty sure. My fork (of graal,...