.githubPublic intellij-pluginPublic .net-sdkPublic ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service:https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs. ...
.github/workflows 💚 Push nupkg as release asset Nov 12, 2021 .vscode ⬆️ Upgrade to supported .NET versions Feb 22, 2023 ConfigCatProvider.Tests 💥 Upgrade to ConfigCat SDK 7.2.0 Feb 22, 2023 Musement.Extensions.Configuration.ConfigCat 💥 Upgrade to ConfigCat SDK 7.2.0 Feb 22, ...
Have nvm (Node Version Manager -https://github.com/nvm-sh/nvm) installed: Runnvm install. This will install the compatible version of Node.js. Runnvm use. This will use the compatible version of Node.js. Package Sidebar Install npm iconfigcat-js-chromium-extension ...
ConfigCat Swift SDK on GitHub Getting Started1. Add the ConfigCat SDK to your projectCocoaPods Carthage Swift Package Manager Podfile target '<YOUR TARGET>' dopod 'ConfigCat'end Then, run the following command to install your dependencies: pod install...
All SDKs are on GitHub, and we are happy to receive improvement requests. The SDKs are MIT licensed to use in your application without any restrictions. Easy to learn UI Enables customer care and support professionals to be productive in managing feature flags on an easy-to-use browser ...
Have nvm (Node Version Manager -https://github.com/nvm-sh/nvm) installed: Runnvm install. This will install the compatible version of Node.js. Runnvm use. This will use the compatible version of Node.js. Install npm iconfigcat-node ...
你可以通过 git ls-remote (remote)来显式地获得远程引用的完整列表,或者通过 git remote show (rem...
一、原始版本控制 最原始的版本控制是纯手工的版本控制:修改文件,有时候,由于网络或其它各种可能的原因...
$ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = git@github.com:michaelliao/learngit.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote =...
// 参考 github issue: https://github.com/dcloudio/uni-app/issues/4952 // 自定义插件禁用 vite:vue 插件的 devToolsEnabled,强制编译 vue 模板时 inline 为 true name: 'fix-vite-plugin-vue', configResolved(config) { const plugin = config.plugins.find((p) => p.name === 'vite:vue...