Matthieu Heitz

Results 20 issues of Matthieu Heitz

Let's say that we have 2 configurations of the widget ConfA: range = (0, 10), singleStep = 1 ConfB: range = (0, 400), singleStep = 20 I can't write a...

I have tried to workaround a first bug in CTK, and it led me to discover other bugs. I'm first going to describe what I did to workaround the bug,...

This is a proposition to be able to get intermediate results of the optimization, at different epochs. You just provide a list of int to `n_epochs`, and the result will...

I'm trying to feed to UMAP nearest neighbors computed with another method than pynndescent, and so I need to put the data in the format of precomputed_knn that UMAP accept:...

### Expected behavior The debugger should display this code properly: ``` %%pixie_debugger import pandas as pd import numpy as np starter = np.zeros( (10,10)) ``` ### Actual behavior Instead, it...

### Describe your feature request When navigating within a paragraph with the arrows, if I hit Up or Down, the cursor will go to the closest position in the above/below...

### Description When selecting text using Shift + arrows, the left and right arrow work, but the up and down arrows do not work well. They work once, and then...

### Description - When selecting text from the end of a hyperlink to an earlier location in the text (beyond the hyperlink), the behavior is random: the final selection when...

- Run diff exp across different timepoints, for the same group of cells. Add a parameter to compare all combinations of timepoints. Example: ``` generate_comparisons(["A","B"], "all_times", [1,2,3,4]): [(('A','A',),(1,2)), (('A','A',),(1,3)), (('A','A',),(1,4)),...