Andrea Spacca
Andrea Spacca
Hello, I've setup dimension on an unfederated homeserver and setup the custom config.json file for the desktop client. All good so far. Then I logged in the homesever from https://app.element.io/,...
…ata has to be updated
`X-Encrypt-Password`/`X-Decrypt-Password` headers work seemingless as in gpg piping shell examples
@oriolrius, can you help here? just a draft/list of commands I would like to have your input since you were albe to achieve it and therefore have visibility on what...
If api url contains http basic auth credentials propagate them to url returned by api
See: https://discuss.elastic.co/t/fleet-aws-billing-integration/311138/6 it's still present in with the aws sdk v2 upgrade this the error returned by GetCostAndUsageRequest call: `Start date (and hour) should be before end date (and hour)`...
``` parser = cysimdjson.JSONParser() json_parsed = parser.loads(json_bytes) # Access using JSON Pointer print(json_parsed.json_parsed['foo']) ``` 1. passing `bytes` to `parser.loads` returns a TypeError: the param is expected to be `str` https://github.com/TeskaLabs/cysimdjson/blob/main/cysimdjson/cysimdjson.pyx#L454...
### Description > Please leave a brief description of the bug or feature request: ScanCode version 31.1.0 produces `license_expression` in `packages` with duplicated licenses ### How To Reproduce > Tell...
### What did you do? - added this function in my source: ```python def json_dumper(json_object: Any) -> str: return ujson.dumps(json_object, ensure_ascii=False, reject_bytes=False) ``` - run mypy ### What did you...
…on in a separated goroutine Enhancement ## Proposed commit message Refactor AWS S3-SQS input in order to decouple the number of messages processed from waiting for a flush from the...