Mario - Unbiased Dev

Results 8 comments of Mario - Unbiased Dev

Additionally, there is no straightforward way to use shim in combination with apply without using apply function programatically. Use case: - Shim used in Remix in SSR mode meaning shim...

Reading the source it looks like it only checks if the attribute is one of predefined attributes. ``` var isSimpleBoolean = createMapFromString('allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible'); var isBooleanValue = createMapFromString('true,false'); ``` Would adding support...

Npm and Yarn are interoperable. You can just `npm i @sveltejs/svelte-virtual-list`. You don't need yarn.

Fixing this bug was trivial following the issue you linked (https://github.com/remix-run/react-router/pull/9352), but I immediately found another. So I don't think it would be ready for a PR. Essentially, when I'm...

Actually I've narrowed it down to `getFormSubmissionInfo`. When using react-router-dom (same setup but react) the return value is: ``` hash: "" host: "localhost:3000" hostname: "localhost" href: "http://localhost:3000/react-router-dom" origin: "http://localhost:3000" password:...

I would like to bump this as it's also the same atlas + sqlc combination that I'm trying to use and running into the same issue.

I hate to be the guy but I really want to bump this as it's the only thing stopping users from using bun as a fullstack react framework of sorts...