Álvaro Claro

Results 25 comments of Álvaro Claro

So, i tryed Cygwin and a sed package from chocolatey and this happens when i try to run ![Sem título](https://user-images.githubusercontent.com/12532704/136664169-efba9a4e-dc1d-45e4-87fb-b565442adeef.png) And in WSL, i have this ![image](https://user-images.githubusercontent.com/12532704/136664261-4d813664-4c59-4144-8711-202787a9e69d.png) This is my...

Ok, i removed all CRs from the file and then i tried to run it gives me the same erros as in windows, gsed is not found ![image](https://user-images.githubusercontent.com/12532704/136664724-8b1b4e6a-4892-4bed-978a-3f00eddc60fa.png) i renamed...

> try : > > ```shell > sudo apt-get install gsed > ``` > > Sous ubuntu It was the first thing i tryed 😢 `Unable to locate package gsed`...

There is a way for us to know the duration of the audio before starting the playback, I already had to do that once. If I'm not mistaken, this only...

@Larpoux Name of Library > for me, whatever Where to host > for me, whatever Documentation > I don't know of any tool to make documentation available. Here at the...

I have the same problem. When opening a CROP screen, the application crashes. It's not always that the crash happens, about 5 times I use crop, in 1 the application...

I don't know if the problem is similar, but I'm having problems reading texts with the data coming straight from the camera's Stream in real devices. In the emulator, everything...

I found that if you set the camera's ResolutionPreset to LOW, the text recognition starts working perfectly on real devices, any value above low and it stops working. ```dart cameraController...

Yesterday I managed to make the lib recognize texts with the camera in higher resolution. I noticed that when I use a quality above LOW, the GC works non-stop and...