Peter Siska

Results 21 issues of Peter Siska

Consuming dependencies that have to be transformed using the `@rollup/plugin-commonjs` plugin break when version `>18` of the plugin is used. I have a simple example repository: https://github.com/peschee/wds-commonjs-example In the `main`...

I just noticed that using multiple web component instances will always set the language in all components to the one defined / used in the last component. I assume this...

Reference `mwc` branch instead of `master`.

This ```js import { LitElement } from 'lit-element'; /** * @cssprop {color} [--var-test=red] Test css custom prop */ export class MyElement extends LitElement {} ``` would output ```json { "cssProperties":...

https://heydonworks.com/revenge_css_bookmarklet/ renders a 404: ![image](https://user-images.githubusercontent.com/63866/86444667-62ecc800-bd11-11ea-9808-9d81a8fd9268.png)

Node 12 actions are deprecated. For more information, see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Hi I have added some changes in my custom branch to support AMD loaders and to be able to initialize Unison "manually". The problem with the original implementation was, that...

**Is your feature request related to a problem? Please describe.** We have a custom docker image for our Gauge tests run in our CI environment. In that docker image, we're...

Re #64 Adds missing reference for support for pnpm's workspaces

Hey Manu Converted the class to PSR-0 standard and added composer which allows an easier usage and installation. Hope all still works as expected.