Michele

Results 17 comments of Michele

Hi folks, chiming in from an infrastructure and serverless perspective. I worked with @mweissbacher on our Lambda mTLS implementation and drove many of our design decisions that happened within the...

I fixed this by manually installing the cert (unzip the cached .tar.gz, run `gencert` which lives in `scripts`): ``` $ cd /Users/michele/Library/Caches/Homebrew/delve-1.0.0-rc.1/scripts $ ./gencert.sh Password: $ ```

I do like the idea of being able to run this against local changes. But this does end up losing context. For instance, I have a rule that checks the...

It's almost as if people need to be able to setup danger workflows. We'd need at least 4 different Dangerfile versions, due to a complicated git process due to a...

@apalancat It's likely that `EKMapper` will set the `postId` to the same value as `JSONDictionary[@"data"][@"id"]` as that's part of the object mapping. Setting the PK to the same value should...

My primary keys are strings generated on the server and guaranteed to be unique. Any tips to debug exactly what it's doing? If I break inside a save block, I...

I added some logs. It's definitely doing a double-insert, instead of an update. The funny thing is, both times there's all of the data, including the primary key. The duplicate...

@apalancat Managed to track down the concurrency issue, which wasn't an issue until we rewrote our regex in c, I guess (it calls back to the main thread:60b within milliseconds...

There's also a lot of info here: https://groups.google.com/d/msg/cocoapods/eYL8QB3XjyQ/10nmCRN8YxoJ