Stef Dunlap
Stef Dunlap
This worked for me... in ~/.doom.d/packages.el ```el (package! super-save) ``` in ~/.doom.d/config.el ```el (after! org (super-save-mode +1)) ```
Just an update. While we were looking work on this here, we ultimately decided to hold off because [Postgres expanded their JSON datatype support in 9.3](http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3#JSON:_Additional_functionality).
It took me a bit, but thanks to [a post on SO](http://stackoverflow.com/a/11137004/852639), I found out that It is possible to represent PostGIS data in CSV using [WKT](http://postgis.refractions.net/documentation/manual-1.3SVN/ch04.html#id2726203). For example a...
So I was thinking of refactoring out Transformations. I think it could actually, in the long run be refactored out into: - a **Schema** _is composed of many_ **Collection**s -...
Thanks! I really should invest in a cable for serial console. In the meantime: would I be able to SSH onto it if I knew the IP? Does it ship...
Thanks. I'll get the cable and give that a try.
Reading between the lines in the README, it looks like separating out the trainA, trainB, testA, and testB sets was left as an exercise to the user. You could programatically...
Hey, no problem! I think this is an issue when you're using a weechat relay. Before this script, when I moved off of a buffer, it was still marked yellow/unread....
I noticed that this is "in progress" on Grist UI/UX work board. Is someone actively working on this? If not, I wouldn't mind taking a crack at it