The Wayback Machine - https://web.archive.org/web/20220403040443/https://github.com/topics/sdk
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,289 public repositories matching this topic...

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

What is the expected enhancement?

Qiskit/qiskit-terra#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.

However, noisy simulation of pulse job using FakeBackendV2 is not possible because Aer doesn't support generating PulseSystemModel from V2 backends yet. This issue has been raised in Aer: https://github.com/Qiskit/qiskit-ae

type: enhancement good first issue mod: fake_provider
fanquake
fanquake commented Jan 4, 2022

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

enhancement API 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