alex4200

Results 23 comments of alex4200

They made some changes to the tags in 1.18. For an overview please see: https://minecraft.fandom.com/wiki/Chunk_format

@heplesser Can you please comment on the above comment? Or can this ticket be closed @RCagnol ?

Some investigation shows these results: ``` $ sudo ping -l 2000 -c 200 bbpteam.XXX| tail -n 10 --- bbpfe32.epfl.ch ping statistics --- 200 packets transmitted, 200 packets received, 0.0% packet...

Using a wired internet connection with the following speed data: ![Screenshot 2022-06-17 at 09.36.01.png](https://images.zenhubusercontent.com/62714e29b18ff51479a15c78/10980b1b-3024-4fb6-9b6b-c762db1c5dda) I get much worse results: ``` $ sudo ping -l 2000 -c 200 bbp.XXX | tail...

Results from another sets of pings (made from home and at work) (in percent based on 2350 pings (work) and 17200 pings (home) each) and using VPN: | Site |...

I have the same issue and I created a workaround: ``` maxcounter=5 for counter in range(maxcounter): try: driver = webdriver.Chrome(chrome_options=options, service_log_path=logfile, service_args=["--verbose", "--log-path=%s" % logfile]) break except WebDriverException as e:...

Yes I have the same problem on this line: `profile.set_proxy(proxy.selenium_proxy())`

I still get this error...

@GuillaudRemy Since I did not find any answer either I used the code of this repository as a basis in order to create a new repository which enables you to...

@exilvm Yes there is no license yet for "TMD". I want to know what licenses are possible given the dependencies "TMD" relies on. Is that possible to do with that...