-
Updated
Apr 7, 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,074 public repositories matching this topic...
-
Updated
Apr 12, 2021 - PHP
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 12, 2021 - C#
-
Updated
Apr 12, 2021 - C++
-
Updated
Apr 13, 2021 - Dart
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 12, 2021 - JavaScript
consider add `operator-sdk version` to prerequisites in order to prove documentation consistency
What is the URL of the document?
i.e.: https://sdk.operatorframework.io/docs/building-operators/golang/installation/
Which section(s) is the issue in?
Prerequisites
What needs fixing?
Consider add $ operator-sdk version.
Additional context
We could not reproduce the documentation because the commands may incomplete to the current version of operator-sdk.
-
Updated
Apr 12, 2021 - Python
-
Updated
Apr 12, 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
Apr 2, 2021 - Python
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 9, 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
Apr 7, 2021 - PHP
-
Updated
Mar 17, 2017 - Java
-
Updated
Apr 28, 2020 - C++
-
Updated
Apr 12, 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