Ben Chidgey
Ben Chidgey
Ended up making an `npm` script based on answers above: ``` "db:migrate": "node --import tsx/esm ./node_modules/.bin/knex migrate:make -x ts", ```
Came across this problem on Node `v20.11.1` we were using something similar to - https://learn.microsoft.com/en-us/graph/sdks/customize-client?tabs=typescript#configuring-the-http-proxy-for-the-client: ``` // Create a client with the proxy const graphClient = Client.initWithMiddleware({ authProvider: authProvider, fetchOptions:...
@damusix has picked this up and done the work in https://github.com/hapijs/hapi/pull/4538
@kanongil when you have a min let me know your thoughts on this. Thanks 🙏
> This implementation will remove the typing from an inline method declaration, as X | any will be reduced to any. I believe it should work better if additional declarations...
@damusix Cheers - will look into this ASAP
> @feedmypixel Any updates on this? Sorry I haven't had time to get to it. I'm hopeful of having some time over the Christmas period
@damusix to pre-empt me getting to this. A few questions: > @feedmypixel Agreed with Gil. Perhaps you can type this to be a value from Request | Toolkit | Server...
@damusix wonderful thanks 👍🏻