Ray

Results 17 issues of Ray

I've been looking through your cli (which is totally awesome), and was wondering if you could add a sorting option. It's really difficult to sort tasks on the client, and...

I'm using `use-package` to load my packages, like so: ```emacs-lisp (use-package helpful :bind (([remap describe-function] . helpful-callable) ([remap Info-goto-emacs-command-node] . helpful-command) ([remap describe-variable] . helpful-variable) ([remap describe-key] . helpful-key) ("C-c...

By which I mean I want to be able to filter out games that have a certain tag (for instance, tags with the "completed" tag but still have other tags...

It would be nice to have better support for custom variable fonts. Currently I've just overridden the `nano-*` faces, but currently `nano-strong` is given normal weight directly and I'd like...

Hi! Sorry for the bother but do you have any suggestions on configuring the modeline to work with lsp-mode? There are two main issues I see: * the breadcrumbs push...

Hello! When using a transient buffer, the modeline shows up. Is there a way to make it not do that? example (cropped because screen size) ![image](https://user-images.githubusercontent.com/12386291/142704877-38797bca-758a-4068-a3e6-cf03196b6953.png)

When using a local module, ediprolog errors out attempting to load the file, likely due to only copying the buffer itself to a temp folder.

It would be nice if `global_cardinality/3` supported CLP(Z) variables as keys. This would allow one to express more general permutations without needing to know the values of the list (e.g....