Alexander Kachkaev

Results 463 comments of 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!...