Matt Perpick

Results 13 comments of Matt Perpick

should have this interface: def upgrade(database): # and can support this kind of calls conn = database.get_connection() # vanilla dbapi connection, with default adapter conn = database.get_connection(pgpsql) # with a...

hey folks, i don't really work on this project anymore. feel free to reach out to shaun or fork the project. https://github.com/clutchski/coffeelint#team On Thu, Jan 26, 2017 at 2:43 AM,...

Yeah, this is a nice feature. I'll put it on the list.

@AsaAyers Great feature and great you're working on it. One thought is to maybe keep a list of global variables in the `undefined-variable` section of the config file, rather than...

tl/dr: My vote is for `span.type`, `operation.type` (or something like it). To recap, the core use case of this proposal is to enable OT stats backends to sanely group similar...

> e.g. If layer=jdbc, sky-walking analysis backend knows to find jdbc.statement, jdbc.type etc. Note: I'm not sure that this should be first class goal of this proposal, since most of...

`component` would work for me if: - it's clear that a single package / module / whatever can trace multiple different types of operations (like `rails.request` and `rails.template`) and thus...

Does it make sense to have a bit of a side by side comparison of the proposed approaches? This might make it a bit easier for me to parse.

Here's a pull request for this functionality: https://github.com/thatcher/env-js/pull/27

@dr-prodigy I'll take a look. Sorry I don't write much python anymore so getting up and running again takes a bit of time.