tobil4sk

Results 366 comments of tobil4sk

Should we also handle this for the legacy server? I know technically it's meant to be left as is, but perhaps it makes sense to change it in this case....

The server seems to be still sending the email addresses with `haxelib user`. Does the server need to be updated manually @andyli?

Ah, I see. That is useful to know. This change is really small, and just substitutes the user's email for a "(private)" string. It seems to work: ```sh > haxelib...

My changes were mostly client changes, so they shouldn't affect the server either. I did refactor and change some shared Data code but there are also more integration tests now...

I made #571 to explain these differences in the documentation. Hopefully the way it is explained makes sense.

@ncannasse It seems you are the only person with permissions to update these libs. Seems like it's as simple as: ```sh git checkout 1.12 make HLIB=directx release_haxelib_package make HLIB=sdl release_haxelib_package...

@Simn Do the documentation changes here look good to merge? They're required to advance with #567.

Hello, I've created a fork as we needed to update the pcre bindings for the Haxe compiler. It's available here if anyone is interested: https://github.com/tobil4sk/pcre2-ocaml I've just rewritten the existing...

@chetmurthy Do feel free to take it on. As I said before I'm not currently deep enough into the OCaml ecosystem to be able to properly maintain a package myself....