Brandon Stubbs

Results 7 issues of Brandon Stubbs

Please answer the following questions and leave the below in as part of your PR. - [x] This PR corresponds to an [issue with a clear problem statement](https://github.com/babashka/babashka/blob/master/doc/dev.md#start-with-an-issue-before-writing-code). - [x]...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Updating a dynamodb item updates other binary fields in the stream...

type: bug
aws:dynamodb
aws:dynamodbstreams
status: confirmed

In the Qwik Framework, they have a concept of [QRL](https://qwik.dev/docs/advanced/qrl/). I have the following `button`: ```clojure (ns app (:require ["@builder.io/qwik" :refer [component$ useSignal]] ["./app.css"])) (defn -App [] (let [count (useSignal...

The HTML reader has differing outputs compared with https://github.com/weavejester/hiccup: ```clojure #html [:h1 {:data-title nil} "bar"] ;; hiccup => bar ;; squint => error Uncaught TypeError: object null is not iterable...

It would be great if `defclass` could support [static](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/static) methods and fields as it's widely available now. At the moment as a workaround I am doing the following as mentioned...

It would be great to add support to the `^:js` function destructuring to support aliases ```clojure (defn foo [^:js {a1 :a b1 :b}] [a1 b1]) ```

### Version 5.5.0 ### Link to Minimal Reproduction https://gist.github.com/brandonstubbs/d1fe4a7d55495a59c3b7d86929f2085b ### Steps to Reproduce The gist is a full reproduction of the issue. ### Current Behavior The decal on the area...

bug
pending
en