Clément Pinard

Results 14 issues of Clément Pinard

Hi, thanks for your awesome library ! Have been searching for a way to use both local and cloud path seamlessy and here it is :D One particular problem I...

design decision

I noticed that the tutorial was updated but not the codebase, so here it goes. It is now on par with tutorial http://pytorch.org/tutorials/advanced/cpp_extension.html change AT_ASSERTM by TORCH_CHECK change .type() by...

cla signed

Fixes #10809 * the option `autosummary_ignore_module_all` when set to `False` adds members to module's members entry that will be used for autodoc, but otherwise it ignores it. As such, if...

### Describe the bug As per documentation : > Note that if an imported member is listed in `__all__`, it will be documented regardless of the value of autosummary_imported_members. So...

bug

Update FlowNet pretrained weights links that follow google's new security guidelines The old link was created before google's policy change, and thus will ask to request permission I have updated...

### Description This behaviour happens with pip version 24, and not before. This happened to me with the package `fiftyone-db`, but I suppose it would happen with any package that...

type: bug
project: setuptools
S: needs triage

Add type hints to the library. It makes it much easier to work with VSCode since you get the autocompletion. Notes : - type hints are 3.8 style (aka very...

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? sphinx : 6.2.1 docutils 0.19 ### What operating system are you using? Ubuntu 22.04...

bug

Using `--directory` option should let you run a command as if you were in the repo folder. This fails and probably shouldn't: ```bash poetry new -n issue_test poetry bundle venv...

The following command succeeds, but then calling an entrypoint from this bundle fails because the shebangs stores the python exectuable path as a relative with respect to the directory we...