Skip to content

Instantly share code, notes, and snippets.

View szamuboy's full-sized avatar

Gergely Szabó szamuboy

View GitHub Profile
@szamuboy
szamuboy / core.cljs
Last active December 26, 2015 18:28
Clojurescript big object literal issue
(ns bigobj.core
(:require-macros [bigobj.macros :as m]))
(def o1 (m/bigobj 10 3)) ;; Compiles successfully
(def o2 (m/bigobj 1 100)) ;; Compiles successfully
(def o3 (m/bigobj 100 100)) ;; Compiles successfully
(def o4 (m/bigobj 10000 1)) ;; Does not compile
@szamuboy
szamuboy / terminal-session.md
Last active August 29, 2018 08:28
vagrant ssh -c issue
➜  kvt git:(kvt) ✗ bash
gergely@gdell:~/go/src/github.com/origoss/ebpf/kvt$ vagrant -v
Vagrant 2.1.2
gergely@gdell:~/go/src/github.com/origoss/ebpf/kvt$ vagrant up
Bringing machine 'ubuntu-1604-lts' up with 'google' provider...
Bringing machine 'centos-7' up with 'google' provider...
Bringing machine 'debian-9' up with 'google' provider...
==> centos-7: Checking if box 'google/gce' is up to date...
==> ubuntu-1604-lts: Checking if box 'google/gce' is up to date...
@szamuboy
szamuboy / bumpme
Last active October 16, 2018 12:45
Tue Oct 16 12:45:29 UTC 2018
@szamuboy
szamuboy / prometheus-operator-helm.yaml
Last active December 28, 2022 19:04
Prometheus-operator HelmChart CRD for k3s
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: prometheus-operator
namespace: kube-system
spec:
chart: stable/prometheus-operator
targetNamespace: prometheus
valuesContent: |-
alertmanager: