Rodrigo Batista de Moraes

Results 71 comments of Rodrigo Batista de Moraes

I am also being hit by this issue in one of my projects. I can reproduce this by just running a example of the [winit](https://github.com/rust-windowing/winit) repo, in the last master...

@nico-abram Can confirm that updating the version of blondie fixed the problem. Testing with flamegraph master ([ee821ba](https://github.com/flamegraph-rs/flamegraph/commit/ee821bab17fa0cf296e01cd829bd44d2b5f0c55c)) still reproduces the problem, but updating blondie to "0.4.0" fixed them. Can also...

> It was most likely downloading symbols from microsoft's symbol servers for system dlls when it froze. Maybe I should disable that by default and only enable it if the...

@GCBallesteros Can confirm, setting `color = 'pink'` did solve the problem (setting `foreign_key = 'run'` take no effect, not sure if I did that right). Also, being able to apply...

I looked a little more into this, and I think the problem is at least a lack of documentation. I run the code above in the [Drawing and Graphics](https://pymupdf.readthedocs.io/en/latest/recipes-drawing-and-graphics.html) guide,...

I have thought about this feature for a while, although I still don't have time to implement it, as it will be a lot of work. However, the plan I...

I faced this issue recently, so I implement a this simple async executor that uses winit event loop as a driver. I don't have much experience with async so I...

FYI, Git has a configuration for setting a merge driver (see https://github.com/Praqma/git-merge-driver). But from what I see, it does not help with the implementation. The merge driver just receives the...

@dxli Yes, but not in the Autodesk software. My point is that the HATCH boundary geometry may be invalid, at least according to Autodesk, which, I believe, owns the DXF...

For the record, I have at least implemented WiFi Strength and icon configuration on this PR https://github.com/Zedfrigg/ironbar/pull/1, on top of another branch by @JakeStanger.