Skip to content
#

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,647 public repositories matching this topic...

微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Jul 15, 2022
  • C#
thomasmckay
thomasmckay commented May 24, 2022

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

good first issue help wanted
plasmo
louisgv
louisgv commented Jul 12, 2022

How do you envision this feature/change to look/work like?

Plasmo atm treats all json import and file as plain text, no pre-processing is done.

When a file is imported with data-env scheme, it will be parsed as plain-test and env injected.

We can do this in our parcel-resolver, and do it similar to how we fetch remote code.

What is the purpose of this change/feature? Why?

![ima

enhancement good first issue
nonhermitian
nonhermitian commented Jul 1, 2022

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

bug good first issue stable backport potential
fanquake
fanquake commented Jul 13, 2022

GCC supports a -static-pie link option:

Produce a static position independent executable on targets that support it. A static position independent executable is similar to a static executable, but can be loaded at any address without a dynamic linker. For predictable results, you must also specify the same set of options used for compila

ELF Parser Good First Issue
leoafarias
leoafarias commented Jun 7, 2021

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

enhancement help wanted good first issue
Wikipedia
Wikipedia