Diego Iastrubni

Results 66 comments of Diego Iastrubni

(sorry for late response) Running the AppImage is broken here (Debian Testing, both Qt5 and Qt6 versions as pulled from a latest action run, which is another issue). So, I...

To verify run: `APPIMAGE_EXTRACT_AND_RUN=1 NO_CLEANUP=1 ./NotepadNext-x86_64.AppImage ` Then look inside `/tmp` for your extracted image... and start digging into shell scripts: ``` diego@debian:/tmp/appimage_extracted_02dad8f10b1e395ca6df23ef954e0de4$ cat AppRun.wrapped #! /usr/bin/env bash # make...

Make it work on linux and I will make this for you... 😀 did this for NotepadNext. Will have a look into this issue this weekend.

I am using here Ubuntu 22.04, what is considered "stable": 1. gcc does not support c++ 20 2. clang does not support c++20 modules 4. I downloaded clang 17 from...

Downloading stuff in linux is problematic. I don't see binaries here : https://github.com/llvm/llvm-project/releases/tag/llvmorg-17.0.1 However, on Debian testing I do see clang17 which is more or less capable of building (`apt...

Well, I changed locally this function to return a bool, and that seems to work :) Here on Debian (clang17), I am now failing at this: ``` /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_thread.h:156:17: error: static...

Yes. I cannot reproduce this on the Debian clang. Code still does not compile locally. Let's see what happens after a full merge.

New PR: fix minor thing in the cmake. See that PR for good news. https://github.com/shahfarhadreza/papercode/pull/8

@shahfarhadreza https://github.com/mlabbe/nativefiledialog https://github.com/samhocevar/portable-file-dialogs (single header, might suit the philosophy of STB). Any one of these should be good. Once they work for you on Windows, I will adjust on Linux...

Nothing broke. The "New project" link is not working on the main page. So, I cannot create a demo project... besides - all looks good so far.