Skip to content

Instantly share code, notes, and snippets.

View manish-2014's full-sized avatar

Manish Sharan manish-2014

View GitHub Profile
@manish-2014
manish-2014 / gist:ff9c2ff658d7613626e078ebe225072d
Created November 17, 2020 17:13
Setting up NGINX reverse proxy for shadow-cljs development
; project.clj
:devtools {:http-root "resources/public"
:http-port 8281
:devtools-url "https://localqa1.myserver.com/shadow-cljs"
:use-document-protocol true
}}}}
; assuming you already have a sites-available file for localqa1.myserver.com
;localqa1.myserver.com
@manish-2014
manish-2014 / test.clj
Created August 7, 2020 21:29
me.vedang/clj-fdb bug report
(ns fdb-poc.core-test
(:import [java.util Calendar TimeZone]
[com.apple.foundationdb Database]
)
(:require [clojure.test :refer :all]
[clojure.string :as str]
[byte-streams :as bs]
[me.vedang.clj-fdb.FDB :as cfdb]
[me.vedang.clj-fdb.core :as fc]