Sultan

Results 12 issues of Sultan

Reminder to devise a test case for https://github.com/thysultan/stylis.js/commit/bbba67bae85c09600cc28e223eb804e1d779ffa6 so that we don't re-introduce a possible breaking change on that api contract in the future. # Issue At-rules where unnecessarily leaking...

exploring the next version of dyo - smaller - faster - better This is just the code that's been sitting on my computer, very much a WIP. - possible explorations:...

The `hydrate` function seems to be removing all children indiscriminately. [hydrate.ts#L4-L16](https://github.com/NervJS/nerv/blob/51970fe8c2391ffcfd6ce976e9c78614abf186a8/packages/nerv/src/hydrate.ts#L4-L16) The ReactDOM version of [hydrate](https://reactjs.org/docs/react-dom.html#hydrate) works by hydrating the existing markup, attempts to attach event listeners to the existing...

Between 3.2.9 -to-> 3.2.10 i started getting this error(Error: Not supported) on one of the tests at [tests/Utility.js](https://github.com/dyo/dyo/blob/hooks/test/Utility.js) on the following project [https://github.com/dyo/dyo/tree/hooks](https://github.com/dyo/dyo/tree/hooks).

question

In an effort to reduce the amount of new keywords this would pose to introduce (effect, handle and resume), the following can serve as a possible alternative, piggybacking on the...

spec

Instead of ```css body { color: red } ``` producing ```js [ [RULE_START, 1], [SELECTOR, 'body'], [PROPERTY, 'color'], [VALUE, 'red'] [RULE_END] ] ``` It could instead produce ```js HEAP =...

I think i might have come across some starvation issues for both the linked React and Didact demos on my machine. In one scenario i open page and the section(with...

Use relative units like 'em' with 'font-size' for better scaling support.

I like to think i prefer this `this->foo` over `this.#foo` given the formers presence in both PHP and the C++ family of languages and lack of ambiguity with the latter...

## Introduction The `getComputedStyle` API currently only allows a user to get the current computed state, leaving much-to desired should the author want to probe for a specific state such...