-
Updated
Jul 8, 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,616 public repositories matching this topic...
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 9, 2022 - Dart
-
Updated
Jul 6, 2022 - C++
-
Updated
Jul 10, 2022 - C#
-
Updated
Jul 1, 2022 - C++
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jul 10, 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
Jul 8, 2022 - TypeScript
-
Updated
Jul 10, 2022 - JavaScript
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 8, 2022 - JavaScript
[EXP] with-inbox-sdk
What is the example you wish to see?
https://github.com/InboxSDK/hello-world/tree/mv3
Is there any context that might help us understand?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate problems.
Environment
- Qiskit Terra version: 0.21
- Python version: 3.10
- Operating system: osx
What is happening?
marginal_distribution raises error when passes a NumPy array of indices:
marginal_distribution(counts, np.asarray([0, 2]))--> 225 if indices is not None and (not indices or not set(indices).issubset(range(num_clbits))):
226 rais
-
Updated
Jun 19, 2022 - Python
-
Updated
Jul 7, 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
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 10, 2022 - Objective-C
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 3, 2022 - Python
-
Updated
Jul 10, 2022 - PHP
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Usually I totally against codegen options which modifies one line of code, but this one looks really handy.
Describe the solution you'd like
Add declareStrictTypes switch option to
AbstractPhpCodegenclass, then: