Rudy Ges

Results 205 comments of Rudy Ges
trafficstars

Do you have leads on that? Currently I'm only able to generate animated pngs (with a modified png writer in format lib, I should clean it up and open a...

> I think the conclusion is that we need hashing on both client side and server side. This is also suggested in the discussions in the stackexchange pages you referenced....

> Hashing on the client-side is not about protecting the haxelib account, but to protect the users account on other sites. (This is discussed in the stackexchange pages @tobil4sk commented...

You can also `haxelib install install.hxml` with `install.hxml` containing specific versions: ```hxml # from haxelib -lib js-object:0.0.7 # from git -lib some-lib:git:[email protected]:user/some-repo.git # from git with reference (branch, tag, commit...

It prevents haxelib from installing dependencies of libraries I install, because I cannot pin their versions (the libraries might pin their dependencies' versions but that may not be what I...

My previous message was entirely about `--skip-dependencies` flag

Hmm. `Null` has indeed been removed in `development` branch, but `expr` is still optional `EReturn(?e:Expr)`. Maybe some dox issue?

Hi, I would be interested too in either a mailing list or a rss feed. Meanwhile, haxe.ru has a feed including haxe roundups (and some other news, but you should...

Would that have any impact on the code haxe-react is using from tink_hxx?

Will that impact react-next? If so, any idea what I should be doing to be compatible?