Sharif Olorin

Results 11 issues of Sharif Olorin

I'm not sure if this is expected behaviour or not (if it is, it'd be useful if this was mentioned in the README). In tests/objc/concept/TestInlineObjC.hs on line 8, Foundation/Foundation.h is...

bug

We're putting fixing this on hold due to other priorities, but it should be documented. Currently, a batch read will enumerate the buckets it hits `O(n)` times in the number...

bug

This is a more sensible default because you need to actually try to end up with zillions of independent telemetry time series aggregated under the same address (as the only...

It's unintuitive to require runtime configuration with both CLI options and envvars (particularly as the latter aren't mentioned in the output of `vault --help`). Work out how to specify the...

This is currently difficult to do without writing a custom application for it; all existing utilities treat sourcedicts as append-only (semantically, not just under the hood). I propose adding a...

Should take an origin and return something like `LastUpdatedResponse = LastUpdated TimeStamp | UnknownOrigin`. Reasoning for addition is so Chevalier/other things which need an up-to-date contents listing aren't constantly reindexing...

enhancement
v2.5

- Variable-length fields cause all sorts of problems in practice (most immediately, I can't implement fixed-width telemetry messages). - This doesn't limit practical applications; if you need more than 2**64...

enhancement
v3

How it dies: http://fractalcat.beta.anchortrove.com/76a61647e2f7f6f70cda9b4f383701d285e68f62 How to kill it: send two contents requests for two different origins at once. Example chevalierd config: ``` [chevalier] listenaddress = "tcp://*:6283" statusaddress = "tcp://*:6284" loglevel...

bug

I added types/serialisation stuff for policy documents in `moog`, but it's generally applicable and should probably go in `mismi-iam` instead, unless there's a better place I'm not aware of.