Connor Tumbleson

Results 630 comments of Connor Tumbleson

I took a look at this, but ultimately the tone kinda pushed me away from looking at this earlier. It seems you are passionate about this specific issue, but we...

``` === Database Test Script - Multi-Driver Support === Date/Time: 2025-09-09 17:53:20 Testing all available drivers: sqlsrv, odbc, dblib, laravel === Testing sqlsrv Driver === ✓ Successfully connected! (Time: 496.38ms)...

Since I'm just responding to myself here building a trail of thoughts for years to come. The reason this occurs in systems presumably like Laravel is because it uses `PDOStatement::bindValue(string|int...

@aduhaime-arm - We got that `Invalid string or buffer length` as well and it was because of `nvarchar(max)` fields included in the query causing some weird buffer expanse. We had...

So are you saying that v2.228.0 worked and v2.229.1 does not? I peeked delta between those and just minor changes to swift which I imagine is from just a new...

In the past these APKs would be valid on Android, but not on PC due to the Zip spec difference. We had a custom ZipFile implementation at one point to...

Yep - as I dug into this - its some bogus compression value (bad compression method: 27639) that breaks our native SDKs, which AOSP doesn't seem to care about. I...

Pretty sure replicating this as well. ``` Because every version of fastlane depends on bundler >= 1.12.0, < 3.0.0 and every version of bundler depends on Ruby >= 3.1.0, every...

Can you run it in verbose and grab a singular failure? I'm guessing they'll be the same.

Yeah sorry I don't see any of the stacktrace - just that Apktool failed to build so I don't have any idea at the moment.