Robert Coup

Results 34 issues of Robert Coup

@rouault I'm not 100% clear on what the Docker image was intended _for_, since it didn't expose/run any services; maybe just a clean build process to obtain `task.zip`? Anyhow, I've...

Would be great if the post_compile scripts only downloaded nodejs/npm/less if they weren't already there.

Hi there, Some links to internal pages via only title don't appear to parse correctly: ```From , we want to do some stuff:``` FWIW, it renders in Confluence as: ```From Some...

My use case: profiling a transform process against different input data sets (which have different sizes / structures). Goal is to compare per-item performance So (conceptually): ``` class Transformer: def...

Goal: - lots of commands that require and use a config file. - `init` command that creates a valid config file. #### Attempt ``` python import os import click @click.group()...

bug

https://www.sqlite.org/rbu.html describes the key RBU extension functions (`sqlite3rbu_*`), and the full set is in https://sqlite.org/src/doc/trunk/ext/rbu/sqlite3rbu.h While APSW allows me to build sqlite with the RBU extension included, is there a...

Add's `repr()` methods to some core cell/geodetic Python classes. Goal is to make debugging & interactive exploration easier. ``` ``` (based on #160, only the last commit actually has any...

When connected to a VPN on macOS which is used for DNS-lookups: ```console $ kail -d my-deploy kail: error: Can't connnect to kubernetes: Get https://api.my.k8s.example.com/api/v1/namespaces: dial tcp: lookup api.my.k8s.example.com on...

Add the ability to provide refs or object ids to `git lfs push` via standard input. This can make life simpler when plumbing together commands or working with large numbers...

Adds the ability to perform a download Batch API request from the command line, without downloading the objects. Use case is to get content URLs for accessing directly — eg:...