Max Klein
Max Klein
> Would be good to normalize by total number of issues opened at given time for that conclusion I think? There might have been a spike in total number of...
1. Nope! I consider this to be a bug, though (see [jpmorganchase/regular-table#96](https://github.com/jpmorganchase/regular-table/issues/96)), and am by coincidence currently working on fixing it. @jasongrout The fundamental issue is that `regular-table` needs to...
> I looked a bit at the regular-table library, and it feels impressively fast. Yeah, the guy who came up with the core idea/code is both a minimalist and a...
> Also, it implements its own scroll bar and scrolling model which may relieve (don't remember the details) the need to compute the sizes I could definitely imagine some kind...
In any case, for most of the applications I have in mind (I'm still primarily focused on the filebrowser), variable row height is more of a nice thing to have...
> Lumino Datagrid requires the row sizes to be known apriori @nmichaud Thanks for your insight. That was my takeaway from reading through the code in `@lumino/datagrid`. But there's 7000+...
ooo, it looks like React only just recently added the `unstable_` thing, a week before I posted this RFC. Interesting...
I opened an alternative to this PR at #230 that bumps chardet all the way up to the current version `5.2.0`. This is now possible due to the fact that...
I've now also tested this code in cpy39 (after some teething issues, I managed to use `pyenv` plus some json hackery to get isolated jupyter kernels for each of cpy...
I've now added unittests for `literal_eval_index`. Locally they're passing with 100% coverage. There's still a couple of minor flaws in how I'm using hypothesis to generate string representations of ellipses...