Jason Petersen

Results 26 issues of Jason Petersen

As it stands, the styles do a poor job of rendering any section of text marked as `Invalid`. For instance, in my Git Commit Message context, the first line of...

New environment variables, design, how stuff works, advanced use patterns, etc.

# Description The mapping between local Docker events and those in Docker Cloud isn't 100%, but the objects are pretty similar. Because of this, it would be _great_ to be...

I don't have a ton of time to look into this (sorry!) and am not even sure where the canonical version of this gem lives (yours is the most accessible/maintained),...

I've been using "version 1.4.0" for almost a year now and it would be nice to finally kill that last github URL in my `Gemfile`. Would it be possible to...

New environment variables, design, how stuff works, advanced use patterns, etc.

It's `0.63` and Homebrew's on `0.67f`, causing various problems.

Now that we've [addressed this in CitusDB](https://www.citusdata.com/blog/20-sumedh/250-announcing-citusdb-41), we want to get it into `pg_shard` as well. We know how to do prepared statements for queries, but `pg_shard` must support modifications...

feature

This ticket is to track full support for the `COPY` command. Unlike the trigger implementation in #61, this would mean supporting a bulk method for data ingestion. Issues like consistency...

feature

Though all (non-side-effecting) functions are safe to execute in a single-shard `SELECT` query, the same is not true for multi-shard SELECTs. In particular, a function such as `random()` or `now()`...

bug