Aurea

Results 157 comments of Aurea

I disagree with that. It may be a useful thing to remind yourself of what a particular type is at a glance. But it is not good enough to read...

@ConstNW @sonygod This is temporarily on hold. First we need to finalise the actual asys APIs (https://github.com/HaxeFoundation/haxe/pull/8832) – we have agreed that some changes need to be made (e.g. dropping...

For local development, you can put the `hdll` into the library path along with the base ones that ship with HashLink. See HashLink's `Makefile` for the path, it's `/usr/local/lib` for...

I agree, being able to specify multiple `@:include`s would be the best solution. But note that creating a separate header is not the only way to make this work. The...

You may be right, it is only a workaround for some situations.

If you are using the latest hxcpp, UTF-8 strings should work in `trace` by default. If you are on Windows, make sure your console is set up correctly to display...

Are you running `brew bundle` in the correct directory? The `Brewfile` is in the root of the hashlink repository.

I'd say it is implicit. We can add it to the instructions, but please confirm it works if you run in the correct directory (`cd` into the cloned repository before...

Yes, when you install dependencies by name with `brew install `, it does not matter where it is run from. But, when using `brew bundle` (from the [`README`](https://github.com/Homebrew/homebrew-bundle)): > `brew...

@sonygod Yes, this is a work in progress. No guarantees that anything works for anyone yet. My setup is on OS X using the `Makefile`.