-
Updated
Apr 14, 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,319 public repositories matching this topic...
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Apr 14, 2022 - Dart
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 12, 2022 - C#
-
Updated
Mar 10, 2022 - C++
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Apr 14, 2022 - C++
Allow the Operator port to be customized [1]
It would be good if the proxy server port can be customized like any other port instead of having this hard-coded.
Whenever customers or other vendors make use of the operator-sdk and run on the host network (which can definitely
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Python
-
Updated
Apr 14, 2022 - JavaScript
Environment
- Qiskit Terra version: 0.20
- Python version:
- Operating system:
What is happening?
In order to seed transpiler for a list of circuits a list of seeds is required. This is supported, but not mentioned anywhere:
How can we reprodu
-
Updated
Apr 13, 2022 - Python
-
Updated
Mar 30, 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
Apr 8, 2022 - Objective-C
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Apr 3, 2022 - Python
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
Mar 31, 2022 - PHP
-
Updated
Mar 17, 2017 - Java
-
Updated
Apr 28, 2020 - C++
- Wikipedia
- Wikipedia

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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