-
```
What do you need to do?
I'd like to be able to swap frames of animation without having to eliminate a
frame.
How would you like to do it?
Currently if you want top copy a cell to another cell, t…
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
The underlying issue is that the `invert.js` code expects a `scale.invert` function. But cell marks use `d3.scaleBand`, which doesn't have a `invert` function. Here's a quick monkeypatch/proof-of-conc…
-
It would be useful to have a shortcut to apply some styling to all locations:
```
tab %>% tab_style(style = cells_styles(text_size = 'x-small'),
locations = cells_all())
```
-
As discussed in this thread: https://github.com/bibekg/react-schedule-selector/issues/23
Please can I request an enhancement to prevent the user from selecting certain cells. For any given day I kn…
-
Would supporting joining table cells be something you might consider?
I want to make tables like the following:
```
+-------------+-----------+--------------+---------------+---------------------…
FFY00 updated
2 years ago
-
I am a new polars user and I am curious how do I use the `coordinates_to_cells` function in a lazy context?
If I do what I think needs to be done I get an error `TypeError: 'Expr' object is not ite…
-
What algorithms / Python packages would be suited for segmenting cells in this kind of microscopy image?
![membranes](https://github.com/user-attachments/assets/3b813c91-e001-4df0-84e2-3ca1045fdc1b…
-
I need to remove the spacing between the calendar days so they they look like below. Is that possible? A manual change would be fine too.
-
We can do an experiment with [OffsetArrays.jl](https://github.com/JuliaArrays/OffsetArrays.jl) and check if it's simpler and as efficient as the current implementation.