Results 21 issues of Max Battcher

Since C# added direct support for `IAsyncEnumerable` (and the `System.Interactive` extensions provide a lot of useful high-level "LINQ" functionality on top of it), it makes a lot of sense to...

enhancement

I'm most specifically trying to figure out hash fragment scrolling support (for long documentation pages), but this is lumped in with scroll restoration as a larger, useful general utility. Looking...

priority 2 (could)
issue is feature suggestion
discussion
scope: misc

To persist a `Qty` object to a JSON store or pass to a JSON REST service it looks like you can rely on `Qty#toString()` roundtripping. However, it might be useful...

enhancement

**IxJS version:** 4.5.2 **Code to reproduce:** Using `@reactivex/ix-ts` in webpack (4) with fork-ts-checker-webpack-plugin (6) and Typescript (4.7.4). tsconfig.json excerpt: ```json { "compilerOptions": { "lib": ["dom", "es2015", "es2015.iterable", "esnext.asynciterable"], "downlevelIteration": true...

I'm curious, any thoughts on [ReactXP](https://microsoft.github.io/reactxp/), which tries to bridge React Native and React (Web)?

Is there a way to use DateTime as an argument to a query? (For instance in adding a query for things in a given date range.) It looks like GraphQL...

Summary: `[dbo].[ulidStr]()` is generating incorrect ULIDs which seems to imply that there is a problem in your Crockford encoding. Additionally, I also found some issues in casting `uniqueidentifier` to `binary(16)`....

Merges the work explored in #3 for a `useBlurhash` hook and a `BlurImg` hook-based component to take advantage of it.

Why not just wrap the decoded `UInt8ClampedArray` straight into a `Blob` of the appropriate bitmap mime-type and `URL.createObjectUrl(blob)` (making sure to appropriately `URL.revokeObjectUrl` on hash change or unmount) to create...

It might be nice to out of the box have a pure CLI frontend like [http-server](https://www.npmjs.com/package/http-server) that could be globally installed for quick bootstrapping new projects.

feature request
PR welcome