Giorgio Azzinnaro
Giorgio Azzinnaro
Hi Related to #489 Some key differences: - uses `requirements-default.txt` as bootstrap, should be usable in production - Postgres and Memcached are linked as external services (as is customary when...
**Bug Description** During development, when first starting the client (`yarn start:client`), the `client:copy-assets` task fails because directories `dist/apps/client` and `dist/apps/client/assets` are missing. **To Reproduce** 1. start with a clean repo...
**Do you want to request a *feature* or report a *bug*?** I think this is a bug. The only other reference I could find is here: https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/263#issuecomment-461280846 **What is the...
A very common use case we have in our Dynamo Table are ULIDs used as sort keys: not only does this make it trivial to get the most recent items,...
Stack trace: null I'm working on a DevTools extension,[^2] I initially managed to get my UI to show up, following the steps over here,[^1] then this error started appearing randomly:...
I installed 25.1.1 with this kerl option to enable the debugger: ```sh export KERL_BUILD_DEBUG_VM=true ``` Kerl picks up the command correctly, and it builds the vm in debug mode. However,...
Hello DuckDB team! I'm not sure if this repo is the best place to discuss this, since it's not something that strictly depends on the AWS SDK. AFAIK Dynamo unmarshaling...
# Bug report ## Describe the bug When authenticating via Sign in with Apple, despite the full name scope being set, the created user is missing the full name claim....
When taking multiple screenshots, it would fail with error: > Tried to use `context.select` outside of the method of a widget. > > Any usage other than inside the method...
There's a couple of new pyannote models:[^1] `pyannote/speaker-diarization-community-1` (offline) and `pyannote/speaker-diarization-precision-2` (hosted by pyannote) I did a minimal upgrade to pyannote-audio 4.0 here to be able to use it, although...