Dorian Kostecki

Results 5 comments of Dorian Kostecki

The original code doesn't work even without this bug, so I modified it a bit: ``` struct Foo { str: String num: i64 function obj(this, mutable dict: [String:i64]) throws {...

That change unfortunately isn't enough, it quickly backfires in static methods. I checked if it's going to work if I use `current_param_is_mutable` in non static methods and the result of...

reload_server_list isn't necessary to reproduce this issue, the only thing you need is Conn.do_status (or even read_packet itself but I haven't tested it). It seems to occur even in the...

I'm not sure why it didn't happen, maybe server sent too little data to overflow the stack? Try with hypixel and see if it happens.

I'm not sure what is the best way to realise that, some ways are harder but a lot more configurable and some are simpler but less flexible, It's up to...