Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Karl Semich
Thank you for explaining, and for your project.

Re: List of all C++ incompatibility caused by extern C guards in 0.19.0

2022-12-10 Thread Karl Semich
On Sat, Dec 10, 2022 at 1:20 AM marty1885 wrote: > > Hi, > > I found more C++ incompatibility while adding GNS support to my C++ program. > I wiped a quick awk line to scan (by counting if there's an even count of > guard attempts). It shows two more files have the same issue > > ``` > ❯ cd /usr

Re: Website 'gnunet.org' producing weird output currently

2022-10-22 Thread Karl Semich
Hey, I’ve bumped into a number of issues accessing the gnunet website over the years and it’s inspiring to see discussion and resolution if them. Right now it looks like www.gnunet.org works but plain gnunet.org has port 443 closed and loads broken. Thanks for your work on gnunet.

Re: Building Website

2021-07-27 Thread Karl
I responded to this email because I was literally delusional and thought t3sserakt was somebody I had seen on another list who had posted extensively about simple things without replying to questions. Sorry for that. I hope my other comments were a little helpful.

Re: Building Website

2021-07-27 Thread Karl
Hi, I'm not a member of this community but happen to be lurking here and the issue you paste is not complex. Is this question on-topic for this list, or would it better go in a python or jinja help community? On Tue, Jul 27, 2021, 8:16 AM t3sserakt wrote: > Hello *, > > although I run > > pip

Re: Doxygen page is not available

2021-05-22 Thread Karl
wrong list, similar issue, apologies

Re: Doxygen page is not available

2021-05-22 Thread Karl
If it matters, I'm getting "connection reset" to gnuradio docs pages for the past few days, and am presently using tor and/or reading them off my local source build. My particular issue goes away over tor. Maybe some stale dns entry in my area of the internet.

Re: The messenger service is ready to use

2021-03-10 Thread Karl
On 3/10/21, TheJackiMonster wrote: > Hi Karl, > > so basically a feature like exporting a stream of messages into a file, > transporting the file via any external media and importing the messages > from the file to a peer would help, right? > > I think that's pos

Re: The messenger service is ready to use

2021-03-10 Thread Karl
Hi Jacki, I just got the last pieces done to complete the core functionality of > the messenger service I'm working on for a while. So it is updated on > the main branch now and can be build by enabling the experimental flag. > (I think it's best letting it experimental until a next major release.