Daven Quinn

Results 40 comments of Daven Quinn

This has been (slightly) annoying me for quite some time. If anyone can point me to where in the codebase I might attempt to effect some capitalization, I would be...

This is a pretty major gotcha for anyone trying to write frontend code that interfaces with outside services sharing the same domain. I spent a while using Parcel 2 trying...

I just tried to work around this by editing the path directly in the plist file in `Library/Preferences`. Unfortunately removing the `.dylib` extension did not help the application actually resolve...

Just trying some new workarounds for this, I had the bright idea to actually soft-link and/or copy the file `mod_spatialite.7.dylib` to `mod_spatialite.7.dylib.dylib` to see if the app successfully picks that...

Yes, I just tested this with the latest nightly (SQLCipher version, the other one doesn't seem to open the application) and the extension (which I load on startup from preferences)...

It makes sense that a full solution would not be possible. I guess I am sort of surprised that, for CLI-only tools with a fairly simple API, some way to...

Hi @alerque: I've been using this branch for the past few years (since I made the changes) for authoring several papers with no ill effects. The multiline definitions (allowing `;...

Hi, that's a good tip. I may submit a request for that soon. Now that I've scrolled through the file, I see that expressions do not work for any of...

Thanks, Dane. With this I was referring exclusively to your point 1., due to the issues you bring up in the second half of your reply. I know of no...

Either/or: I know in a carto stylesheet you can set default variables, but these are evaluated during the compilation of the stylesheet. I'm talking about defaults that would be evaluated...