Peter Siska
Peter Siska
@eirslett Any chance this gets into a next release any time soon?
Any updates on a working example @peterjmit ? Using ``` ruby set :copy_files, ['vendor'] ``` Seems to copy the files to `release_path/vendor/vendor`. The problem seems to be in these two...
I would love a new release as well. Is this something I can help with?
I am using this: ``` "prepare": "is-ci || npx simple-git-hooks" ``` https://www.npmjs.com/package/is-ci
You can actually see this in action even in your CodePen demo. I made a fork where I use the same component twice: https://codepen.io/peschee/pen/QWywKdM?editors=1010 Changing the language in one component...
I think I figured it out. Im my case (using `LitElement`), the key is not to use the `translate` function but to use `get` directly. Since `translate` listens to an...
Sorry, I have to reopen this. There seems to be an issue with using properties & attributes. I have extended my last example with a `lang` property and observed attribute...
@andreasbm Would you be interested in allowing others to help with the maintenance of this library?
@Stono did you ever get this to work?