-
Updated
Jul 28, 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,682 public repositories matching this topic...
-
Updated
Jul 28, 2022 - TypeScript
-
Updated
Jul 28, 2022 - Dart
-
Updated
Jul 27, 2022 - C++
-
Updated
Jul 28, 2022 - C#
-
Updated
Jul 1, 2022 - C++
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jul 28, 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 27, 2022 - TypeScript
-
Updated
Jul 28, 2022 - JavaScript
-
Updated
Jul 25, 2022 - Python
How do you envision this feature/change to look/work like?
Provide "out-of-box" support for WASM integration.
What is the purpose of this change/feature? Why?
For some performance sensitive cases, like video encoding/decoding, WASM does matter.
I made a benchmark for base64 encoding/decoding before (rust WASM version is 6X faster than pure JavaScript version on my macbook m1).
-
Updated
Jul 26, 2022 - JavaScript
What should we add?
I can't find instructions for building documentation locally for qiskit-terra in https://qiskit.org/documentation/contributing_to_qiskit.html#contributing-to-documentation nor https://github.com/Qiskit/qiskit-terra/blob/main/CONTRIBUTING.md I think it would to add something similar to Qiskit/qiskit-machine-learning#413 for qiskit-terra so that com
-
Updated
Jun 19, 2022 - Python
-
Updated
Jul 20, 2022 - PHP
Describe the bug
The script to the tutorial 02 - Create a PE from scratch is completely broken.
- There is no optional header
- Sections are unnamed
- Sections are overlapping
- Sections are extremely big (e.g. 0x400061 to 0x74a1648f)
- There is no import table
To Reproduce
Follow the steps in [02 -
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
Jul 27, 2022 - Objective-C
-
Updated
Jul 28, 2022 - TypeScript
-
Updated
Jul 23, 2022 - Python
-
Updated
Jul 21, 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
AbstractPhpCodegen
class, then: