Nicolas Brichet

Results 91 comments of Nicolas Brichet

> however the `View Feedback` link does not work Thanks for reporting this. The link is the one in `assignment list` ? Normally, it is supposed to change the path...

I just came across this again, it looks like you already had this problem during the first tests of nbgrader on JupyterLab with your environment: https://github.com/jupyter/nbgrader/pull/1588#issuecomment-1146054704 A possible reason could...

> Is there a reason why the call is to `api/contents` rather than `lab/tree` ? For what I understand, both are calling the `api/contents`, but the classic opens a new...

> Error: No such file or directory: Made up/20220916/feedback/2022-09-16%%2006%%3A17%%3A35.798776%%20UTC Is it possible to reproduce the configuration without spaces in the directory names? It could be from there, maybe the URL...

I did some tests and I don't understand what's going on with the path, it look like it's partially formatted: `/api/contents/Made up/20220916/feedback/2022-09-16%2006%3A17%3A35.798776%20UTC?content=0&1663667124469` On my side: - if I print the...

Right, in the case of Binder (and maybe in your configuration as well), there may be a confusion on paths. The `feedback` path is wrong from the root of the...

Thanks @perllaghu for all the testing. I just opened #1675, which should fix the view feedback link in the Binder case. The problem was due to the JupyterLab `root_dir` being...

@wolfv I can't reproduce it. Using the `quetz-client` command line the `repodata.json` file is modified, including SHA256 and MD5 values. Can you give some more context to reproduce it ?

Yes, the exact same name, returning an error without the `--force` flag. I tested with the *xtensor* package, by adding a file in the package archive to change the resulting...

There are 2 different API requests that can upload a package : https://github.com/mamba-org/quetz/blob/d272e615323c7110bfb7356746e66bdaf7658eae/quetz/main.py#L1284-L1288 and https://github.com/mamba-org/quetz/blob/d272e615323c7110bfb7356746e66bdaf7658eae/quetz/main.py#L1375 The first one doesn't build the `repodata.json` file at all. This may be the error...