Kovas Palunas
Kovas Palunas
I've set up a couchdb with both http and https and can access it just fine from my web browser. However, the nomie app gives me "failed to fetch" errors...
I've seen this suggestion around, but not as an official tracked request here, so I thought I'd create it. Feel free to delete if this is the wrong place for...
What directory does nomie write data to when storing locally on android? I want to automatically copy my data using another app I have to my computer and to my...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
I really like the new automatically generating menu system. However, before that was added, i built my own solution that makes a custom menu I like a lot now. Why...
A while ago I made https://github.com/kovasap/aw-watcher-google-drive to watch some directories in my Google Drive and import data from them into the activitywatch database. Now I'm interested in doing the opposite:...
I sometimes use print statements when debugging, and it is very annoying to have to manually disable side effect checking or rename functions every time i want to add a...
When checking my project, I see this in my browser console:  Based on the README for this project, I would expect to see some details after the `Call:` in...
Based on the README (https://github.com/nrepl/piggieback#usage), it seems like I need to execute `lein repl`, then: ``` (require 'cljs.repl.node) (cider.piggieback/cljs-repl (cljs.repl.node/repl-env)) ``` in order to get a cljs repl I can...
I'm interested in having a multi-line column name like this: ``` | This is | | My Col | ------------ (rows) ``` I tried adding newlines/`` elements to the "name"...