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

微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
  • Updated Jul 28, 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
lolimay
lolimay commented Jul 15, 2022

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).

documentation good first issue help wanted
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