Jesse Ditson

Results 44 comments of Jesse Ditson

Just giving this a quick bump as I've otherwise been finding this lib incredibly helpful but this bug has really cramped my CI.

I'd love to see this land, but it looks pretty stale - reading https://github.com/cobalt-org/liquid-rust/issues/477 it's unclear to me - is the resolution that this should or should not be the...

FWIW this also appears to be true for all input, select, etc types from `lib.dom.d.ts` - for instance, a similar error will be reported when using: ```typescript const value: "hidden"...

In case it helps, this project builds for me when I put the custom platform support development kit as a sibling (parallel) to the Lottie folder, e.g. at the root...

Interesting! I don't use yarn often so I can't say I'm familiar enough with the differences in it's link functionality to build this confidently - but I'd happily accept a...

Interesting! According to the comments, the `-maxdepth` is there to avoid diving in to `.bin` or rewriting links inside dependencies. This makes sense, so I suspect instead of adjusting maxdepth,...

This is interesting! When I've added cors to fs-router projects in the past, I'll usually install the cors handler on the base route, which will handle adding the `OPTIONS` requests...

HAR of the failing request: https://gist.github.com/jesseditson/88e5361f6003a542d20fd61ed5dfb4a1

FWIW I've solved for this in my own dependency tree (I have a private lib that depends on an OSS one) by using the `typescript` flag - you can see...

One main thing I could see as a stumbling block here is recursive types and mismatches on JSON serialization - in my experience these are the things that I've had...