Kaiqgs

Results 10 comments of Kaiqgs

This have been implemented, and you can read about in the [docs](https://github.com/aseprite/api/blob/main/api/image.md#imageresize). Issue can be closed.

I think you can achieve a similar behavior by making an array of entries, then identify which is being selected by its "onchange" callback. ```lua local listwidget = {"C:\\foo", "C:\\bar",...

I was magically able to get it working under one specific .pio build. Maybe it has information on why this is happening. [pio-middleware-bug-repro-working.zip](https://github.com/platformio/platformio-core/files/15377348/pio-middleware-bug-repro-working.zip) Log Output: > Processing controllino_mega (platform: atmelavr;...

I have same exact issue. Here`s [my minimal reproducible example](https://github.com/Kaiqgs/minimal_reproducible_fmod_defold) ## `ASM_CONST[code] = undefined`

@dapetcu21 Hey Marius, I'm interested in tackling this issue, can you help me? Are you sure it's Fmod's library Empscripten version? [here they mention it can be manually built to...

@dapetcu21 random question, Defold's **html5** uses lua 5.1, can you anticipate any issues from the `luajit` used in this repo?

Updating here, Fmod bytecode is "fastcomp" and that is deprecated tech. Emscripten removed fastcomp support around version 2.0 if I recall correctly. So I ask them(fmod) help on a similar...

Hey @britzl would you know if the Defold foundation have any plans of starting to own this FMOD bindings? @0xbeefbeef have you checked if OPENAL could replace your FMOD use...

Hey guys @0xbeefbeef, @hayeduce , you might want to consider checking out the updated extension https://github.com/defold/extension-fmod/releases/tag/v0.1.0-alpha

I will merge this issue into https://github.com/defold/extension-fmod once adapted