Skip to content

Instantly share code, notes, and snippets.

View JamesIves's full-sized avatar
커피는 나의 원동력

James Ives JamesIves

커피는 나의 원동력
View GitHub Profile
@mihkeleidast
mihkeleidast / attribute-figma.ts
Created July 18, 2022 11:27
style-dictionary to figma attribute transform
import { Named, Transform } from 'style-dictionary';
const transform: Named<Transform> = {
name: 'attribute/figma',
type: 'attribute',
matcher: (token) => {
const category = token.attributes?.category ?? '';
return ['color', 'size', 'shadow', 'fontFamily', 'fontWeight', 'font'].includes(category);
},
transformer: (token) => {
@epcim
epcim / update-ca-certificates.md
Last active March 6, 2024 10:38
trusted certificates system update-ca-certificates

Adding trusted root certificates to the server

Mac OS X

sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/new-root-certificate.crt
sudo security delete-certificate -c "<name of existing certificate>"

Windows

certutil -addstore -f "ROOT" new-root-certificate.crt

@rxaviers
rxaviers / gist:7360908
Last active May 24, 2024 10:40
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: