Chris Wesseling

Results 18 issues of Chris Wesseling

`terminate called after throwing an instance of 'QUnhandledException' what(): std::exception ` If I scroll a bit further up I see `OpenCV Error: Unsupported format or combination of formats (type=0 )...

When base_url != '/' `hyde serve` will only serve http://localhost:8080/index.html ``` $ grep base_url site.yaml base_url: /mtw2014/ $ hyde serve& ... $ GET http://localhost:8080/mtw2014/ 19:50:57 hyde.server Cannot load file: [mtw2014/]...

**How would this feature be useful?** Some packages, like `ipython` and `ranger-fm` come with man pages. It would be nice to provide these, such that `man ipython` will work. **Describe...

enhancement

I was using reuse on an existing project and was surprised `reuse init` didn't use the info from pyproject.toml, so I wrote a patch. See PEP 621 for the spec:...

enhancement

Some machines advertise their services via Zeroconf (avahi/Bonjour), showing these when doing a scan would be nice.

https://github.com/encode/django-rest-framework/blob/5ad467aa2c76a7cfb6218f6dbe22e314131bde3c/rest_framework/authtoken/models.py#L9-L37 The sample space is large `2 ** (8 * 20)`, but the probability is not 0 that `generate_key` returns a key that already exists, and then the save would...

https://github.com/jpadilla/pyjwt/blob/f86b8b6ce670e40f1ef037b70ac6b4c682e8ac6f/jwt/api_jws.py#L287-L300 The function expects a `list[str]`, but if a user does not use a type checker and accidentally passes a string, any `alg` header that is a substring of that...

I bumped into this when opening several wsdl which in turn opened lots of xsd, with 'file://' scheme. The issue was that the `resp.raw.close` nor `resp.raw.release_conn` set in the `FileAdapter`...

When I read this description of the setting: > E-mail Address Suffix > Appended to usernames to generate e-mail addresses for users that have none in LDAP. Set to, e.g.,...

I got this in my seat log. > Traceback (most recent call last): > File "/usr/local/bin/elephant-greeter.py", line 17, in > gi.require_version("LightDM", "1") > File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version >...