The Wayback Machine - https://web.archive.org/web/20220210110537/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,141 public repositories matching this topic...

Gornoka
Gornoka commented Aug 20, 2020

Bug Report Checklist

  • [~] Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
  • [5.0.0 ] What's the version of OpenAPI Generator used?
  • Have you search for related issues/PRs?
  • What's the actual output vs expected output?

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

  • Updated Feb 10, 2022
  • C#
SudoBrendan
SudoBrendan commented Jan 14, 2022

Feature Request

Describe the problem you need a feature to resolve.

When creating a bundle (make bundle), you are prompted for a few fields, including Comma-separated list of maintainers and their emails (e.g. 'name1:email1, name2:email2') (required): - this makes it look like you need to add single quotes, e.g. 'Brendan Bergen:foo@example.com', though, if you add these quotes,

lcapelluto
lcapelluto commented Feb 7, 2022

What is the expected enhancement?

In https://github.com/Qiskit/qiskit-terra/blob/main/qiskit/pulse/configuration.py, there is an LORange and LOConfig which exist only to verify that the received freqs are between a min and a max. This comes from the backend and is used only by assemble, not anywhere in the pulse module.

These two classes should be deleted (deprecated if necessary,

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

Wikipedia
Wikipedia