Lucas Machado

Results 4 comments of Lucas Machado

Would also be interested and available to help maintain the PPA for this repo.

I'm poking around the docs for Launchpad (Ubuntu's platform for creating and distributing PPAs), and it looks doable. Apparently we would need to: - build a `.deb` source package following...

Hi! Found this issue by looking at the `good first issue` label and sorting by oldest. Wondering if this is still relevant / open for contributions given that: 1. the...

Encountered a similar issue while trying to validate headers using a schema. ``` headers: t.Object({ "User-Agent": t.String() }) ``` It triggers a validation error: ``` $ curl localhost:3000 Invalid headers,...