Results 12 issues of Ráfagan Abreu

When I press two keyboard keys at the same time, the `receive(_ packet: MIDIPacket, from source: MIDISource)` is called once for `.noteOn`, and the same behavior not happen with `.noteOff`...

Using @app.router I can define an authorizer field argument to configure authorization layer. In API gateway, I can create a lambda authorizer for $connect, but in @app.on_ws_connect I don't have...

feature-request

I've just run `chalice delete` to undeploy an api, and after that, chalice deleted my custom domain name from API Gateway entirely with all the mappings. It should delete only...

bug

**Describe the bug** When tuist generates target xcconfig using tuist migration command, it ads some syntax errors, using brackets were it doesn't works: Correct: `GCC_PREPROCESSOR_DEFINITIONS[config=Debug]="$(inherited)" "USE_FMOD=1"` Generated: `GCC_PREPROCESSOR_DEFINITIONS[config=Debug]=["$(inherited)", "USE_FMOD=1"]` Then...

type:bug
good first issue
stale

**Problem Description** When I compile a xcframework with WebP embedded with the headers, I receive the error bellow: ``` ld: in /Users/Projects/libs/ikolb-apps-libs/WebP.framework/WebP(libwebpencode_la-config_enc.o), building for iOS Simulator, but linking in object...

iOS

When running `cmake --build . --config Release` I experiencing the following error: ``` [ 0%] Built target nsfminer-buildinfo-git Consolidate compiler generated dependencies of target nsfminer-buildinfo [ 2%] Building C object...

I experiencing the following error: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:9:5-97:19 to...

The library is presenting the following issue when build for iOS simulator: In /Pods/YYImage/Vendor/WebP.framework/WebP(libwebpencode_la-config.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Any...

In examples, is available the class FFMpegExtractor, with callback methods `int read(void *opaque, uint8_t *buf, int buf_size)` and `int64_t seek(void *opaque, int64_t offset, int whence)`. How can I replace the...

question

I studied the RhythmGame example and it only works at NDK level using the assets folder. I need to support other ways of file import, like from R.raw and from...

codelab