Skip to content

Instantly share code, notes, and snippets.

View janpio's full-sized avatar

Jan Piotrowski janpio

View GitHub Profile
@janpio
janpio / github-open-project-fields.user.js
Created December 9, 2023 10:10
GitHub Open project fields by project name
// ==UserScript==
// @name Automatically expand Projects sidebar
// @namespace http://github.com/
// @version 2023-12-09
// @description Clicks the "+x more" link in the project sections of the issue sidebar
// @author @fregante & @janpio
// @match https://github.com/**/issues/*
// @match https://github.com/**/pull/*
// @run-at document-end
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
@janpio
janpio / timescaledb-quickstart-node-prisma.md
Last active March 4, 2024 03:40
Quick Start: Node, Prisma and TimescaleDB

Quick Start: Node, Prisma and TimescaleDB

Goal

This quick start guide is designed to get the Node.js developer up and running with TimescaleDB as their database.

Pre-requisites

To complete this tutorial, you will need a cursory knowledge of the Structured Query Language (SQL). The tutorial will walk you through each SQL command, but it will be

Keybase proof

I hereby claim:

  • I am janpio on github.
  • I am janpio (https://keybase.io/janpio) on keybase.
  • I have a public key ASCBSDVH_HWsOdKPCINpAfoEAhlWoQUcTFMBTpvXJiTEXQo

To claim this, I am signing this object:

{
"homepage": "https://rubyinstaller.org",
"version": "2.4.5-1",
"architecture": {
"64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x64.7z",
"hash": "0fad5cefc7b5f063f7d1b8acd3c520d870135d3422aa5946e601e08dad3ca3d9",
"extract_dir": "rubyinstaller-2.4.5-1-x64"
},
"32bit": {
@janpio
janpio / genesis_public_key
Created February 21, 2018 13:26
genesis_public_key
048e1f5efe555f9748fb2d19609e947ae096cd3bbb893ba5d1c68a4b2c5f52b50256da66c6179e1586f70535a0feaca7dc80eee3f0467288bdb6234ba6e7b8e182;yddmat
# Ruby
Add to .bash_profile:
eval "$(rbenv init -)"
rbenv install 2.4.2
rbenv global 2.4.2
gem install bundler
@janpio
janpio / Brewfile
Last active December 11, 2017 21:30
# Documentation:
#
# `brew bundle` to install/update everything
# `mas outdated`+ `mas upgrade` to also upgrade App Store apps
# Internal
tap "homebrew/core"
tap "homebrew/bundle"
tap "caskroom/cask"
brew "mas"