tobil4sk

Results 165 issues of tobil4sk

This changes the api version to 4.0, where hashing is done server side. For now, old clients are still allowed to use api version 3.0 and hash on the client....

Avoids permission issues when setting up haxelib, because the previous default paths required root privileges. This won't change current setups, just the default path for new users.

Occasionally when running `haxelib update` for a git repository (on Windows), there is a crash. Crash logs ``` $ haxelib update hxcpp --debug [debug] Using haxelib from "..." # Running...

See https://github.com/HaxeFoundation/haxe/issues/10997 > A haxelib run script that depends on another haxelib's ndll should be able to load it on any system, but currently it only works on systems with...

We clone the repository and update the submodules before checking out to the correct branch. This means the submodules are checked out to the versions in the default branch, which...

For example: "Add \`address\`, \`datalist\`, \`dialog\`, \`figcaption\` and \`figure\`. Fix \`time\`. Improve \`button\` and \`input\`.": ![image](https://user-images.githubusercontent.com/41230637/221440901-0bd6419f-93e1-4082-b2e1-39c59ba686e7.png)

Right now, `haxelib install` ignores unstable releases (alpha, beta, rc) when running: ``` haxelib install library ``` The only way to install a pre-release version is to manually check for...

enhancement

When haxe/neko are installed via homebrew, they are installed to `/opt/homebrew` on an Apple Silicon Mac system. This means that libneko exists in `/opt/homebrew/lib` rather than the traditional paths. As...

Also requires the same patch in swf: https://github.com/openfl/swf/pull/30