Jan

Results 273 comments of Jan

the big issue with mesondefine is that they don't strictly specify how its suppose to work and there is little to no regression testing, so a change upstream could cause...

The only things I can see that would make it better would be: - having a lib install target - shipping a pkg-config file for easier consumption (though this is...

Ran into this by coincidence looks to be a race condition in `UpdateCachedLoadouts_Threaded`, it is trying to get the loadout after the player entity has already been nulled. solution would...

I'm well aware, this is just some boilerplate to deal with ahead of time before I get something proper out. I'm not sure if pinging a good domain is the...

since I'm already working on extending this, should there be anything else added? Some buttons intentionally disabled? (e.g. Find Mods), maybe a visual indicator somewhere? Should the domain check be...

> I was thinking it'd make sense to have a function like `requests.check_connection(url/domain)` agreed, lets clarify how this function should behave I don't think just pinging or checking if a...

its worth mentioning that there is a comment in `hl2.sh` that notes the dependency on the sniper runtime however there is no check to enforce this ``` # determine platform...

the runtime can be installed anywhere so making use of the steam api to get it, like how its done for the actual engine build, is a lot more reliable

needs https://github.com/lite-xl/lite-xl-plugin-manager/pull/138

> You might want to fix the MSYS CI. Looks like git wasn't installed. I intend to go one further and turn make the wrap use the same archive based...