Júlio César de Brito Gardona

Results 12 comments of Júlio César de Brito Gardona

It happens to me also. ![image](https://github.com/xd009642/tarpaulin/assets/146892539/44b21a5c-8455-48c7-8480-fd6edb0cb1a1) windows 10 x86_64

find is running faster than fd just now in the example of hyperfind ![image](https://github.com/sharkdp/fd/assets/146892539/581ae933-dd66-4994-bbfa-dffa24661e5a)

> @jgardona `find` completing in 2.9 ms means that's probably a very small directory tree. I'd imagine that most of the time taken by `fd` is startup overhead, maybe due...

With respect, changing the entire background color is not a good deal. A cursor may be changed, and the color mode in status bar already do this. I think its...

My folder doesn't have the pdb file, but I think its working as expected. Doesn't --release flag removes it? When running for debug it works as expected. ![image](https://github.com/RazrFalcon/cargo-bloat/assets/146892539/dcb29793-560a-443d-9094-43fddfb1550e)

Also, my projects are using the following configuration for [profile.release] ```toml [profile.release] strip = true lto = "thin" opt-level = "z" panic = "abort" ```

I think its pretty dead now. :(

Im using ucrt64 in msys2 and got some issues while building fltk-bundled. ``` undefined reference to `_setjmp' ``` the whole issue: ``` cargo run Compiling fltkexample v0.1.0 (C:\Users\jgardona\Workspace\rust\fltkexample) error: linking...