Colin Dellow

Results 37 comments of Colin Dellow

Hi Addie, thanks for your interest! My thoughts would probably be pretty positive. I've never heard of Meson before, but that probably says more about me than it does about...

I like the idea of sitting on top of system libs, for the reasons you mention. Supporting Ubuntu back to 16.04 would be desirable, since it's still in LTS. IIRC,...

By providing a single string that specifies multiple values, this would also make it possible to express variadic `IN` style queries in datasette's canned query feature. ATM you need to...

Hey Mikko, thanks for the contribution! Looks like the PR failed to build in Travis: https://travis-ci.org/cldellow/sqlite-parquet-vtable/builds/611367321 I think that's expected, since [the makefile is still linking against 0.9.0](https://github.com/cldellow/sqlite-parquet-vtable/blob/e3a28375992e897720d0697b3aa873eeaffc1823/build/Makefile.linux#L77). I tried...

I tweaked the Makefile to use 0.15.1 (in the [upgrade-deps](https://github.com/cldellow/sqlite-parquet-vtable/tree/upgrade-deps) branch -- see [diff](https://github.com/taiste/sqlite-parquet-vtable/compare/master...cldellow:upgrade-deps?expand=1)). Now I get new build failures :) You can see them at https://gist.github.com/cldellow/ab127e57e2da4d48b2b517fa9e706296 When you have...

Arg, yes, I think you're right that's it to do with the headers. I had tweaked the includes list to update the location of some of the compression libraries, and...

Re `long long` - that'd be great! It may be as simple as using `int64_t`?

I did some horrible things in https://github.com/cldellow/datasette-ui-extras/issues/2 to enable this in my plugin -- example here: https://dux-demo.fly.dev/cooking/posts?_facet=owner_user_id&owner_user_id=67 The implementation relies on two things: - a `filters_from_request` hook that adds a...

Hey @lovasoa, I hope you don't mind - I pulled this PR into [datasette-ui-extras](https://github.com/cldellow/datasette-ui-extras), a plugin I'm making that collects UI tweaks to Datasette. You can apply it to your...

I see this is an older ticket, but I assume it's still an area of interest, since it's open. In [tilemaker](https://github.com/systemed/tilemaker), I've implemented a node store for PBFs with `Sort.Type_then_ID`...