Results 186 issues of Maik Riechert

Once #94 is implemented, `get_attr(name)` will validate any location requirements for standard header parameters. However, some clients may use unknown header parameters or want to enforce some standard header parameters...

enhancement
cose attributes

COSE requires that alg must be authenticated (external_aad or protected header) and crit must be in the protected header. pycose reads both parameters from the unprotected header if missing in...

bug
cose attributes

Being able to access protected header, payload, and signature bytes is useful for implementing things like [countersignature](https://datatracker.ietf.org/doc/html/draft-ietf-cose-countersign-06) validation in external libraries. For inspiration, this is how go-cose exposes headers both...

For t_cose 2.0

https://github.com/schellingb/UnityCapture/blob/fe461e8f6e1cd1e6a0dfa9891147c8e393a20a2c/Source/UnityCaptureFilter.cpp#L1106 Applications which use the device path to differentiate cameras stumble since every registered Unity Video Capture instance uses the same device id. OBS has no problems with it, but...

Which resolution is this dataset in? Also, since https://github.com/datasets/geo-boundaries-world-110m redirects to this repo I expected to find a 110m version here. This would be useful for many web applications.

In my library I don't support Python 2.6 anymore, and I was wondering what the best way is to skip this version in the build-wheels.sh script, instead of the loop...

WIth proxy, a WMS URL like http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer?request=GetCapabilities&service=WMS is transformed to http://services.nationalmap.gov/arcgis/services/nhd/MapServer/WMSServer before adding the parameters again. But, when not using the proxy this stripping doesn't happen, so the result is...

The bounding box `{"type": "Polygon", "coordinates": [[[1.8, 60.9], [1.8, 49.2], [-13.4, 49.2], [-13.4, 60.9], [1.8, 60.9]]]}` in the `spatial` field is displayed like: ![capture](https://cloud.githubusercontent.com/assets/530988/10640858/ec882c34-7816-11e5-84d5-305da448de51.PNG) whereas it should be: ![capture2](https://cloud.githubusercontent.com/assets/530988/10640871/04a4e05a-7817-11e5-828b-b033a3621573.PNG)

pyvirtualcam 0.4 uses the new built-in virtual camera of OBS now (which also is much more stable), so there is no need anymore to install a separate plugin. There is...

### Are you requesting a feature, reporting a bug or asking a question? Feature ### What is the current behavior? When uploading a file, there is no progress bar. ###...

enhancement
question
user issue