-
Updated
May 23, 2022 - 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 6,435 public repositories matching this topic...
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 25, 2022 - Dart
-
Updated
May 25, 2022 - C++
-
Updated
May 17, 2022 - C#
-
Updated
May 24, 2022 - JavaScript
-
Updated
May 25, 2022 - C++
What is the URL of the document?
Needs to be created
Which section(s) is the issue in?
Needs to be created
What needs fixing?
Helm operators do not allow for cluster aware functions to be run in a Helm Chart template. This is due to the dry-run logic that the Helm operators follow for checking if an upgrade is valid. This should be documented so that users who would like to i
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 23, 2022 - Python
-
Updated
May 25, 2022 - JavaScript
What should we add?
A Google search for "qiskit barrier" leads one to its entry in the API reference as the first hit. Unfortunately, this page contains only a circular definition, and does not even explain what a barrier does:
Barrier instruction.
Create new
-
Updated
May 24, 2022 - Python
-
Updated
May 23, 2022 - PHP
I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our import lief #type:ignore
statements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H
-
Updated
May 16, 2022 - Objective-C
-
Updated
May 25, 2022 - TypeScript
Problem:
Right now the user needs to manually configure their IDE path for VSCode in order to have all IDE tooling running properly. This causes some support issues to be opened, need to view the documentation, and also a less ideal Dev experience.
Solution:
When the developer does fvm use <version>
fvm should automatically detect the IDE and configure the version if it has not be
-
Updated
May 5, 2022 - Python
-
Updated
May 4, 2022 - PHP
-
Updated
Mar 17, 2017 - Java
-
Updated
Apr 28, 2020 - C++
-
Updated
May 13, 2022 - Go
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Recently noticed how many PHP based projects migrates from Travis-CI to GitHub Actions. I didn't try it yet, but after a quick reading I see that GitHub Actions has Ubuntu environment with preinstalled PHP from 7.4 to 8.1, while Travis CI offers [Bi