Chris Goddard
Chris Goddard
Not sure if this will be too big a change, but I wanted to be able to filter out nested properties based on metadata rather than just top level properties....
Kafka is great for scale but there are a lot of scenarios where it is overkill. Redis Streams are much easier to set up and manage - especially if you're...
Error install cchardet==2.1.7 ```--- stderr: src/cchardet/_cchardet.cpp:196:12: fatal error: 'longintrepr.h' file not found #include "longintrepr.h" ^~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1``` Mac (intel) OSX 14.2.1...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...
I'm not sure if this is already possible, but I'm wondering if there is a way to consume a batch of messages off a topic (I'm working with Kafka). I...
I'm running tap-braintree with target-stitch on PythonAnywhere.com which is a simple Python hosting platform (with a simple bash command scheduler) built on AWS EC2. Apparently because they operate on a...
Added some missing identifiers for recent executive listings.
Instructor 1.3.7 Python 3.12.3 Here's my example code: ```python client = instructor.from_litellm(litellm.acompletion, mode=instructor.mode.Mode.PARALLEL_TOOLS) class Person(BaseModel): name: str age: int class Company(BaseModel): name: str location: str r = await client.chat.completions.create( model="gpt-4o-mini",...
I've been meaning to build a more formalized version of this for ages (built lots of various parts for different projects). Would love to contribute. Where would be a good...
I'm having a consistent problem having the article content include the main h1 heading if it's in a `` element which is outside of the ``. Common example is WaPo...