-
Updated
Mar 29, 2021 - Java
SDK
The term SDK stands for software development kit. It is a collection of tools that allow developers to build software for specific platforms. An SDK can consist of (but is not limited to) a compiler, debugger, libraries, documentation, and code samples.
Here are 5,035 public repositories matching this topic...
-
Updated
Mar 28, 2021 - PHP
-
Updated
Mar 28, 2021 - TypeScript
-
Updated
Mar 23, 2021 - C#
-
Updated
Mar 28, 2021 - C++
-
Updated
Mar 29, 2021 - Dart
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C++
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 29, 2021 - JavaScript
Feature Request
Describe the problem you need a feature to resolve.
I want to know when new operator-sdk binary and plugin versions are available when running certain operator-sdk commands
Describe the solution you'd like.
When I run an operator-sdk command, I want t
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 28, 2021 - C#
Information
- Qiskit Terra version: master
- Python version: 3.8
- Operating system: MacOS
What is the current behavior?
from qiskit import schedule, QuantumCircuit, transpile
from qiskit.test.mock import FakeOpenPulse2Q
circuit = QuantumCircuit(1)
schedule(circuit, FakeOpenPulse2Q()).draw()
.../qiskit-terra/qiskit/visualization/pulse_v2/plotte
-
Updated
Mar 17, 2021 - Python
-
Updated
Mar 29, 2021 - TypeScript
-
Updated
Mar 26, 2021 - PHP
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 28, 2021 - PHP
-
Updated
Mar 17, 2017 - Java
-
Updated
Apr 28, 2020 - C++
-
Updated
Mar 11, 2021 - Java
-
Updated
Dec 11, 2020 - JavaScript
Describe the bug
If PKCE is used to protect the flow against CSRF, state should not have to be used, too. See: https://tools.ietf.org/html/draft-ietf-oauth-security-topics-16#section-4.7.1
To Reproduce
GET an authorize request with code_challenge query string parameter present, but no state.
Expected behavior
The flow returns the code. But in fact it returns an err
- Wikipedia
- Wikipedia
Bug Report Checklist