Nikos Koukis

Results 42 issues of Nikos Koukis

* Remove trailing spaces * Add `cargo asm` usage with no arguments * Code snippets to be shown nested under their corresponding bullet

Hi there, Many GUI programs allow you to change the WM_CLASS of this program using a `--class` argument, e.g., see `gnome-terminal`. This would be useful e.g., in `i3` for assigning...

This isn't a question regarding the functionality of the tool but rather about the generation of the XML files in the first place. I suppose you didn't write it by...

AFAIK one can only mark tasks as done only from the "Pending" view. could we add the same checkbox in the other views (e.g., from inside the Projects) or when...

Hi @danielsnider , thanks for this package. This is not really a PR, but rather a way to let you know of the changes I did in my fork. I...

Hi there, Is there a way, via `gkeepapi` to convert a `Note` to a `List`? As far as I understand, the only difference between the two is whether the checkboxes...

enhancement

Hi there, Thanks for this excellent tool! I'm getting warning messages on `get_parse` even when `silent=True`. ```python > page = wptools.page(wikibase="Q858784", silent=True) > page.get() Note: Wikidata item Q858784 missing 'instance...

Bug

This relates to https://github.com/vimwiki/vimwiki/issues/340. Basically, multiline usage of backticks or bold notation wokrs when editing and viewing the text inside Vim, but does not render the text as expected when...

HTML conversion

Force-enabling the use of colors on the terminal works fine when piping the task output to `less -R` like in the following case: ``` task rc._forcecolor=on | less -R ```...

##### Description I'm trying to run the vprof profiler on a script that accepts cmdline arguments. I want to use it on the following command: `./tw_gcal_sync --gcal-calendar 'TW Reminders' --taskwarrior-tag...

bug