Conor

Results 4 issues of Conor

I would love to see an importable mixpanel mock to use in unit testing. ### My current solution: From another closed issue: ```javascript jest.mock('mixpanel-react-native', () => ({ __esModule: true, default:...

feature request

Hey again, Small issue I'm seeing with `.ejs` and htmx. ```ejs ``` On save, this code line breaks in the middle of the className string, which breaks the html. ```ejs...

Hi there, would love to have all my request params/body/etc. I already define them in ValidatePathParam and ValidateBody, so I know that they will be the correct types. Ideally, this...

feature request

# Issue Closes #1269 # Solution and steps This exposes a custom request object and extends Foal's request object, thus allowing you to manually type your request params and body,...