Scott Peshak
Scott Peshak
I think the underlying issue is that the client is generating a bad filter string. Here is an error message I get back from Postgrest when I try to use...
Now I see that #11 fixed this issue, but there hasn't been a release since that was merged.
I've at least got the CFN template committed here: https://github.com/speshak/wger/blob/s3-document/extras/aws/wger-cloudfront.template I'll get the docs written up soon.
It certainly could be accomplished with less. I'm a bit of a stickler for making everything comply with best-practices so it got fairly verbose in order to keep the permissions...
Is this possibly a subset of #340?
FWIW: I forked this a while back to use acme.sh instead of simp_le explicitly so I could do dns-01 validation via AWS Route53. I haven't tried using wildcard certs with...
@Pustur These sequences look a lot like markdown. Maybe you can use an existing markdown formatter library (or perhaps the consuming code should use a markdown rendering library so you...
That's an interesting issue. I'm using the default behavior of bootstrap-autocomplete. For my usage I think I've always searched in lower case, so I haven't noticed this before. I'll try...
I think this could be addressed by using the `sam deploy` `--no-fail-on-empty-changeset` argument.