Gabriel Cruz
Gabriel Cruz
Also maybe we could add this to the Troubleshooting section on the wiki once it's done
According to [the docs](https://golang.org/pkg/net/http/#Transport) it is possible to choose between HTTP 1.1 and 2 **if using HTTPS**. However, when using **HTTP** only version 1.1 is supported. Should we move on...
Closing as no longer relevant
Closing this as stale. We need to revisit this problem after the `api-v2` branch is merged.
@anjor as soon as we got the new API design, I'll create a new branch and a bunch of issues that people can grab. When all issues are done, we...
@neelvirdy 1. agree but I don't like the wording in `/deals/status-by-proposal/{propid}` 2. We could look into that https://github.com/application-research/estuary/issues/521 3. I was thinking that this new API would be called v1...
@elijaharita we're going with all plural for resources
I don't see any references to this anywhere else in the code. Is this still relevant @tiangolo ? If so I could give it a go :)
Interesting... my bet is that changing the filter (as discussed [here](https://github.com/gmelodie/silentMoire#denoising-with-example)) could improve quality. [Here's another way we tried](https://github.com/gmelodie/silentMoire/blob/master/report.ipynb) (check out the Appendix). But the real question here is can...
Note for future self or people interested in working on this: maybe for colored (RGB) images we could convert each color channel to grayscale and apply the filter separately on...