Wayne Van Son

Results 51 issues of Wayne Van Son

I noticed inside the CI job, you use `./semantic-release-cargo` as a binary directly, and I'd like to do the same. How is this package supposed to be installed, using `cargo...

Hey all, this is my first PR to solid which is very exciting! - Closes #594 - Is there anything to reconsider or change in here? `types.d.ts` wasn't part of...

Hey all, If this is where the CSF lives, then the specification should be documented in this repository. I currently don't see it here. The only place I can find...

I got close but not close enough, using the branch https://github.com/mkrasnitski/pixels from the PR https://github.com/parasyte/pixels/pull/391 via the patches in cargo. - Blocked by https://github.com/parasyte/pixels/pull/391 - Closes #22 - `Pixels` added...

**THIS IS A BREAKING CHANGE** `process` is not a global in the browser and seems like a left over implementation detail when transferred from NodeJS. There are two options to...

Looks like vite only supports the global property for enabling sourcemaps. ![Image](https://github.com/user-attachments/assets/1320c837-ccd3-444f-92bb-29654185f70f) Would you like a PR for this?

Hey there! I'm using this preset in the `vite` config's `rollupOptions`, and receive the following warning from vite when running `vite build` after following the instructions from print instructions. Screenshot...

This PR aims to add benchmarks using existing non-browser tests and comparing benchmarks between versions. > Please ignore the nix stuff unless you'd like to have it in AriaKit. ##...

### Description 1. This PR allows hooks to be used when running `vitest bench`. 2. This is essentially an updated fork of #5076. 3. Closes #5075. 4. Creating this as...

p2-to-be-discussed

Have you considered adding styled components composition `attrs` API? Example for this library. ```tsx import styled from "solid-styled-components" const First = styled("div").attrs((props: { size: number }) => ({ weight: Math.max(100,...