Results 186 issues of Maik Riechert

It would be convenient to be able to specify a maximum time after which no more trials should be tried. Using `max_trials` is sometimes hard to get right if what...

```json { "assertionMethod": [ { "id": "did:web:letmaik.github.io:did-web-demo#96e96a2ffa2665c64fff32aa05cfc67d67551e69972abba895b66d5a47cec6f0", "type": "JsonWebKey2020", "controller": "did:web:letmaik.github.io:did-web-demo", "publicKeyJwk": { "kty": "EC", "crv": "P-384", "x": "4ORC8OvoxLcTIN23ww0xyNHD-a-qrCTQcfc4hPcuKbJOTDeZFJKjRSKmx9ekJlqO", "y": "Gh8khSPOIYztCOpY40MJ71jl7tD1pijHoV2zvGMrX_QCAI9Kr1tMyd47vUGOt6b9", "kid": "#96e96a2ffa2665c64fff32aa05cfc67d67551e69972abba895b66d5a47cec6f0", "alg": "ES384" } } ], "id": "did:web:letmaik.github.io:did-web-demo"...

The driver supports authentication via: - AAD managed identity - AAD app (incl. variants of Key Vault and certificates) - AAD access token - Manual device code (printed to console)...

Reference: https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example I tend to embed CDDL in markdown files, and while GitHub doesn't support it at the moment, I think it would be a good start if this extension...

``` File "/home/travis/miniconda/envs/test/lib/python3.4/site-packages/numap/NuMap.py", line 665 except Exception, excp: ^ SyntaxError: invalid syntax ``` I think it would be good if you setup travis ci and test it with python 2...

I hope I didn't miss it, but I think at the moment ADPfusion doesn't have a char parser which matches a given char (or element, to be more general). What...

I need to be able to remove whole groups and not just single layers via the user interface. I could imagine that when it's enabled ("removable") for a group, then...

When I add a layer to a group (or implicitly create a new group), I want that group to be expanded, but not the other groups. When I set `expanded:...

I'm having some problems how to reference a local css file. I want to include it with `import 'css/style.css!';` but then the `"*": "*.js",` paths rule triggers and then it...

I couldn't find any mention of it, so I assume this is not supported yet. Would be cool if transferable objects are supported for more high-performance needs.