Maciek Sakrejda

Results 45 issues of Maciek Sakrejda

Two use cases that FEMEBE should support out-of-the box are proxies for both "Spy mode" and "Maxwell's Demon mode". In both modes, FEMEBE should allow routing based on contents of...

7b42839 removed a half-baked attempt at benchmarks. We should restore this at some point but use `go test -bench` and document these.

In a fresh session in the playground: ``` console $ git reset --hard HEAD^ newLoc.tags is undefined ```

[The aggregation section](http://cyanite.io/concepts.html#aggregation-mechanism) briefly lays out the aggregation mechanism, but it's not clear what happens if the process crashes--are the partial results for the aggregation for the current period lost...

It looks like this function https://github.com/susielu/d3-annotation/blob/d43a6a2ac216d29601433ba5759f59af3ee9e11d/src/Adapter-d3.js#L259 is not present in the [type definition](https://github.com/susielu/d3-annotation/blob/master/types/d3-svg-annotation.d.ts#L22). Is this just an omission?

Cleaning up the README for the `vacuum` PR, I noticed some inconsistencies in naming fields in the various queries we run, most notably referring to tables ('name', 'relname', 'table_name', 'table'...

The `pg:blocking` query seems to come from [this wiki](http://wiki.postgresql.org/wiki/Lock_Monitoring), but a note there highlights that it does _not_ find all types of locks (something `pg:blocking` itself fails to make clear)....

If I have a query that takes array parameters like ``` /* @name nullTest */ SELECT :foo::integer[] AS foo, :bar!::integer[] AS bar; ``` this generates a TS param type like...

Hi, Just started with pgtyped and really enjoying it so far. Would you consider a PR to add DATABASE_URL support as an alias for PGURI? Many tools already support this....