Jonathan White
Jonathan White
I prefer `#pragma once` since it is (1) one line, (2) easy to understand, (3) doesn't require unique naming, (4) modern and hip :wink: @c4rlo do you mind making that...
Bumping this
Cool script!
@phoerious this is ready for review
Yah that is confusing when you only have one database open since everything looks the same, but when you have more than one open the tabs disappear when in the...
`KPXC_FEATURE_NETWORK` is specifically to disable TCP/IP network traffic. So if there are guards in browser using this flag then those guards need to be removed.
> Why is KeeShare considered basic? It would argue that it's an advanced niche feature. It's not needed for most single-user use, and it requires network access. It absolutely does...
Oops, forgot to guard the timer with the config setting
@varjolintu fixed
Cleaned up the code logic a little bit and reduced the timeout to 250ms. 1 second resulted in weird delays.