Lee Wexler

Results 12 issues of Lee Wexler

It looks like the migration page/link for v8 still refers to the v6-v7 migration content: https://router5.js.org/migration/migrating-from-6.x-to-7.x [Apologies if this is not the right place to be filing this]

+ Add type for AccessToken configs Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to...

Sometimes you would like to reload to a different route, or the root route -- we do it in a bunch of contexts. Would be nice to be able to...

Its always been a little strange that preferences and configs are only updated on the client when the entire page is refreshed. We think it would be very natural to...

client-request
ready

Doing multi-select range selection on tree data will leave the hidden children of the last row in your range unselected. This is built-in behavior of ag-Grid, and not entirely clear...

grid
client-request

We would like to add support for generating/supporting `CorrelationIds` for applications. Some elements we would like to see in any solution: + Easy ability to generate unique id for Fetch...

client-request

[From @TomTirapani ] Our preferred solution would be to leverage the autosize system with a min / max for this column - but unfortunately autosize is not accounting for the...

bug
grid

Right now our options for JSON display for small read only snippets is a bit lacking. + You can pretty print the json and then style yourself in a div...

client-request

Would like to be able to query all of the leaves that are consituents of a given cube row. Two options (we could do both): 1) Have some kind of...

data
ready

+ Consider providing `loadDataAsync()`, a variant that uses async loops for processing. Final result only installed if no intervening changes made to store, otherwise exception is thrown. + Consider checking...

technical
data
performance