N0ury

Results 38 comments of N0ury

@ZaxonXP if you have a .vimrc file, you can try to rename it and try again

> Renamed .vimrc file, but this did not change anything. :( Yes, I didn't see that you have the same issue with nano... I'll try on a debian unstable tomorrow...

I have just tried on Debian (unstable) with uxterm. It works fine, cursor is visible in edit mode with vim.

@ZaxonXP Debian 10 has been released. Maybe you can upgrade and try again.

idf.py --version ESP-IDF v5.1-dev-3710-gacac972f70 It looks like v5.1 has been released ;-)

After some driver actions (I don't remember which, they were numerous), I have the following message: `LIBNFC_LOG_LEVEL=3 nfc-list -v` ``` debug libnfc.config key: [allow_intrusive_scan], value: [yes] debug libnfc.config Unable to...

Hi, Here's how I've solved this issue in simplenote_cli/clipboard.py ``` @@ -1,5 +1,5 @@ import os -from distutils import spawn +from shutil import which from subprocess import Popen, PIPE @@...

Closed with [this commit](https://github.com/insanum/sncli/pull/141/commits/b20add2ab0b8e885e5fdb154321c0ef8baf706ce) @clauseggers please close the issue

Hi, I'm currently using sncli all day long. I have a sync between different devices. It's really annoying to have the log file continously written. Is it possible to: 1....