Daniel Compton
Daniel Compton
I'd be interested in using this library for https://github.com/Day8/re-frame-10x to diff data structures. The README notes that ClojureScript support would be difficult, what kinds of things would be needed to...
I'm using yada, and would love to add this to our app. I see that you use bidi already which makes things pretty close already. Do you know what, if...
We should investigate whether it is possible to use the AWS Java SDK to sign URLs. This would let us support v4 signing format, as well as letting users use...
Currently, s3-beam uses `https://s3-.amazonaws.com/` as the upload URL path (path-style). It is also possible to upload to `https://.s3-.amazonaws.com` (virtual-host style). AWS is planning to [deprecate](https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/) path-style addressing for buckets created...
@kennethkalmer from https://gist.github.com/kennethkalmer/e74794f7b8f6e3a695a1ddabfc38f2e3 is examining how we can provide a re-framy interface to s3-beam.
S3 beam was built around core.async and works fairly well. However, in re-frame (and other frameworks) apps, a callback based approach may be more natural than creating a pipeline channel....
A defn-spec `defn` in a stack trace shows up as ```java my.api.utils.time$fn__18081$period_end__18086$fn__18087 ``` instead of ```java my.api.utils.time$period_end ```
There isn't very much left, we should remove it entirely to avoid adding more dependencies to consumers.
- [ ] Test if it works - [ ] Add some ClojureScript testing to ensure it keeps working