mariuswallraff

Results 7 comments of mariuswallraff

No suggestion, but for other people landing here: A workaround is to use the function-call syntax like this: `C = TypedDict("C", {"key": int})` You can't use the nicer-looking keyword syntax,...

I got a related case which does not use a list: ### first (shorter) case: black output for `24.2.0`: ```python some_long_variable_name = True abc = round( ( 1234.5678 if some_long_variable_name...

Thank you for the fix and for having a look at my post. After reading the other pull request and issue again, I have to agree with you, that change...

I second this; for our use case of simplifying time series data down to a given number of points, this would be an extremely useful option to have (either as...

For those landing here for a similar reason, it might interest you that while this feature would still be very useful, in our use case, running `simplify_coords_vw_idx` consecutively with increasing...

Sure, here's a small example, although it's not as good as with our real-life data; below I attached a slide illustrating my previous results. ```python from timeit import Timer import...

Thanks for you response! I had another look at it, forked your code and tried some things. Reloading (and updating my VS Code Jupyter extensions, but that should be unrelated)...