Mike Ledger

Results 13 comments of Mike Ledger

> As a temporary workaround I manually add `cargo_web = false` to my projects that suffer from this, with a note to myself so I catch it on the git...

Same issue. I thought I might put in a PR, but I'm not sure how this happens as https://github.com/mrmckeb/typescript-plugin-css-modules/blob/82ba03548c3d2193508e1a4dbc47c1aa9b22943c/src/helpers/createExports.ts#L41 seems to just generate modules in the form ```typescript declare let...

So I think that when TypeScript merges these declarations ```typescript // standard declaration for css modules, e.g. vite/client exports this declare module "*.module.css" { const classes: { readonly [key: string]:...

My exact use-case: `squeal-postgresql` allows users to run insertions of arbitrary types so long as their `Rep` matches the expected `Rep` for the particular table. However, you don't always actually...

TBD minimal amount of `Thing`y classes necessary to actually do this :-)

I'm now working on a successor to solid-typefu-router5 that: 1. Has its own router backends. To be honest I used router5 only because I figured it must be abstracting over...

> @CompuIves voicing my support for this as well and checking to see if you have any updates on this issue? Cheers Bump: same =). I have a library that...

I want `StmtParam` and `ResultValue` exported, so we can write our own `CxRow` and `CxValue` instances. I suppose you'd also need more of `Mapping` exported for that to be possible...

Looking into it, what it (tuple instances for Mapping (=> CxValue) -- not the argument for whether users should be able to write their own CxRow/CxValue instances) seems to boil...