heeplr
heeplr
@vaxxabait that's awesome! But you might want to create the PR over at [the gentoo repo](https://github.com/gentoo/gentoo/). They can add it to portage (but even if not, it can be found...
Any news on this? I get a different error with 6.17.0 but compile still fails: ```bash make[1]: Entering directory '/usr/src/linux-6.17.0-gentoo-r1' make[2]: Entering directory '/usr/src/ch341-i2c-spi-gpio' CC [M] gpio-ch341.o gpio-ch341.c: In function...
This also breaks gentoo live builds. Network access during configure phase is always disabled for security reasons. > I believe @DonLakeFlyer generally prefers to use submodules too. Submodules would be...
btw. this affects all sources fetched by cmake. FetchContent shouldn't attempt to download, if the submodule has already been fetched. It should (silently) succeed. That way it would work without...
> Which front-end are you using? bitlbee or Spectrum perhaps? it's Spectrum. EDIT: Why are conventional newlines converted into spaces by `purple_markup_strip_html()`? My gut feeling says they're not HTML and...
At first I thought "completely disable stripping wouldn't work" since it would leave the raw HTML to be interpreted by the client (or just to output it raw). But I...
> The [dev](https://github.com/hoehermann/purple-gowhatsapp/tree/dev) branch contains some code addressing this issue. So far, feed-back has been positive. :) I want to merge with the default branch on the weekend (and provide...
I'm trying nightly but when receiving images, I get two versions now (with different URLs). One is correctly in the current chat window and another image in a new chat...
> https://github.com/meshtastic/python/blob/master/meshtastic/mesh_interface.py#L406 @kop316 I'm also affected by this but came to say that these references link to "master" branch so line numbers are no longer valid. You might want to...
I get another error with set_default_tool(KICAD5), probably because I don't have it installed. Do I need KiCAD5 installed to generate a schematic? Can't I use the KICAD9 libraries and generate...