Ryan Parrish

Results 10 issues of Ryan Parrish

I currently have an API that manages a lot of files stored in S3, with the file metadata stored in a DBD table. It would be nice if there was...

feature-request

If I decorate a function that is called as a BatchInvoke [1] with `@client.capture_exceptions`, raven will bomb out as it expects the `event` parameter to be a single item in...

Our schemas are written using the GraphQL SDL, rather than JSON. Are there plans to support parsing this format for `Schema.from_path()`?

enhancement

I'm accessing a REST API that returns different data structures based on the `Accept` header. Cachecontrol seems to be properly handling the `Vary: Accept, Accept-Encoding` that the server sends back...

I'd like to create a collection that essentially "Good movies under 100 minutes", however there doesn't look to be a plex_search or filter option by runtime, just in the tmdb...

I realize this is called 'serial-port-**json**-server', but is there any way to send binary data through the websocket? I see the methods for sending files that exist on a filesystem...

At https://github.com/chilipeppr/serial-port-json-server/blob/master/seriallist_darwin.go#L39 you've set OS X based machines to only list avaialbe ports that start with "tty.". I'm trying to setup some unit tests for an application and the approach...

I'm trying to add some extra context to my client, but nothing is ever populating (yes, there are values that match the keys in `event`). The doc's say that Client...

bug

When I try to transcribe large files, mlx-whisper is consistently crashing with `kIOGPUCommandBufferCallbackErrorOutOfMemory`. Do you have any advice as to what flags to use to assist with processing larger files?...

The `REPLACE` statement would be the cousin of `INSERT IGNORE INTO ...` https://dev.mysql.com/doc/refman/5.5/en/replace.html