Samim Pezeshki
Samim Pezeshki
I did this using `xvfb-run` here: https://github.com/psamim/dotfiles/blob/master/bin/sync-agenda-svg
I see the same thing only under the Firefox window and even when Compton is not running. I am just saying this in case it helps. I am using i3...
My fault. In case anyone else ends up here by Googling, my dotted Firefox window border was because of Vimperator add-on. I added this to my .vimperatorrc: `highlight ContentSeparator border-top:...
I am having the same problem, even with absolute path: ```sh ./node_modules/.bin/env-cmd -f /home/samim/workspace/global/config/async.js node ``` I get ``` Error: Failed to find .env file at path: /home/samim/workspace/global/config/async.js ```
@marnixhoh I found the problem, there was an error in the JS file. But the issue here is the incorrect error message. It was saying it could not find the...
@marnixhoh I was `require`ing a module which was not installed.
@sencer Thanks for your reply. I used `--debug` and it does log everything to the log file, but it stops logging when there is an unexpected exception and the program...
@sencer I found the bug (I had not imported a module), but I was wondering if I can run it _not_ as a daemon to see the stack traces when...
This feature is very much appreciated.
Not exactly, the above generates files for every route. I meant having one index.html file that can be opened with browser without having any static file server. I have built...