barathrm
barathrm
I have hacked in support for printing the shared object name and base address/offset by exposing the `dlpi_name` and `dlpi_addr` values provided by `dl_iterate_phdr` [here](https://github.com/barathrm/libbacktrace/commit/cae1c60384e0892309c0c1ef6fd05d9910f90082). Basically, I just added them...
> @barathrm just tried it in my app, looks good enough for me, thanks! nice :) > it would also be nice to have a way to run addr2line -e...
A while ago I discovered that the udev rules currently installed as part of the moolticute package(s) no longer work for bluetooth for the distros I usually use. I never...
Blue 5.65 on openSUSE working fine here. Manual recall works. I'd check if there are any configure flags used when building bluez for gentoo which disable some feature required for...
I haven't seen it mentioned anywhere so I'll do it here; any thoughts on adding something like #1966 for USDT probes? Simply listing the number of arguments and possibly their...
I'd like to chime in that surely it should be considered a bug that the text input field shows a message as having a linebreak (having pressed enter once), but...
As a developer who's used to markdown in other contexts and used to various chat apps, it's surprising to me that enter doesn't give me a linebreak in nheko regardless...
I'm looking into finally upstreaming libetebase into openSUSE, and just discovered this one again during the automated cargo audit that's run. Friendly bump :hugs:
This is awesome! :) Would be cool to be able to create a child task with some more UX (add child, or a context icon), but even just adding this...
Nice, those three groupings sound like they might make sense to bundle things into, so that'd end up as 3 commits after squashing/interactive rebasing. > Feedback on how I grouped...