Gabriel Hayes
Gabriel Hayes
Building does not appear to clean out the build directory before trying to write new files, causing an unhandled promise rejection: ``` Exporting asset 1 of 2 (Ubuntu-B.ttf). (node:12448) UnhandledPromiseRejectionWarning:...
While building using the compile option in the config .toml file, an EBUSY error is thrown.
- **Version**: 0.14.2 - **Platform**: `Linux pop-os 5.15.15-76051515-generic #202201160435~1642693824~21.10~97db1bb SMP Thu Jan 20 17:35:05 U x86_64 x86_64 x86_64 GNU/Linux` - **Subsystem**: swarm #### Severity: Low-Medium #### Description: Run `jsipfs daemon`...
When providing a background color for FlxInputText widgets via an XML generated FlxUI the game crashes with this error: ``` Uncaught TypeError: Cannot read property 'bitmap' of null at flixel_graphics_tile_FlxDrawQuadsItem.render...
This PR seeks to add full Haxe language support. It also adds support for custom CheckerTypes collections (so as to allow importing types from other sources than Haxe RTTI XML...
**Describe the bug** As of right now, I'm using Vue-draggable for what is essentially a basic app-homepage (imagine the home screen of any modern mobile device) At the moment, when...
In the past I've had strange issues putting private ammer types in the same file as the public API I desire to expose. Subsequently, the FFIs in hxdbc and hxsynchapi...
In SQL Server, SPs can manipulate data, whereas what other DBs call Procedures MSSQL calls Functions, and those are basically just parametrized queries referenced by name. Stored Procedures can compose...
See: https://github.com/haxetink/tink_web/pull/128 This also allows you to pipe files (and pretty much any HTTP response) through to the client from `tink_web` by returning marking the return type on the designated...