michihupf

Results 38 comments of michihupf

> I actually managed to successfully connect to the server. The main point of the solution is to edit the value of [sv_lan](https://totalcsgo.com/command/svlan) in the csgo/cfg/server.cfg file from 0 to...

> @michihupf check that you don't have another container running at the same time that is using the port ( `docker container ls`) If you try to start a server...

just had the same error with the following launch options: `-tickrate 128 -max_fps 0 -nojoy` i removed them again and hope this will help. As @fnu11 already pointed out this...

Is help still needed here? @AlexandreMarcq I'd be happy to assist, unfortunately it seems the repository is private or deleted. Either way I can't access it to take a look....

The implementation of the webscraper broke, HLTV executes javascript to basically load the entire page. I am pretty sure `requests` can't handle that.

+1 But I am also experiencing the same behaviour when writing with [`core::ptr::write_volatile`](https://doc.rust-lang.org/nightly/core/ptr/fn.write_volatile.html) instead of relying on the `volatile` crate.

@MichaelZalla @AtomicGamer9523 @UnexDev While implementing the volatile writes without the use of the `volatile` crate I am pretty sure I figured out what's going wrong here. ## Explanation ```rust repr(transparent)...

Unfortunately I am not sure if this also resolves the original problem as from what I understand the boot loop occurs even with `volatile` v0.2.6. From what I am seeing...

I could not configure a custom dictionary from the local `.helix/languages.toml`. I think this is due to typst-languagetool only supporting init configs but I may be wrong -- haven't looked...

I would like to reopen this issue as I could not manage to get the `options` argument to work. I can only change global configuration, not local per project. Neither...