Kevin Patel
Kevin Patel
@StepanSushko I'm developing a fork of RollingFunctions you could check out: https://github.com/kevindirect/MapSlide.jl It supports operating on `AbstractArray`, not just vectors. It's still a WIP and there may be things that...
I guess the default css coloring for the labels changes based on theme, but not so for the arrows. Wonder if a common default color property for labels and arrows...
@bkamins I'm developing a fork of RollingFunctions that has padded rolling function `mappadroll`: https://github.com/kevindirect/MapSlide.jl It's a WIP, but it does work.
I appreciate all the people working on this. I wouldn't mind a character based unindented soft wrap (similar to what kakoune does) as a starting point. I love helix but...
I like the idea of writing code generically and allowing easy use of whatever type people want to use to represent their time series. I like the approach Indicators.jl takes...
I think TS-aware tables are fine, but to me they just add a bit of syntactic sugar. I don't see much added benefit to using them. A multivariate time series...
Thanks for the prompt response! If I'm understanding right, the second case happens during a user-triggered quit. No, joshuto quits by itself (no opportunity for user input). I get this...
I set joshuto to a new keybinding. I noticed new instances spawn fine as long as there is a window already open. On an empty workspace, pressing the keybind once...
I tried the 2023-07-04 release today. I can spawn/close windows from sxhkd bindings without the problem I was having before. Seems like the bug is fixed now so I'm closing...
I had the same problem. I added the following to the end of my `~.xinitrc` (after all the background processes were kicked off): `xrdb -load "$HOME/.Xresources"`. Maybe add it before...