Keith Hughitt
Keith Hughitt
Ah okay, most of the files were downloaded in June, so that could be it.
@p-smirnov Thanks for the quick follow-up and clarifications! It looks like if you use the Cellosaurus accession for rownames, that will be safe from getting butchered by `make.names()`.. That is...
Great! Thanks for taking the time to look into the issue and report it upstream!
Hi @ChristopherEeles No problem -- Thanks for taking the time to follow-up! Cheers, Keith
Actually, upon closer inspection, I see that the default value used by SJARACNe is the same one I wanted to set it to ("0"), so this is not urgent. Feel...
@kakulukia Yep, I basically just initialize it and then redo the aliases myself. This is [the file I source in my dotfiles](https://github.com/khughitt/dotfiles/blob/master/shell/fasd) that sets things up: ``` # # fasd...
I finally had the chance to follow up on this.. Your suggestion worked out perfectly - Thank you! Here is an example of adding a keyboard shortcut using [useHotkeys](https://react-hotkeys-hook.vercel.app/docs/api/use-hotkeys): ```js...
I like it. Can't think of any reason at the moment why this wouldn't work. The simpler the better 👍
For context, the current version of llvmlite (0.44.0) supports python 3.13, so it's the specific requirement `llvmlite==0.36.0` that is the issue.
Thanks for taking the time to put this together, @peterdesmet! This seems like a great idea.. I think it would be useful to use this as a starting point for...