Mikhail Bashkirov

Results 47 comments of Mikhail Bashkirov

follow-up to the discussion https://github.com/modernweb-dev/rocket/discussions/288 my use cases extend the proposal above with the following: - render story and show highlighted code, but do not show the frame (mostly for...

> all your examples are meant to run `client side` right? > > so it would be `client render` and `client execute`? not really partially I do not understand your...

> puuhhh that is getting more and more complex 😅 > > I think the workflow should be > > 1. update to v10 of unified > 2. "finish" partial...

There is another complexity to take into account - [withElementDisambiguation](https://www.fast.design/docs/design-systems/fast-frame/#designsystemwithelementdisambiguation). Given FAST is by nature very **dynamic**, I don't think the current **static** format of Custom Elements Manifest can be...

How is that possible then that `disabled` works well in Polymer (I guess thanks to `Polymer.PropertyAccessors`), for example in `paper-input` https://www.webcomponents.org/element/PolymerElements/paper-input/elements/paper-input#property-disabled ?

It has been documented here https://github.com/rempl/rempl#browser, so this bug can be closed.

@web-padawan no worries, I had a small workaround on my side. Thanks for taking this in now 👍

> In an effort to lower the maintenance burden of the Modern Web projects we've decided to move certain packages out of the monorepo into their own repositories. Can you...

Generally speaking, from my personal experience, having a monorepo makes sense if it's the same team maintaining it and everyone has knowledge about most of the packages within it. On...

If I understood your correctly, it works for you on Windows, only locally, but not in CI. From the error log I can't say why it happens, but just by...