Micah Morrison
Micah Morrison
The only way I could come up with to do this is to run multiple instances. 😞
+1000 to this idea. Decoding tokens to look at the dates is such a common operation, and reading the raw timestamp is nearly impossible. This is something [jwt.io](https://jwt.io/) does, for...
> It might not be as "pure", but even putting the human-readable date inline in the JSON (maybe a comment?) would help! In the short-term, would a PR that does...
Hey all, quick update (and hopeful improvement) over my previous hacky solution. I did find how to enable hovers, and it came down to these lines (which currently disable it)....
Looks like hard-coding the where clause works as expected. The following test passes. ```C# Parent parent = parentCollection.Find("COUNT(FILTER($.Children[*]=>@.Name LIKE '%Test%'))>0").First(); Debug.Assert(parent.Id == 1, $"Did not find correct ID of parent...
Hi @AlBannaTechno! Thanks for the response! > First Please edit your Issue, code snippet part in markdown Thanks for the tip! I updated my original comments to include C# syntax...
@AlBannaTechno Thanks again for responding! I think you have solved the issue! Your test script produces the correct results. Notice that is has a key difference from my original code....
> LiteDB does not support everything like LINQ Yes, I am discovering that! However, as you found, the syntax I tried to use _seemed_ to be supported. I even inspected...
Can you try `Uninstall WireGuard` and then `Download and install WireGuard` to reset things?
Hmm, not sure what's messed up. That option in the UI just invokes the `wireguard.exe` CLI. Can you try running this command form an elevated PowerShell? ``` powershell wireguard.exe /installtunnelservice...