Noah Zoschke

Results 52 comments of Noah Zoschke

### Update I figured out my issue. The a release with the same name already existed. ### Original issue I get this too. Relevant yaml: ```yaml jobs: release: runs-on: ubuntu-latest...

I am having trouble with this too. I am adding the import and validator options in my .proto: ```proto syntax = "proto3"; package sources.v0; import "google/protobuf/timestamp.proto"; import "github.com/mwitkow/go-proto-validators/validator.proto"; option go_package...

Same question / problem here. Radio / auto-play makes it hard to take total control over playback. Play one song with the SDK and the app will automatically pick and...

I'm having a similar challenge here. The example app shows my midi device but when I go into the controller screen there are no debug logs for midi packets. Steps...

The device shows up in `BluetoothAdapter.getBondedDevices()` since I paired it in the device Settings. https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#getBondedDevices() I can pass that into `MidiManager.openBluetoothDevice` to initialize it https://developer.android.com/reference/android/media/midi/MidiManager#openBluetoothDevice

A patch to add support for my device is https://github.com/InvisibleWrench/FlutterMidiCommand/pull/61

Should be easy with the CloudTrail CF resource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html

The challenge w/ Lambda@Edge is that its stateless, so it's not obvious how to do a session store that's shared between Lambda funcs. We could use a service like ElastiCache...

Here's an experiment for using JWT for the state parameter with stateless clients: https://tools.ietf.org/html/draft-bradley-oauth-jwt-encoded-state-08#section-4.2 > These clients can generate a hash value based on a HTTPS: bound session cookie or...

This would be a welcome addition to the project for sure! It would be particularly useful right now as the SAM simple table doesn’t support using parameters for capacity.