Connor Tumbleson

Results 630 comments of Connor Tumbleson

For context. Looking for something like this. ``` data: {"id":"msg_0111RgCFCqN68mJbev6Rq1cz","choices":[{"index":0,"delta":{"role":"assistant"}}],"created":1744469024,"model":"claude-3-7-sonnet-20250219","object":"chat.completion.chunk"} data: {"type": "ping"} data: {"id":"msg_0111RgCFCqN68mJbev6Rq1cz","choices":[{"index":0,"delta":{"content":"Hello!"}}],"created":1744469024,"model":"claude-3-7-sonnet-20250219","object":"chat.completion.chunk"} data: {"id":"msg_0111RgCFCqN68mJbev6Rq1cz","choices":[{"index":0,"delta":{"content":" How can I assist you today? I'm here to help"}}],"created":1744469024,"model":"claude-3-7-sonnet-20250219","object":"chat.completion.chunk"} data: {"id":"msg_0111RgCFCqN68mJbev6Rq1cz","choices":[{"index":0,"delta":{"content":" with...

Sorry for delay. Going through old issues and looking at this fresh - this isn't like a partially filled out event. This is an entire new event that I cannot...

Generally you'll want to find the lines that are called out - identify the property and take the literal value (ie 0 or 1) and convert it back to the...

Understood. Since this is the issue tracker - I'm going to close this out. My last comment does stand as the way to resolve this manually.

I like the idea, but we have an issue at the moment that the facade already has the client built at that point. Since we are a PSR-18 generic implementation...

Since we had an issue that prevent us from globally applying the Beta/v2 - Assistant header I had to write something to apply specific headers to specific endpoints only. Unfortunately...

The CI pipeline since this PR was opened has decayed, in the meantime I rebased this branch onto a test working branch (https://github.com/fastlane/fastlane/pull/29752) and added a 3.4 CI and it...

This tool needs to edit the sources though so perhaps I'm confused why you think it would be useful

Okay, so I'm trying to catch up on this and refresh myself. * Apktool optionally accepts --api to invoke baksmali with said value. * After disassembly with baksmali, it records...

Yes this is a challenge Apktool has not yet handled. Apktool frameworks handle this somewhat well, but that goes under assumption that pkgId is different for loading for all. As...