Daniel Holth

Results 97 issues of Daniel Holth

Updates with edits, haven't heard back from @wolfv in a while, so making a PR directly to main branch.

I'm using a patched eea.facetednavigation 7.1. I have a simple vocabulary in my vocabulary library, and add a select widget to filter based on the tags from the simple vocabulary....

Bug

Multiple select widgets for the same index overwrite each other. The offending line is in `.../browser/app/query.py`: `query.update(widget.query(kwargs))` For me it's much more useful if they AND rather than overwriting each...

Enhancement

```[configuration.options] or [configuration.options.pylsp] # Options passed to the LSP server "pylsp.plugins.autopep8.enabled" = false "pylsp.plugins.yapf.enabled" = false "pylsp.plugins.mccabe_lint.enabled" = false ``` Passes expected structures into the pylsp initialization, but unclear how...

I'm having trouble using this plugin since it's a little too eager to autocomplete. For example, `if a:` autocompletes to `if a:`. Is there a setting to deal with this...

Here's an example SConstruct to build a wheel for your project. It provides build rules with dependency tracking and gives complete control of the wheel tag. Unlike the setup.py build...

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? These older documentation pages describe disabling ssl...

source::anaconda
type::documentation
stale
backlog

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? In conda >=4.10.1,

type::bug
source::anaconda
stale

### Description This is how to create and install an editable wheel with pypa/build, as a replacement for "conda develop". At each step we have the opportunity to install dependencies...

cla-signed

``` from fsspec.core import url_to_fs ufs, url = url_to_fs("https://example.org/") f = ufs.open("https://example.org/no-range-requests/data.txt") f.seek(8192) f.read(1) ``` Will raise `# ValueError: The HTTP server doesn't appear to support range requests.` I was...