Mark Erikson

Results 148 issues of Mark Erikson

RTKQ uses `createAsyncThunk` inside, and I think we use `condition` to check if a query is already in progress and we should bail out. Unfortunately, that causes a `rejected` action...

rtk-query

Implements #56 . This PR is based off an older version of @ahuarte47 's quantized-mesh branch. Since it looks like that branch has been force-pushed a few times, the history...

CTB currently writes individual terrain tiles directly to disk. As zoom levels increase, this leads to millions of individual terrain tile files in thousands of folders, which are hard to...

I was just glancing at the repo and demo site, and this library looks promising for some features I need to build. However, Bundlephobia indicates that the library is currently...

The current implementation _always_ imports `ProxyPolyfill`: https://github.com/theKashey/proxyequal/blob/f4692072301e63a7287e7cfbb0ac0cbc0feccfef/src/index.js#L4-L8 However, that polyfill is 6K before minification, which looks like it's about 1/3 of the total source size. Per https://bundlephobia.com/[email protected] , the deployed...

Just tried this addon out for the first time. Looks encouraging, but the popup window seems rather small, as does the description textarea. It would be great if the popup...

Glancing at the source code for this implementation, I'm actually rather concerned about its performance. It looks like it calls `connect()` _inside_ of a functional component. That means that every...

Ref: - https://github.com/microsoft/TypeScript/pull/50831 - https://github.com/microsoft/TypeScript/issues/50870

Per https://github.com/elastic/kibana/pull/138818 : ```diff export const hostStatusInfo: (state: Immutable) => HostStatus = createSelector( // This used to infer correctly with older Reselect versions? - (state) => state.hostStatus, + (state: Immutable)...

TypeScript

Don't think we have docs for `merge` or some of the other options. Need to add those.