Paulo Coutinho

Results 311 issues of Paulo Coutinho

Hi, This PR add support for WASM. Tested on my WASM applications. I only need help to: - Add tests that can be copied from here (if need): https://github.com/Snapchat/djinni/tree/master/test-suite -...

Hi, This is the list of Snapchat features and fixes: 1. Added move assigment operator to GlobalRef in all djinni_support.hpp files 2. Made JniClassInitializer constructor public to allow arbitrary additional...

question

Hi, We need investigate is the keyword "null" can be a correct value for optional. Example: ``` foo_data = record { label: optional; const empty: foo_data = { label =...

Hi, Google alert me that home (ex: https://mysite.com) has the same canonical link that index.html page (https://mysite.com/index.html). Can you fix adding support to write correct canonical link when index.html is...

Hi, Can you add some sample assets? Without this, is hard to find/create the required images. Thanks.

Hi, Im trying use emscripten type definition to create a custom type to jsdoc: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/emscripten Im using this code but this don't work: ``` /// /** * @typedef {EmscriptenModule} EmscModule...

Hi, Im creating a new collection and put columns/fields on wrong order. Can you add support for reorder columns/fields from admin UI? Something like an internal order field to make...

Hi, Im getting these warning messages for macOS 11. Warning messages: ``` /Users/runner/.conan/data/sdl/2.24.0/_/_/build/c831824482010e9a9cba405dd3e7878aa443b36c/source_subfolder/src/joystick/iphoneos/SDL_mfijoystick.m:1665:27: warning: 'supportsHIDDevice:' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] if ([GCController supportsHIDDevice:device]) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/GameController.framework/Headers/GCController.h:305:1:...

Hi, Im trying build for macOS, but get this error. Error: ``` receiver type 'SDLOpenGLContext' for instance message is a forward declaration ``` Full log: https://github.com/nativium/nativium-game/actions/runs/2989300261/jobs/4792920808#step:14:4556 Can anyone help me?