Lauri Siltanen
Lauri Siltanen
Is there a way to use amazonica with [localstack](https://github.com/localstack/localstack), i.e. with localhost endpoints? Would be massively awesome for running tests locally.
``` (malli.core/validate [:re #"^thing$"] "thing\n") => true ``` Compare to ``` (re-matches #"^thing$" "thing\n") => nil ```
Trying to generate values for a regular expression schema results in an error using malli version 0.15.0: ```clojure (mg/generate [:re #"^[0-9]$"]) Execution error (ExceptionInfo) at malli.core/-exception (core.cljc:136). :test-chuck-not-available ``` Generating...
I'm getting a StackOverflowError on a timeout from a http address because the response seems to contain the response Promise in an endless recursive structure where eaach response contains the...
**Is your feature request related to a problem? Please describe.** When navigating into a namespace inside a dependency, the "Go To Definition" action does not work because the file has...