Kevin Leung

Results 175 issues of Kevin Leung

**Summary:** For hxcpp classes not defined in namespace, e.g. `::String`, `::Array` and `::Dynamic`, the compiler should always generate them with the `::` prefix so they are fully qualified. **Rationale:** Working...

Let's say `Native` is a c++ struct with a `float foo` field. ```haxe final n:Native = allocNativeSomehow(); final s:cpp.Struct = n; trace(n.foo); // works final d:Dynamic = s; trace(d.foo): //...

### Is your feature request related to a problem? I am experiencing some kind of memory corruption when using esp_encrypted_img on esp32s3 with SPIRAM. In a nutshell, it happens randomly...

Type: Feature Request
Status: Opened

# 🐛 bug report When font-face is defined in inline `` tag inside the html file, the bundled path is incorrect. Consider the following source: ```html @font-face { font-family: 'Bar';...

:bug: Bug
:heavy_check_mark: Confirmed Bug
CSS

# ESP-BSP Pull Request checklist > Note: For new BSPs create a PR with this [link](https://github.com/espressif/esp-bsp/compare/main...my-branch?quick_pull=1&template=pr_template_bsp.md). - [ ] Version of modified component bumped - [ ] CI passing #...