Johan Bjäreholt

Results 168 comments of Johan Bjäreholt

I also had problems installing with the AUR package. Installing it from github fixed it for me, so install the dependencies listed in the BUILD.PKG and try building it manually...

I'm having this when I tried to porting my plugin from neovim to vim. I am not using any sleep or redraw, only calling curl with jobstart and then in...

This is due to Vivaldi pretends to be chrome, making it impossible for us to know if the user is actually using chrome or is using Vivaldi. Same issue exists...

@M1zzu When in testing mode, the port 5666 is used instead för 5600. This is so you don't mess up your "real" data while developing. To start aw-server in testing...

@lundibundi That is likely not an bug though but a feature. The criterias for browser activity to be registered are: - You have to provide some input (mouse or keyboard)...

Which process was it that used more CPU usage, was it aw-server or the browser?

The watcher is very simple, it only fetches info about a tab when it changes and sends it to aw-server. It should be at least a hundred fold less CPU...

The watcher never does not do any operations on disk or holds the data, but aw-server will. But in that case the CPU usage should go up on aw-server, not...

Thanks for the tip. Haven't seen mind-the-time before but it certainly looks like it could be a good source of inspiration to us. Regarding displaying minutes spent on the current...

Thanks a lot for submitting this, really nice to see! Will take a look at it and review it when I have some time, but from a quick glance it...