gsstark
gsstark
I use the "minted" package for Latex which uses Pygmants to format program listings. However it doesn't handle Yaml properly and it looks like this would be an alternative. I'm...
Using the May 2018 GBoard keyboard release (sorry, no copy paste from Google play and the version string is ridiculous) on LineageOS 15.1.0 (Android 8.1.0). The keyboard is completely unusable...
Is there any documentation for this exporter? It looks cool but I have a bunch of questions and can't find any docs to answer them. 1) Does it only do...
Running tests seems to get stuck waiting for the s3_deleter test to finish. It looks like test_retry_on_normal_error() just keeps spinning waiting for more aborted keys and never finishes.
Henry Spencer wrote multiple regex libraries which were historically important and are still relevant today: https://garyhouston.github.io/regex/ The one that survives in production code today are the Tcl library which is...
It looks like sr_plan needs to be adjusted for the new table access methods work from Andres.: ``` make USE_PGXS=1 gcc -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security...
I'm not sure what's happening and I'm not sure how to debug this. I'm open to suggestions on how to gather the right data. I'm connecting to Sybase 11.0.3.3 and...
I think this is worth having since it's (yet another) json parser written from scratch. It mostly is unsurprising but has a couple quirks. a) Because Postgres is very picky...
Currently all int64 metrics are converted to prometheus metrics using: ``` case int64: return float64(v), true ``` That's unfortunate because it loses precision, any value over 2^53 will be imprecise....