Izzuddin Natsir

Results 12 issues of Izzuddin Natsir

This idea is really cool! Thanks for your work on it. It will be great if TypescriptBC have some kind of rust interoperability through something like NodeJS native api. So,...

`vite.config.js`: ```typescript import solid from "solid-start/vite"; import pages from "solid-start-cloudflare-pages"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [ solid({ adapter: pages({ wranglerConfigPath: true, }), }), ], });...

# Tell us how you think we can improve Sandpack ## Packages affected - [x] sandpack-client - [x] sandpack-react ## What is this feature? `nodebox` accepts both string and Uint8Array...

## What kind of change does this pull request introduce? Feature implementation for #769 . ## What is the current behavior? #769 Sandpack only acceptsfile code in string format even...

# Bug report ## Packages affected - [ ] sandpack-client - [ ] sandpack-react ## Description of the problem From the [Three.js docs](https://threejs.org/docs/index.html#manual/en/introduction/Installation), we should import examples from `three/addons/*` instead...

bug
triage

## 📝 Description Add the following examples for Svelte: - Clipboard - Collapsible - Combobox - Context Menu And `portal` action for popover. ## ⛳️ Current behavior (updates) ## 🚀...

## 📝 Description On Vue and Svelte, empty input will be replaced by selected value when typing. ## ⛳️ Current behavior (updates) Empty value is replaced by selected value in...

Starting from `@preact/[email protected]`, accessing signal value via `signal.value` in JSX does not trigger rerender when signal value is changed. Reproduction: [Stackblitz](https://stackblitz.com/edit/vitejs-vite-k4b8mj?file=src%2FApp.tsx,package.json,vite.config.ts&terminal=dev)

react

Svelte provides [store contract ](https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values-store-contract)mechanism for its reactivity. Would be great if `reactively` provide the subscribe API that conforms the store contract, just like `@preact/signals-core`.

Version: Deno 1.39.2 ```json { "compilerOptions": { "allowJs": true, "jsx": "react-jsx", "lib": ["DOM", "DOM.Iterable", "ES2022"], "strict": true }, "imports": { "~/": "./app/" }, "unstable": ["bare-node-builtins", "byonm", "sloppy-imports"] } ``` I...

bug
node compat