Brandon Stubbs
Brandon Stubbs
I have done the following changes: ### `seqable?` Before the following cases would fail: ```clojure (seqable? {:a 1}) (seqable? 1) (seqable? true) ``` As per our discussion, you can be...
Yeah I was just testing parity, I had noticed this from trying to use a style map attribute and tested all the scenarios
I ran into another scenario: ```clojure #html [:h1 {:class (str "test" " test2"} "bar"] ;; squint => bar ```
Great thank you! I also haven't found a need for the other behaviours yet
Hi @ken5scal @megan07 I think the API is available now: https://developers.google.com/drive/api/v3/reference/drives https://developers.google.com/drive/api/v3/reference/permissions
@helgasoft correct it doesn't make much sense having the decal there, however, I've noticed other strange behaviour with multiple charts and this was a mistake that took a long time...
In the second example it sets one decal for the series that should be **repeated**, as it's within the *array* as mentioned in the docs you linked. See [example](https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0kC-ANCXI58RVKTKUasWgDdGAGwCuVHugEkAJs0Z4qYMSXR5gSjvWkBtI6XETS5Kow5EATAAYAjAA5B90kws7FxYRJ7ufv6wgWycwgDyYAAWVC6w4ZH-McHkAEJhETYS2XG5iSlpGUUBzLFcAMIFmfYlDeWpTdXoreQAIp1R0bU5ve2V7tUa_nb-js5uXgCczcXDcaHphYM9WGMDUT35mys1QaV7x11DZw37WWttyR2X2w99dy1vo0_jkycz9jmaQ8HhO3TeGyqrxuCR-H1WMKOUIObzKcJeKJhjQx9yxF2RuLq7xxnxh3wqBUmNgAunxInoOBAqIRYNYJAD0NBGABbaQMCG0E4Uah0BQQaCqE54MCMegAazoYGAMoUguqzicAGUKAppEgpvYqNB6MBNHqruQ6Ds1PZeDYDegObAubyrai1f5hXyxRKPfZpbKFTIlSq_RINYxteRdWIHaQjSazYZBpaZIcbRI7Znmk6XXyevUw6QvaLxZLqgH5YrlYoi-gI1GY8g4-gE6bzSm3ViM6Qs72c9U812ib065IRTIfeX_JWg7QQ7WTg2dXqW7A20niJ2018e-p7SRqZElcAFJAQMni4zWKxnrRGLg8DaDc4IIxL62uQAjXWaIhgDgVGaM0mAUD9SDwJJgAAd3_QCqBOEDFBZNkoidCQ8HIbkv1PK0IHMXU917apaUzPgUF4ABuIA) of...