David Alsh

Results 40 issues of David Alsh

Add push/pop support for preact ```typescript const app = crayon.create() app.push(Component) app.push(ComponentB) app.pop() app.pop() ```

```typescript const g1 = crayon.Group() const g2 = crayon.Group('') const g3 = crayon.Group('/') ``` Should all behave the same

Hi, thanks for putting together this loader. Having an issue with integrating comlink. # main.ts ```typescript void async function() { const worker = new Worker('./test.js', { type: 'module' }) const...

Hi team, love your work. Having some trouble integrating google's worker plugin. # main.ts ```typescript void async function() { const worker = new Worker('./test.js', { type: 'module' }) const TestStore...

### Expected Behavior / Situation When specifying externals, it would be great to be able to use a glob or regex. ``` { external: ['@myorg/**/*'] } ``` ### Actual Behavior...

t⁷ ⋅ modification
t⁸ ⋅ triage

Hey, not sure where else to talk about the hosted ui. How to I use the `state` parameter with the hosted ui?

Using `gin run -t src/app/main.go ` I get: ``` Incorrect Usage: flag provided but not defined: -t app_1 | app_1 | NAME: app_1 | gin run - Run the gin...

### Details I am trying to use the `exports` in my `package.json` to deeply resolve module paths on top of a base path. Essentially I have this folder structure: ```...

### Details postMessage between worker threads can accept a Transferrable type like the SharedArrayBuffer - which is transferred but not cloned. Is there a way to create an object in...

Hi, Can we get prebuilt binaries produced in Github actions and published via Github releases? Are you accepting PRs? I could probably implement it