Bruno Mendes

Results 37 comments of Bruno Mendes

After digging through `QEMU`'s `gdbserver` (`gdbstub.c`), it appears to me that the "threads" it exposes are a one-to-one relationship with the emulated cores, and not the target's OS threads. As...

This is now under review in upstream: https://review.openocd.org/c/openocd/+/7851

I was thinking in the build method. We might have a issue about logs though, how would you approach that? (Would functions returning widgets called in the build method be...

I'll propose an implementation in the next hours and perhaps we can discuss it better looking at the code. From an outsider perspective, I would suggest that contributions are better...

Sure, I'm experimenting so we can use it on our project directly using my fork (or simply putting the code in our project) if the team wants it. I agree...

Here's a quick proposal draft to further add to our discussion: #261 I'll add @bartekpacia to the discussion.

We'll delay this a bit until downstream projects are prepared.

I can also reproduce this on my side as of v5.0.35. I have a [Pagefind UI](https://pagefind.app/docs/ui/) inside a modal that is no longer autofocused after upgrading from Daisy UI 4.

@limwa does fastlane support changing store descriptions, e.g. screenshots? That's awesome.

> However, it is my belief that this technical debt will blow up, sooner or later. Certainly. I had to manually exclude `scala-parser-combinators` from my sbt build, in a very...