-
Updated
Mar 30, 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,040 public repositories matching this topic...
-
Updated
Mar 30, 2021 - PHP
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 30, 2021 - C#
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 30, 2021 - Dart
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C++
-
Updated
Mar 30, 2021 - C++
-
Updated
Mar 30, 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 30, 2021 - C#
Our test suite mostly passes when run with pytest-xdist parallelization, giving a pretty nice speed boost.
However there are just a couple places where tests try to reuse the same temp file and step on each others' toes. This can be avoided by --dist=loadscope
but that seems a bit fragile and is one more thing to remember.
I know that we can also parallelize using stestr but that is probably
-
Updated
Mar 17, 2021 - Python
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 30, 2021 - PHP
Seeing PGO: UNKNOWN is not implemented yet!
printed out when parsing the following assembly
global main
extern GetStdHandle
extern WriteFile
section .text
main:
mov rcx, 0fffffff5h
call GetStdHandle
mov rcx, rax
mov rdx, NtlpBuffer
mov r8, [NtnNBytesToWrite]
mov r9, NtlpNBytesWritten
sub rsp, 40
mov dword [rs
-
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