Dmytro Hryppa
Dmytro Hryppa
Hi! Sometimes, extern classes need to include more than one header. The current solution will be to create a separate header that will contain all required headers and then include...
Hi, Not sure why, but uniforms was not passed to shader in D3D in that way ``` struct LightStruct { vec3 position; vec3 color; float power; float radius; }; const...
Hey :) When I enable inertial scroll for ListView, then scrolling and clicking on some item works a little bit wrong. Here is what I'm mean: 1) Scroll view 2)...
Hey! I have an issue with haxeui. TextInput not working on Android: I just can not input any text Thanks ;)
Hi, It will be awesome if you will add this feature. Something like: listView.removeByIndex(listView.selectedIndex); Thanks :)
Hello! :) Would be nice if `-java-lib` may parse Java's `@Nullable` annotation on function arguments. For example, Java's method: ```java public void setMapStyle(@Nullable MapStyleOptions options) ``` Is parsed as: ```haxe...
Hi :) It works for nightly Haxe, and argument names are parsing fine from jars. But I can't run Haxe's unit tests, so somebody should do it instead of me...
It is currently possible to use std::vector (in a little bit complicated way), but no ways to use std::array (or I just don't know how). So would be nice to...