Imamori Daichi

Results 5 issues of Imamori Daichi

When we use ChainerUI in order to share results of training in our team, we need permanent link feature to share a result in the same graph condition. (Maybe this...

## Description Our application uses jupyterlab's settings override feature to change the settings of some extensions. However, due to an upgrade of jupyterlab_server (v2.5.2 => v2.12.0), the settings are no...

bug

https://github.com/danielfrg/s3contents/blob/main/s3contents/genericmanager.py#L179 Here, the code getting the file size is commented out. Is there a reason for this? This line doesn't seem to affect the performance either, since it just retrieves...

When generating codes from OpenAPI schema, the parameters of request body and response use the names defined in the schema as they are. For example, if a parameter is defined...

enhancement
openapi codegen

**What happened**: In `_isdir()`, `_lsbuckets()` is called but `_lsbuckets()` expects refresh as the first argument. The current implementation always has `bool(refresh) == True`, which means that unnecessary requests are executed....