Svet
Svet
Resolved merge conflicts.
- `bin/brooklyn launch` doesn't work - RAT is still disabled (`**//src/*`) - Re-opening the dialog shows the old textarea
Also move `lib/codemirror.js`, `addon/*`, `mode/*` to `libs/codemirror` folder.
There are widely used Python projects that rely extensively on `--find-links` / `--extra-index-url` for distribution that don't provide checksums in their index files. For example: * [pytorch](https://pytorch.org/get-started/previous-versions/) - https://download.pytorch.org/whl/torch/ *...
> This PR might be superseded by #1723. I'm I right @neykov? Looks like this PR goes one step further, fetching hashes from all available indexes, not just the primary...
@fancywriter could you provide some more details on the relative path - what didn't work and what worked for you?
Thanks for digging into this @fancywriter.
The reason for the failure is that on MacOS the `cv2/Error/__init__.pyi` stub shadows `class error(Exception):` stub in `cv2/__init__.pyi`. Could be related to the file system on MacOS being case insensitive....
Here's the [relevant code in astroid](https://github.com/pylint-dev/astroid/blob/396f01a15d1cb0351b33654acdeedde64f537a0c/astroid/interpreter/_import/spec.py#L167-L168) that is responsible for the quirk: ``` file_path = os.path.join(package_directory, package_file_name) if os.path.isfile(file_path): ``` MacOS will happily match `cv2/Error/__init__.py`.
Hi @r1cky33. Adding BCJSSE support would be a cool addition. I haven't tried it, but I don't see why it wouldn't be possible. I won't have time to work on...