getzze
getzze
Duplicate of #384 that was closed because it became stale. I will repeat here the last argument in https://github.com/Jguer/yay/issues/384#issuecomment-770110776 - Having an option to show news before any updating command...
The clipboard plugin is nice but it shares EVERY text with the phone. It would be nice to have the possibility to send the clipboard on demand, like this new...
Every time I pair a new device, I have to open the Advanced option after pairing to disable a few plugins that are always the same and that are a...
Fix adding annotations with hue if arrays are provided instead of a Dataframe and column names as strings (data=None).
Same problem as https://github.com/JuliaIO/JLD2.jl/issues/101, fixed with https://github.com/JuliaIO/JLD2.jl/pull/106 Steps to reproduce: ``` using FileIO, DataFrames df = DataFrame(rand(10,5)); save("dftest.jld", "df", df) load("dftest.jld", "df") >>> signal (11): Segmentation fault ```
I use two screens, and I have to switch clients from one screen to the other. However, when the client is sent to the other screen, it goes to the...
I was thinking it would be more consistent to use missingstrings instead of missingstring, for consistency with truestrings and falsestrings. And maybe accept only Union{AbstractVector{"" could be hardcoded and people...
Hi! There was an issue allowing for retracking predicted instances without having to infer the instances again: https://github.com/talmolab/sleap/issues/260 But it is not working anymore with Sleap v1.2.4. If the Inference...
Using tracking with optical flow, similarity between frames is computed with the optical flow between the current frame and the reference frame. This is fine if the 2 frames are...
Software versions: SLEAP: 1.2.8 ### Description PR #898 allows to retrack predictions, but for using with the GUI, it would be nice to have the option to define a prediction...