Skip to content

Instantly share code, notes, and snippets.

@kolber
kolber / rebuild-monorepo-from-latest.sh
Last active November 20, 2025 04:24
Zora Monorepo Rebuild Script - Automated rebuild of monorepo from latest commits in all 3 repos
#!/bin/bash
set -euo pipefail
# Automated Monorepo Rebuild Script
# Rebuilds the monorepo from scratch using the latest commits from all 3 repos
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
@kolber
kolber / MIGRATE_PR_README.md
Last active November 20, 2025 04:16
Zora Monorepo PR Migration Tool - Interactive script to migrate PRs from old repos to monorepo

PR Migration Script

Automated tool to migrate open PRs from the old repositories to the monorepo during the migration period.

Features

  • 🔍 Interactive Selection: Browse all open PRs from backend, frontend, and protocol repos with fuzzy search
  • 📊 Full Details: View PR number, title, author, creation date, review status, and description preview
  • 🤖 Fully Automated: Cherry-picks commits, fixes paths, creates new PR automatically
  • 🔧 Auto-fix Conflicts: Automatically resolves path-related conflicts by moving files to correct workspace
@kolber
kolber / tez
Created September 17, 2021 10:24
I am attesting that this GitHub handle kolber is linked to the Tezos account tz1a5psfny9jXFX7vkySbVGMPa9wRDyktmZg for tzprofiles
sig:edsigteN29EEeGqggxKGx4vhkvckUoLP1YjYguVnXYKYgnN4HMiM8uPjHx8bwLFzMEHSjEMVCWGsr9pPuTrHGdaS5o5wsDQ56Wz
#cloud-config
apt_update: true
packages:
- apache2
- php
- libapache2-mod-php7.0
- php-mbstring
- php7.0-curl
- php7.0-zip
- php7.0-json
@kolber
kolber / app.js
Last active August 29, 2015 13:59 — forked from makenosound/app.js
var views = {
foo: function($el, el, props) {
console.log(props);
},
bar: function($el, el, props) {
console.log(props);
},
fooBar: function($el, el, props) {
console.log(props);
}
/* global module:false */
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
watch: {
coffee: {
files: ['*.coffee'],
tasks: 'coffee'
}
@kolber
kolber / gist:3376911
Created August 17, 2012 08:11 — forked from plasticine/gist:3375133
Icon Fontin’
// Generic icon set using custom font face for glyphs
//
// .icon-myicon - This is my cool icon
//
// Styleguide 5.1
[class^="icon-"], [class*=" icon-"]{
font-family: "TCFont-Regular";
display: inline-block;
font-weight: normal !important;
font-style: normal !important;
@kolber
kolber / refresh-safari.sh
Created August 3, 2012 00:54
Shell command to refresh Safari
# Shell command to refresh Safari
# 1. Hook this into a shortcut in your favourite text editor
# 2. Profit
osascript -e 'tell application "Safari"' -e 'tell its first document' -e 'set its URL to (get its URL)' -e 'end tell' -e 'activate' -e 'end tell'
@kolber
kolber / fontforge.rb
Created July 30, 2012 11:37
Fontforge homebrew recipe fixes for OSX 10.8
require 'formula'
class Fontforge < Formula
url 'http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2'
head 'git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge'
homepage 'http://fontforge.sourceforge.net'
md5 '5be4dda345b5d73a27cc399df96e463a'
depends_on 'pkg-config' => :build
depends_on 'gettext'
@kolber
kolber / gist:3087834
Created July 11, 2012 03:36 — forked from mtcmorris/gist:3082609
Films to see at MIFF