chaen

Results 53 issues of chaen

Hi, following the tutorial, I end up with the error indicated in the subject. I even get it with the testapp that comes with the package. Bellow is the full...

Hi, I am running S3Mock in a container. I try uploading a file there using pre-signed URL with `boto3`. In order to do so, I literally copy paste from the...

feature

This PR just makes SSLIOStream and HTTPServerRequest inherit from Configurable to address https://github.com/tornadoweb/tornado/issues/2364 As far as I can tell, all the tests are still passing. One drawback though is that...

iostream

## Details * Read the Docs project URL: https://readthedocs.org/projects/mylhcbdirac/ * Build URL (if applicable): https://readthedocs.org/projects/mylhcbdirac/builds/17564876/ * Read the Docs username (if applicable): https://readthedocs.org/profiles/chaen/ I wanted to integrate the MR doc...

Improvement
Needed: design decision

### Explain what you would like to see improved By default, `hadd/TFileMerger` will open the maximum number of allowed opened files. https://github.com/root-project/root/blob/3dd47b9da2519f0e98762a8f0be43971b5ed8f5b/io/io/src/TFileMerger.cxx#L61-L93 This seems too large as a default, and...

improvement
in:I/O

Hi, For the time being, tokens are only used for pilot submission, which is a very controlled environment. To make sure we stay in this very controlled situation, and until...

As shown by PR https://github.com/indigo-iam/iam/pull/597 where I update the test, using only `id_token` as `response_type` does not work. Can these please be addressed ? Thanks a lot !

Hi, Preamble question: I had understood that IAM would migrate to Keycloak [1]. What's the status of that ? I would like that IAM exposes the direct naked impersonation feature...

It seems basic https auth is required to get the device authorization flow working with a dynamically registered client. This seems confirmed by the test coverage: https://github.com/indigo-iam/iam/blob/796cd94462cd0e18b331119fbbe32a5a7925c6f8/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/devicecode/DeviceCodeTests.java#L416 Can you please...

I've bumped into the exact same issue as https://github.com/tiangolo/typer/discussions/598 so I solved it like https://github.com/tiangolo/typer/pull/721 :smile: I'll try to add tests soon but if you can do it faster, please...

bug
p2