Heinz N. Gies
Heinz N. Gies
* Add BigChar decoder support * Add iter() to QueryRow to allow itterating over the columns * Export needed structs and enums to iterate over a column set without knowing...
I started to scatch out how a split out parse step as mentioned in #30 could look like. The dtrace collapse is effectively generic so it's just 'collapse'. Note 1:...
Hi, first of all, this is a really impressive creation I love the trick of delaying number parsing darn smart :D. That said I would suggest enabling SIMD when comparing...
disclaimer: I'm not 100% sure with emacs termenoligy so I might mix up window, buffer, frame and what not. so I'll try to put in some graphics :). When the...
when running the cuttlefish plugin it is spoosed to not copy files that are already copied by the overlay, however that is not the case. The problem is in here:...
Hi, I tried to run the example code and it fails to compile. I use the `dtrace` provided by `systemtap-sdt-dev` on Ubuntu and `rust 1.53.0`. The error is the following:...
It would be helpful to be able to set global labels. Say for a service a service identifier, or an instance identifier: As a examnple: ``` registry::const_label("service", "my_service"); registry::const_label("instance", "green");...
I think the hex packages after `0.2.18` are badly versioned, they are not found in the repository and it seems they all still list 0.2.19 as a version in the...
In my crusade of killing all duplicated code for color printing on the console I'd wanted to offer the suggestion of using http://github.com/project-fifo/cf this. It includes a io:format like syntax...
`elvis:rock/*` seem to include all the printing code as well as the checking code. It could be helpful to separate this out in two step that way the output form...