Danny Carrillo

Results 20 issues of Danny Carrillo

I know this is probably a breaking change but I have some tests written using table driven design. I'd like for the tests ran with `suite.Run(name string, func(){})` to also...

I have multiple topics and 1 generic handler that sends those messages to an external system. For example: Topics: `user_topic`, `post_topic`, `comment_topic` Handler: `send_to_segment_handler` The router currently has a check...

### Version 1.14.0 ### What happened? I have the following query: ```sql SELECT AVG(rating) FROM product_ratings WHERE product_id = 1234; ``` This generates the following go code: ```go var avg...

bug
triage

## Summary I'd like for sentry-go to provide ways to auto-instrument multiple common integrations. The most common ones are `database/sql`, `pq`, `http`... ## Motivation New Relic, DataDog and other packages...

Type: Feature
Status: Backlog

Right now the version that the dockerfile uses is 6.5 There have been many upgrades since and the current version should be 7.0

Hello, In the docs, it says there is a specific endpoint to send facebook messages to: https://chatbase.com/documentation/facebook Is there a way to do it with this library?

I'd like to add tracing to mux http calls but need a way to tap into the http.Client that mux uses under the hood. Typically other libraries expose a way...

I want to be able to send a user a message from outside of a dialog. I built out a human handoff API endpoint (HandoffController) which takes in a json...

As a user of vuegraf, I want to have the option to pull all historical data to be able to analyze past `datetime.now()`

I would like a way to get the similarity of the 2 strings instead of just the distance. For example with python-Levenshtein I can do: ``` >>> Levenshtein.ratio("ab", "abc") 0.8...