Gary Hunt

Results 34 comments of Gary Hunt

PS reason for the new PR is that I screwed up my fork with a bunch of merge commits that aren't relevant

I thought I'd have a go at this one - I know it's just 5 years old :-) but I wanted a quick look at how it might be done....

@KvanTTT I'm not sure how alive the project is at the moment and whether PR's will get merged - but I'd vote for also including your suggestion of -Ddebug flag...

Just hit the same - it appears that kinesalite supports HTTP/1.1 but doesn't support HTTP/2

If you're still interested @alesmenzel then you can do the following to force the v3 SDK to use an HTTP/1.1 connection. ... ``` import { NodeHttpHandler } from "@aws-sdk/node-http-handler"; ```...

> There were updates a few months ago - so I've assumed it is - @failwyn is certainly replying to things, so I'm happy to put some effort in to...

If you want me to setup an AWS VM for a month or so then thats easily done

> Hey, is there anything we can do to help get this done? Linux support would be really needed on my end here for building Docker images. Hi Velociraptor45 -...

Ha ha - I can see what you’d like it to do, but that’ll never be possible given that typescript is a facade on top of JavaScript - you’re telling...

I've never seen it done - but there's no harm in you creating your own standard... `const { data } = useSWR( [ "test", fetchOne ], fetchOne);` and `const {...