Gary Trakhman
Gary Trakhman
Let's be real, you probably weren't getting those 3080s :D. Mine doesn't suffer from the captchas and didn't even see them. On Fri, Mar 19, 2021 at 3:19 PM shroyhammer...
The existing code is a little hard to track. Might I suggest storing a data structure of ASIN to last known bugged time, then only checking it past a 30...
Not sure yet if I want to write it, but if you see a PR, you will know I did :D
Not yet, no, should I put it somewhere?
I just tried it again, and it worked for me. That particular line came from the existing docker boot image: https://github.com/adzerk-oss/boot-clj-docker-image/blob/master/Dockerfile#L32 ``` boot-alpine$ uname -a Linux gary-stinkpad2 4.5.3-040503-generic #201605041831 SMP...
I'm trying to test this locally on docker and the existing AWS setup requires the STS option. It is OK for the credentials to be temporary when evaluating airbyte, and...
I tried to use the library for the first time today and hit upon this issue. I think the cause is due to the call to queryEqual here: https://github.com/FirebaseExtended/reactfire/blob/3cb446838d68e7ab9264c549fe7f1dccaf166881/src/firestore.tsx#L16 In...
Another approach to consider is to allow users to pass in a query key override, like react-query (the lib I was coming from), if it's too difficult to track whether...
Oh boy. I guess I haven't been following JVM specifics for quite a while, but I remember there being some issues with restrictions on reflection and modules that might confound...
I'm willing to do it. The primary motivator is cljs support, which means I have to remove direct references to complete.core. Since there are multiple ac-sources, I think I'd have...