Marais Rossouw

Results 34 issues of Marais Rossouw

**Describe the solution you'd like** I'd like to see [Stencil.js](https://github.com/ionic-team/stencil) support, as I see Storybook to be very component focused, and Stencil being a very component focus framework - these...

feature request
todo
app: html
app: web-components

We should configure prettier to `es5` trailing commas. Why? makes diffs and reordering so much easier.

Ive built and published an NPM (and soon deno, jsr) library for dealing with trace contexts. Was originally built as a backing plane for my tracer [rian](https://github.com/maraisr/rian), but think this...

would be kinda nice to be able to have the option to use `ratio` in the meta object instead of `width/height`

Following on from #2 be also kinda cool to have a command `--validate` or something to run in precommit to check if all derived and holistic images reconcile correctly. There...

Hey mate 👋 I love your implementation approach! So I'm naturally curious how'd you'd implement a simple table. Ie; would it be _plain-old_ html tables, or would you use something...

component
feature-request

Love the library mate, thinking of consuming it!! Out of curiosity, why hasn't the initial tick been put through requestAnimationFrame? https://github.com/davidkpiano/nm8/blob/master/src/nm8.ts#L28

Running the following step fails when targeting selects ``` And I clear the element by "#my-select" ``` Error produced: _Element must be user-editable in order to clear it._

When wanting to map jsr packages to npm it would be nice to not crash. example ```ts await build({ // ... mappings: { 'jsr:@mr/object-identity': { name: 'object-identity', version: '^1' }...

Following #398 the change looked like not quite complete, I feel this change might be it. The issue really comes from specifies not able to map correctly. Maybe because `jsr`...