Hydroper

Results 20 issues of Hydroper

Errors such as: > Definition avm2.intrinsics.memory.li32 could not be found. occur using the `avm2.intrinsics` package. But the project compiles fine with `asconfigc`; any idea? Here's my `asconfigc.json`: ```json { "config":...

bug
royale-dependency

## Problem Description **AIR SDK version:** 50.2.3 **Environment:** Windows The `aasdoc` command results in failure for my non Flex library. I am running this simple command: ```sh aasdoc --doc-sources+=src -o=asdoc/html...

Bug

I've really covered a lot of cases in AS3Parser, fixed a lot of bugs as I could see in demo (mostly related to error recovery), and introduced both `CONFIG::X {...

language feature

**Is your feature request related to a problem? Please describe.** Actual WebSocket libraries include a number of bugs, but recently the HARMAN AIR maintainers have added a `WebSocket` API to...

😎 Type: Enhancement

**Is your feature request related to a problem? Please describe.** Harman recently added a global [`TimeZone`](https://airsdk.dev/reference/actionscript/3.0/TimeZone.html) object to the Adobe AIR API. **Describe the solution you'd like** Maybe add an...

😎 Type: Enhancement
🗃️ Status: Review Needed

What about adding a `ptr_eq` method (`RawCc::ptr_eq`)? https://github.com/quark-zju/gcmodule/blob/master/src/cc.rs#L159

# Problem I'm using `LetterboxScaleManager` to resize the stage to fit the window using an optimal scale ratio. At certain scales, though, my `Label` cuts off. ![image](https://github.com/feathersui/feathersui-openfl/assets/110610266/373e70dc-ea5b-4526-b0bf-a88af94dffb0) # Code ```as3...

A little extra syntax proposal [Rendered](https://github.com/hydroper/haxe-evolution/blob/master/proposals/0000-package-alias.md#package-alias)

Haxe has some subtle differences from TypeScript and EcmaScript 4 (inexistent) syntax. - For aliasing types, TypeScript choose to use the context keyword `type` rather than a reserved word `typedef`....

I think it's straightforward to support this in NPM manifests: ```json { "main": "./src/index.ts" } ``` I'm actually needing it because I'm avoiding the bundle hell in my packages.