Mark Malstrom

Results 10 comments of Mark Malstrom

If you're not planning on supporting High Sierra at launch, then I wouldn't worry about it. If you are, then I can take a look and see if I can...

I was going to try to fix it, but I can't figure my way around a linker bug in cmark-gfm-swift that prevents the project from building: ``` Ld /Users/orion/Library/Developer/Xcode/DerivedData/Twig-czrdmwcuyzfjeselfmztkjviadql/Build/Products/Debug/cmark-gfm-swift/cmark_gfm_swift.framework/Versions/A/cmark_gfm_swift normal...

This looks awesome! I'd love to use this, if you release it once you finish it!

Or if you merge it in 😊

Would [`@dynamicMemberLookup`](https://github.com/apple/swift-evolution/blob/master/proposals/0195-dynamic-member-lookup.md) and/or [`@dynamicCallable`](https://github.com/apple/swift-evolution/blob/master/proposals/0216-dynamic-callable.md) change this at all?

Any update on this?

I'm also seeing this error when trying to render a `RadioGroup` with Solid and Astro. When I change the directive on the Solid component from `client:load` to `client:only` the component...

@justin-schroeder > one of the major things that we are trying to at least consider in this refactor (to be fair, more like a rewrite) is how we could do...

I've been having fun experimenting with Remix router wrappers for [Lit](https://github.com/markmals/remix-routers/tree/lit/packages/lit) and [Preact Signals](https://github.com/markmals/remix-routers/tree/preact-signals/packages/preact-signals) recently and would love to help with a wrapper for Arrow too! As @brophdawg11 mentioned, to...

I have two ideas here: 1. **Use custom elements/web components:** there is an [open standard protocol](https://github.com/webcomponents-cg/community-protocols/blob/main/proposals/context.md) for cross-framework web component context using event listeners attached to the custom element. You...