algor512

Results 7 comments of algor512

I also struggled with this issue. I use gpslogger also to track family members on long-distance trips, the signal during these trips is not always stable, and it is quite...

Thank you for the answer! Sorry, I cannot find time for testing. > The Custom URL sender feature was created for this purpose though, it can be configured to re-send...

I noticed that in modalka-mode it works well. Maybe due to this line: ``` (advice-add 'quail-input-method :around #'modalka--input-function-advice) ``` but I'm not sure.

+1 to this feature. I'm not an expert in android programming, but is it true that for implementing this feature one should use another layout (in place of FlowLayout)? https://github.com/SubhamTyagi/Last-Launcher/blob/9e1f5355b457d37e4d8218e3d00a93d704367d4d/app/src/main/java/io/github/subhamtyagi/lastlauncher/LauncherActivity.java#L139

Ok, I've forked it. I will test it for a while, and then I will open a PR.

There are no errors in logs, unfortunately.... After starting the daemon with the line `(add-hook 'text-mode-hook 'flymake-grammarly-load)` removed, I can run it by hand without any problems. Also I can...

I've just noticed that it hangs even with the following init file... ``` (add-to-list 'load-path "/home/algor/.config/emacs/straight/build/flymake-grammarly") (add-to-list 'load-path "/home/algor/.config/emacs/straight/build/grammarly") (add-to-list 'load-path "/home/algor/.config/emacs/straight/build/request") (add-to-list 'load-path "/home/algor/.config/emacs/straight/build/websocket") (require 'flymake-grammarly) ;;(with-eval-after-load 'flymake ;;...