Lennart Buit
Lennart Buit
(Great tool, btw!) We split the output of style dictionary into multiple files with a filter as demonstrated in the [matching-build-files](https://github.com/amzn/style-dictionary/tree/main/examples/advanced/matching-build-files) example. Furthermore, we also have a custom export to...
I am bundling rollbar in my webpack build, so I am importing rollbar from its npm package. E.g. ```JavaScript import Rollbar from 'rollbar'; // ... somewhere else new Rollbar({ accessToken:...
Heya 👋 Say you have some datasource, that can fail for some reason: ```clojure (defrecord Fail [nonce] u/Datasource (-identity [_] nonce) (-fetch! [_ _] (prom/rejected (ex-info "Not good" {})))) ```...
**Is your feature request related to a problem? Please describe.** When setting up an nREPL server, you cannot configure an initial ns clients drop into when connecting. Clients connecting will...
## Brief When using `spec-assertion-thrown?` with a programmatic nilable spec, its spec key is not evaluated. Repro: ```clojure (ns repro (:require [clojure.spec.alpha :as spec] [clojure.test :refer :all] [nedap.utils.spec.api :refer [check!]]))...
Buttons can associate to forms that they are a descendant of, or forms that have an id specified by the [`form`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-form) attribute. So can form associated custom buttons in Chrome...
### Vue version 3.4.5 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-aob5zf?file=index.html ### Steps to reproduce I defined a Vue component with `tagName` as a property, and used that, together with `defineCustomElement`...
### Which package(s) are affected? Observers (@lit-labs/observers) ### Description In upgrading @lit-labs/observers, we had a test failing that has an intersection controller. The code we were testing looks a bit...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
### Description When loading the scoped elements polyfill, the implementation of `HTMLFormElement.elements` get replaced with a custom `HTMLFormControlsCollection`. This implementation lacks an implementation for the iterator protocol, it [throws an...