pseudocoder

Results 8 comments of pseudocoder

There is a hack for this - do a map to a series of numbered columns which will keep their order, then rename them: |> map(fn: (r) => ({ _time:...

Agree, writing non-errors to stderr is bad practice and breaks many standard workflows for checking and storing output. It's particularly bad as many docker-compose commands don't allow suppression of verbose...

I like the option to just disable authentication (and set a default user), then security can be handled via a proxy. I use KeyCloak and Vouch successfully for almost everything...

I agree - the duplicate entry approach in KeePass isn't very user friendly for either entry or viewing a database. The above suggestion would be much cleaner, and I'd suggest...

Or even easier - allow URLs in the Notes field separated by newline, very user friendly for viewing and editing.

I think this misunderstands the point of proxy auth - if you're using a proxy for authentication, it's supposed to do everything so FB never even sees an unauthenticated user....

It can work, only a limited number of paths need to bypass the proxy check: I use vouch-proxy in nginx to check/enforce OAUTH, and the config below works for me...

Unless I'm mistaken, previous comment doesn't interpolate? Repeating the same value across successive time windows is straightforward using **fill**, but then you get a step function not interpolation which is...