Matheus Santana
Matheus Santana
**Is your feature request related to a problem? Please describe.** Heroku and this project are constantly changing and sometimes changes can brake deployment on Heroku of new apps deriving from...
Is there any way to perform scoped tag counts? For instance, if I have a relation I want to know the amount of times that a given tag appears only...
**Objective** Enhance Zipkin instrumentation to leverage visibility over calls to database services. **How to instrument?** _General strategy_ My proposal is instrumenting on the client side (i.e. services calling database services)....
When I run $ kubectl apply -f complete-demo.yaml as per documentation instructions for running Sock Shop on any Kubernetes cluster, all I've got is a bunch of errors like this...
Handle creating and removing placeholders files for versioning empty directories as suggested in [1]. [1]: https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F
If specified remote repository (if any) does include submodules.
I'm working on instrumenting go services so they may make Zipkin aware of their location and found (through this SO [answer](https://stackoverflow.com/a/37382208/1287376)) [this way](https://github.com/microservices-demo/user/pull/53/files#diff-7ddfb3e035b42cd70649cc33393fe32cR64) for fetching service IP. I saw there's...
So we can match match words ending with chars that do not constitute words boundaries like stigm@ Closes #5
Hello! I'm trying to exactly match some strings like "c*". Example: ```ruby filter = LanguageFilter::Filter.new matchlist: ["c\*"] puts filter.match?('This excerpt c* should match.') puts filter.match?('But this c should not.') ```...
Tire API accepts `search_type` option that works nice for the [count search type](https://github.com/karmi/retire/blob/master/test/integration/count_test.rb#L11) but does not look like fitting well for the `scan` search -- which API handles [in a...