lime icon indicating copy to clipboard operation
lime copied to clipboard

A foundational Haxe framework for cross-platform development

Results 183 lime issues
Sort by recently updated
recently updated
newest added

Could we add these lines of code to Electron template in order to force the external links to be opened in default browser (not using built-in webview). I did a...

When working on dev branch and rebuilding tools and such with hxcpp 4.1.15, I can't compile any project. `lime test html5` (or any target) gives : ``` Called from haxe/io/Bytes.hx...

I'm trying to fix up a few things but I'm not familiar with Haxe at all, neither with lime or the ecosystem in general. Rebuilding lime works, but trying to...

Fix /haxe/ManifestResources.hx: ``` if (rootPath == null) { #if (ios || tvos || emscripten) rootPath = "assets/"; #elseif console rootPath = lime.system.System.applicationDirectory; #else rootPath = "./"; #end } ```to ```...

I created the DisplayingABitmap openfl sample and added trace(lime.system.System.applicationDirectory); This causes a crash when running on Android 5.0.2. 10-17 11:27:04.462 19355-19381/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr...

Hello', Thanks for your awesome work! :) I was wondering: why the cache is disallowed for BINARY and TEXT? cf. : Assets::loadAsset: ```haxe public static function loadAsset(id:String, type:AssetType, useCache:Bool):Future {...

Hey! So, some changes in SDLActivity.java made app look different, if API >= 19. Before, if app is not in fullscreen it hides status bar (top bar with time, battery,...

Hi, Is there a good reason why HTML:true & preload:false is the default when creating a new Howl object in the fromBytes method of AudioBuffer? This breaks sounds in my...

Currently, HTML5 builds break if there's an env variable called `hl` due to `if="hl"` in the XML: ![](https://i.imgur.com/eHzGp8J.png) @jgranick had some ideas to make this more robust: >but perhaps we...