Matteo Agius-D'Arrigo

Results 8 issues of Matteo Agius-D'Arrigo

I scroll up but the collection view does not follow. I use the storyboard to set up the everything and the constraints. `if let navigationController = navigationController as? ScrollingNavigationController {...

## Issue I need to pass a custom message avatar so i can make the component pressable. The replier's avatar gets changed to the sender's avatar when passing in a...

Needs Triaging

## Checklist - [x] I have searched the [issue list](https://github.com/osteele/liquid/issues) - [ ] I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a...

## Checklist - [x] I have searched the [issue list](https://github.com/osteele/liquid/issues) - [x] I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic,...

## Checklist - [x] I have read the contribution guidelines. - [x] `make test` passes. - [x] `make lint` passes. - [x] New and changed code is covered by tests....

My unit test originally failed because pb33f’s high-level validator isn’t flagging missing fields in application/x-www-form-urlencoded bodies. When I swapped the test to JSON, the validator caught the missing property immediately,...

The OpenAPI validator incorrectly matches literal path segments against parameterized paths when the parameterized path is defined before the literal path in the spec. This causes validation failures where literal...

needs investigation