Results 8 issues of RuiLoureiro

Hey there, I'm trying to run this action on a stack that includes the [PythonFunction](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda-python.PythonFunction.html) construct, which requires the machine where you run `cdk synth` to have docker installed. This...

bug
enhancement
help wanted

I need to apply a function to the groups of a dataframe, and the function needs to receive the group name as an argument. This is how I'd do it...

## Expected behavior With the following schema: ```graphql type Query { something: MovieConnection } type Movie @connection { movieID: ID title: String } ``` and the `generateClient` option set to...

bug

Thank you for your work, your implementation and blog post are really useful. What are the units of the cutoff low and cutoff high frequencies in the IIR filter? I'm...

I'm having a hard time understanding why some shapes have incorrectly snapped points. A lot of the errors seem to be in the first and last points of the trips....

Suppose I have the following model definition in my api.yaml: ```yaml components: schemas: MyModel: title: My model properties: status: type: string enum: - PENDING - COMPLETED ``` With the recent...

Hello! I am testing arroyo by consuming a kafka topic, with Avro serialized messages, using a schema registry. I am able to successfully configure the kafka source, and I see...

**Describe the bug** I have an `AvroBaseModel` with a field named `schema`. Because `schema` is already a method defined in pydantic's `BaseModel` I have to use an alias. I am...