Vidar Tonaas Fauske
Vidar Tonaas Fauske
When comparing the output of the latest extension with that in the screenshot in the README, the preview (thumbnail) that is shown at the bottom seems to be missing. Instead...
- Better error message for missing error in output compare. - Fail cell if an unrun cell with an expected error does not produce one. cc @mgeier, xref #108.
Encoding some expected behavior in tests. CC @echarles
~If the source cannot be looked up by the `path` argument, forward it to debugpy as it might be able to resolve it using the sourceReference field.~ EDIT: If the...
The current handler for "source" requests to the debugger is as follows: https://github.com/ipython/ipykernel/blob/221dca63d7b2e2b8fea32bf8a101d07645fc9d3c/ipykernel/debugger.py#L427-L445 Intuitively, I would expect that the source request would be forwarded to debugpy, so that the [more...
- Yubico Authenticator version: 5.0.2 - Operating system and version: Windows 10: - YubiKey model and version: N/A - Bug description summary: Handle QR codes with ECI encoding Steps to...
This: - Adds the capability for `KeycodeLayout` to also use the `code` field from `KeyboardEvents`. It still allows for adding keyCode values to the map, both for backwards compatibility, but...
This PR outlines a few options for how to start enforcing / using the API extractor reports: 1. Add a check to the Travis build to see if the files...
The current behavior skews new ids to the end of the range for large inserts. Context: For creating a single triplex ID, a random path is generated within the *start*...
### Problem There are issues with using the default Python serialization for floats, as it might write invalid JSON including plain-text `NaN`, `Infinity`, `-Infinity` values. See e.g. https://github.com/jupyter-widgets/ipywidgets/issues/1531 and https://github.com/jupyter-widgets/pythreejs/issues/366...