-
Updated
Jun 9, 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,498 public repositories matching this topic...
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Jun 9, 2022 - Dart
-
Updated
Jun 9, 2022 - C++
-
Updated
Jun 9, 2022 - C#
-
Updated
May 26, 2022 - C++
-
Updated
May 24, 2022 - JavaScript
-
Updated
Jun 9, 2022 - C++
In https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper
-IMG ?= controller:latest
+IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
I may be misunderstanding but shouldn't it be v$(VERSION)? As-is it will tag it as 0.0.1
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 6, 2022 - Python
-
Updated
Jun 6, 2022 - JavaScript
Environment
- Qiskit Terra version: 0.36.0
- Python version: 3.8.8
- Operating system: Mac 11.6.5
What is happening?
Computing a suzuki decomposition of a Hamiltonian for a given time t. If t is a float, everything works fine. If t is a Parameter object the value gets squared when it is bound.
How can we reproduce the issue?
from qiskit.opflow import X, Z, Suz
-
Updated
Jun 6, 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
Jun 3, 2022 - Objective-C
-
Updated
Jun 8, 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
Jun 4, 2022 - Python
-
Updated
May 28, 2022 - PHP
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Mar 17, 2017 - Java
- 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