Alexander Kachkaev
Alexander Kachkaev
Hi Adrian! π What do you mean by custom element here? Is it a [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components) or something else?
I see. This is what Luke Westby was promoting at the recent Elm Europe [in his talk](https://www.youtube.com/watch?v=tyFe9Pw6TVE) β I really like the idea! There already exists a [`vega-element` component on...
Perhaps, using [elm-test](http://package.elm-lang.org/packages/elm-community/elm-test/latest) could be a solution β the package looks rather straightforward to get started with. I have some experience with setting up Travis CI for the github repos,...
[elm-css](https://github.com/rtfeldman/elm-css/tree/master/tests) uses `elm-test` and might be a good source of inspiration.
Hi @nwalters512 π Unfortunately I have not. To be honest, Iβm not sure when I get the chance to. Many thanks for #38!
How about adding a new action param to make the fix non-breaking? ```diff - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + dot: true ``` Happy to work on the...
Today we were [configuring labels](https://github.com/blockprotocol/blockprotocol/pull/191) in [blockprotocol/blockprotocol](https://github.com/blockprotocol/blockprotocol) and I was like βoh no not this dot problem againβ π So here is the fix: https://github.com/actions/labeler/pull/316. It is non-breaking, just allows...
@pje, @cory-miller, @rentziass, @thboop π
Seems like there is still no solution for Yarn 3 caching. I tried finding a workaround today but gave up: https://github.com/netlify/build/issues/1535#issuecomment-1021720396 HALP! π
This issue is five months old today and there is still no solution for Yarn 3 in the public. I tried finding a workaround today but gave up: https://github.com/netlify/build/issues/1535#issuecomment-1021720396 HALP!...