Пётр
Пётр
Trying to build on FreeBSD I got the following errors: ``` gtk3-nocsd.c:392:5: warning: implicit declaration of function 'ElfW' is invalid in C99 [-Wimplicit-function-declaration] ElfW(Half) n; ^ gtk3-nocsd.c:392:10: error: use of...
It would be nice to be able to indent/dedent lines, like in some other editors (for example, Komodo).
Hi, I'm trying to initialize loguru using init with '-v WARNING', but it is not agree with it. I get the following error on initialization: `loguru.cpp:586 FATL| CHECK FAILED: argv[argc]...
I use edit widget to show command's output. According to the gowid documentation, I use `app.Run(gowid.RunFunction(func(app gowid.IApp) { app.Redraw() }` construction to update the content of the edit widget. It...
I built the following test app: ``` ... line1 := make([]gowid.IWidget, 0) line2 := make([]gowid.IWidget, 0) line3 := make([]gowid.IWidget, 0) text1 := text.New("line1 item0") text1h := holder.New(text1) text1s := styled.NewWithRanges(text1h,...
`thread '' panicked at 'Error pinging: Unsupported OS Unknown', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/gping-0.1.6/src/main.rs:122:33`
I try to create an event on Office 365 server, using DavMail. I push the folloving ICS using Thunderbird or cadaver: ``` BEGIN:VCALENDAR PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN VERSION:2.0 BEGIN:VEVENT CREATED:20210226T104139Z...
I'm using davmail-5.5.1 in server mode to access to Office 365 calendar. I see that updating a calendar on O365 with new SEQUENCE field (changed from 0 to 2) has...
Please, prepare packages/ports of community edition (server) and desktop edition for FreeBSD.