Pinned Loading
-
culture-switcher
culture-switcher PublicQuick hack to be able to modify the current thread's culture in a using scope.
C# 7
-
dotnet-cldr-resx
dotnet-cldr-resx PublicDotnet tool that generates RESX files based on CLDR data.
C#
-
Vue component for SVG icons using Vu...
Vue component for SVG icons using Vue 3, async import using Vite, and Typescript strict typings 1<!-- This script for defining icon sources and type could be put in external ts file -->
2<script lang="ts">
3/** define all the icons that we want to make available here */
4const iconSources = {
5signin: () =>
-
Strictly typed mappers for vuex 4 an...
Strictly typed mappers for vuex 4 and vue 3 using Typescript 4.4+ 1[Vuex 4](https://github.com/vuejs/vuex) is a great companion to [Vue 3](https://github.com/vuejs/vue-next), but Vuex is falling behind on Typescript support. While waiting for better typing support in Vuex 5 or using Pinia, this wrapper might help.
23Using this wrapper will correctly infer arguments and return types on your state, actions, getters and mutations.
45It works both within your store(s) and any Vue components where you use the `mapActions`, `mapState`, `mapGetters` or `mapMutations` helpers from Vuex.
-
Plugin for svgo to set fill to curre...
Plugin for svgo to set fill to currentColor 1import svgToMiniDataURI from "mini-svg-data-uri";
2import type { Plugin } from "rollup";
3import fs from "fs";
4import { optimize, OptimizeOptions } from "svgo";
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.