Marcelo Cerri

Results 22 comments of Marcelo Cerri

Hi, @rsm-gh. I have a Dell G5 5590 and I will try to investigate that. I searched for usb sniffers for windows and I gave busdog[1] a quick try while...

Thanks, @rsm-gh! I just joined the chat. I assumed you had used the windows application as a reference to implement it. How did you find the correct packet format to...

Hi. I also see the same problem with ivy when using `org-ql-find` or `org-ql-find-in-agenda`.

Hi, @alphapapa. Thanks for the awesome package! However ivy *does* support dynamic collections. I see that `org-ql-find` needs to do some workarounds (that I'm still trying to understand), but maybe...

Hi, @minad. It does: ![screenshot_20220715172557](https://user-images.githubusercontent.com/689652/179305759-2eccd4cc-797b-4a70-862b-499a701540c3.png)

@minad, with your example? It works as expected, it filters based on the text I entered and it returns the selected string if I hit enter. The problem seems to...

@minad, I see. In order to get the same behavior I need to do something like: ```emacs-lisp (let ((completion-styles '(basic)) (ivy-completing-read-dynamic-collection 't)) (completing-read "Dynamic: " (lambda (str) ;; some dynamic...

Hi, @alphapapa. Unfortunately that doesn't seem to work and I get the following error instead: `Wrong number of arguments: (3 . 3), 1`. It seems that ivy diverts too much...

@grauschnabel, that might be too late but I just found that issue and I noticed you are not calling `org-caldav-sync` asynchronously. Since you are not wrapping it in a `(lambda...

Hi, any chance of including this fix? Thanks!