karlicoss
karlicoss
Ok I think I figured that out... https://github.com/arbox/org-sync/issues/55 As a byproduct it's possible now to specify arbitrary key (e.g. you might want to sort by creation date only). But frankly...
Steps to reproduce: 1. open emtry file (e.g. `issues.org`) and `org-sync-import` some repository, e.g. https://github.com/arbox/org-sync-test; save he file 2. [optional] add `issues.org` under version control so it's easier to reproduce...
Huh, ran into it [here](https://forums.gentoo.org/viewtopic-t-1094392-postdays-0-postorder-asc-start-25.html?sid=a7fdb8e7e219449627a8c8d7ce1f2c0b) > sponge reads standard input and writes it out to the specified file. Unlike a shell redirect, sponge soaks up all its input before writing...
Might be potentially interesting for Promnesia. Although also possible that the utility is very marginal and traversing history by timestamps is good enough. - firefox: `moz_historyvisits.from_visit`. On mobile the field...
https://support.mozilla.org/en-US/questions/1278533 Unlike in Chrome, the Firefox add-on persists the tooltips when holding alt + in addition this switches the menu on/off (might be annoying for some people). Let me know...
Ubuntu 20.04. I tried on a fresh virtualbox install to avoid messing with qt libraries installed in the main system. Followed the instructions in readme: - don't have brew in...
Some thoughts here https://github.com/karlicoss/kobuddy/issues/1#issuecomment-542265994
Path is a trivial wrapper around str. I guess generally think of a good way to allow adhoc mapping of simple types. Perhaps current Exception makes sense.
At the moment it's LRU(1) cache, it some usecases it makes sense to cache more values though