Mihai Olteanu

Results 35 comments of Mihai Olteanu
trafficstars

I was getting that error when trying to record longer gifs. The `*gif-screencast-log*` shows what the problem is, ``` convert: cache resources exhausted .... convert: memory allocation failed .... ```...

I still haven't figured out how to differentiate between left control and right control in Emacs. At least on linux, https://emacs.stackexchange.com/questions/20436/pressing-both-ctrl-keys-at-the-same-time-is-recognized-as-ctrl-plus-meta That's the reason I don't see the difference and...

https://github.com/mhayashi1120/Emacs-esqlite/blob/08a779a821f8d32c1a1985d8d9eb6cf21646ce2e/esqlite.el#L357 That's an error from the esqlite package itself. You get it when `versuri` tries to save your searched lyrics in the db. It seems like it doesn't and it...

Hello Dan, Did you manage anything with this?

Ideally all would work fine regardless of the OS. I would be happy with that. > I can simply replace all functions just as I did right now You mean...

@aladine Can you please check the [PR](https://github.com/mihaiolteanu/versuri/pull/11) from @isamert and let me know if it fixes your issue? @isamert I'm sorry this takes so long. I would idealy need some...

Most of the time spent on saving the lyrics with `versuri-save-bulk` would be spend in actually retrieving them from their respective websites, not in saving them locally. I'm not noticing...

Awesome! I haven't thought about this feature. Looks like a nice addition! Wouldn't it be easier (or more intuitive) to change the `lyrics mode` to a non-read-only mode? That way,...