I hereby claim:
- I am metruzanca on github.
- I am metruzanca (https://keybase.io/metruzanca) on keybase.
- I have a public key ASBFmlVYCYF5Q2bVI217iWIuHrZl7Tf7QBsMXxBeuvAq4go
To claim this, I am signing this object:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua | |
--[[commentsssss]] | |
conky.config = { | |
alignment = 'top_right', | |
background = false, | |
border_width = 1, | |
cpu_avg_samples = 2, | |
default_color = 'gray', | |
default_outline_color = 'red', |
I hereby claim:
To claim this, I am signing this object:
{ | |
"Gatsby Function Component": { | |
"prefix": "gfc", | |
"body": [ | |
"import React from \"react\"", | |
"import { useStaticQuery, graphql } from \"gatsby\"", | |
"", | |
"// import {} from './styles'", | |
"", | |
"interface Props {", |
FROM python:3.8-slim | |
# Install dependencies: ffmpeg & git | |
RUN apt-get -y update; \ | |
apt-get -y upgrade; \ | |
apt-get install -y ffmpeg; \ | |
apt-get install -y git | |
# Manual install ytmdl (https://github.com/deepjyoti30/ytmdl) | |
RUN pip install setuptools; \ |
const fs = require('fs'); | |
const meta = require('./config.json') | |
// Cannot use classes for some reason. Using prototypal inheritance | |
module.exports = function Fs({tp, cwd = process.cwd()}) { | |
if(!tp) return 'tp is required for Fs' | |
this.tp = tp | |
this.vaultRoot = cwd + meta.vault.path | |
/** |
const isPromise = <T = any>(promise: any): promise is Promise<T> => promise.constructor.name === 'Promise' | |
type Error = { | |
type: 'error'; | |
error: any; | |
}; | |
type Success<R> = { | |
type: 'success'; |
{ | |
"$schema": "https://solid-resume.vercel.app/schema.json", | |
"meta": { | |
"canonical": "https://gist.github.com/metruzanca/751361e5ba58ad06f361ebd430ae6e10", | |
"version": "v1.0.0", | |
"lastModified": "2023-09-27T23:05:38.760Z", | |
"theme": "actual" | |
}, | |
"basics": { | |
"name": "Samuele Zanca", |