Robin Gower
Robin Gower
The pretty print can be difficult to navigate on wide datasets so I've been using `incanter.core/view` which brings up a spring gui with some spreadsheet affordances (notably it compresses column...
I also have a use case for this [in `{csvwr}` where I need to handle lots of different parsing options](https://github.com/Robsteranium/csvwr/blob/master/R/csvwr.R#L85-L142) per the [CSVW specification](https://w3c.github.io/csvw/metadata/#datatypes) (which extends the XML Schema Datatypes...
This seems to do the trick: https://github.com/Robsteranium/mongo3/commit/c34ead35b6d2d860de0d6fe552ad6bae1e113276
You need to `sudo apt install libsqlite3-dev`.
Indeed if we ignore the guard clause and create the equivalent opq object it works fine: ``` opq official OSM identifiers ... must be entered as either a character or...
I think this is a really important issue. I think the question-answer structure is fine if you have a specific question but that it can be a bit unwieldy if...
I was actually referring to tutorials that aren't on the docs (e.g. [this list on the wiki](https://github.com/LightTable/LightTable/wiki/For-Users#tutorials--screencasts)). Indeed I wonder whether this issue ought to be something like "Port wiki...
Sorry, I should've investigated a bit further before posting. Updating the webpack dependency after generation solves the above problem, but `yarn build`/`yarn start` still fails with lots more errors. Most...
Ah thanks for the pointers - I'll take a look at those other packages!
Palm detection is disabled by default. I've just tried turning it on like this: ``` $ synclient PalmDetect=1 ``` It looks like there's also `PalmMinWidth` and `PalmMinZ` settings to tinker...