GiovanH

Results 45 issues of GiovanH

## Actual Behaviour Anaconda successfully indexes and autocompletes from opened files and projects, with full "Goto definition" support. However, it does not work for anything installed in site-packages or `extra_paths`....

I mean, come on.

I have a program where I read the first few bytes from a large number of files. ```python async with aiofiles.open(filepath, "rb") as fp: magic = await fp.read(4) ``` However,...

See i.e. tables on https://markjs.io describing the "`exclude`" option, but hinting in the examples that the label is actually `filter` This is a duplicate issue of #464 and #467, which...

type: bug

Okay, this deserves some explanation This PR adds the ability to manually pass a password in via the url query search string. So, if your article sits at `http://blog.mysite/drafts/secretarticle.html`, and...

## Feature Request - [x] This is a feature request and I have read the contribution guidelines. ### Description Youtube and some other sites have replaced HLS rewinding with DASH,...

feature request
plugin enhancement

- [x] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. - [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe...

bug

![image](https://user-images.githubusercontent.com/6759280/132784203-7d25974a-95ff-47c5-91f2-2bd78c795aa9.png) Found this case in a unity game. Type structure like - A - List[B] - B - A Normally this would be an indirect reference, but AssetStudio doesn't have...

enhancement

Trying to install on emacs `24.3`, but when I load emacs with use-package installed as a package, I get the startup error `eval-buffer: Symbol's function definition is void: function-put`. I...

Adds options for sorting references: 'marker_order': List in order of appearance in document 'alphabetical': Alphabetical based on reference name, sorting numerals lexagraphically 'numeric': Alphabetical based on reference name, sorting numeral...