Tiago Davi

Results 19 issues of Tiago Davi

Hey Folks. I noticed Mimic is not able to see a function when this function is called without its module name. For example: ```elixir defmodule Transactions do def delete(guids) do...

I have a module with 0% of coverage: 0.00% | BankApiWeb.Endpoint I've put it into my mix.exs: test_coverage: [tool: Coverex.Task, ignore_modules: [BankApiWeb.Endpoint]] The file is still there.. it's not ignored....

Hey guys! Thank you for this great library. Does anyone know how I can test my redirect_url? Stripe provides us an authorization code, but is there a fake authorization in...

Thank you for the library. I am wondering how to slice the json? I tried Jaxon.Stream.query(Jaxon.Path.parse!("$[0:3].Player")) to get first 3 players I have, but it does not work. How can...

Hi guys. How to change/custom name and the directory of file? If do not exists, how I can to create this feature? Thanks.

Now is possible send a new argument for custom name of file canvas. Only for Android.

First of all, thank you for the implementation. Well, most of those script files have a line like bellow, but it's using `trt` nowhere `flags.DEFINE_string('framework', 'tf', '(tf, tflite, trt')` Where...

Thank you for the library! I would like to know whether it's possible to collect results from multiple sources at the same time?

It seems tensorRT is a flag, but it's not implemented right? `flags.DEFINE_string('framework', 'tf', '(tf, tflite, trt')` There's no logic for trt.

First of all, thank you for this awesome product. I would like to use Brush because it's better to capture details than rectangles, but when I use brush I can't...