Patrick Goldinger

Results 419 comments of Patrick Goldinger

~Does this error also occur if you first download the backup from Nextcloud to the local storage and then try to import it?~ NVM I can't read, you stated that...

Huh then it is definitely an error in the way the Nextcloud ContentProvider interacts with FlorisBoard's

Thanks for your bug report! This issue is indeed related to #2218. @souravsoftwareer You can try out the following (commands are for Linux systems): 1. `git clone https://github.com/florisboard/florisboard.git` 2. `cd...

@souravsoftwareer whats the contents of "{projectdir}/build/release/icu4c/.intermediate/host"? Often times this file points to more details of why the ICU script refuses the compilation

The file should be in this dir: ![image](https://github.com/florisboard/florisboard/assets/19412843/ccc6a400-82dc-4cc9-ad9a-91310f6844a5)

> What about Windows 11 ? please I need some help here. Isn't supported natively (see [system requirements](https://github.com/florisboard/nlp#system-requirements)), however you can either dual-boot with Linux, run a VM or use...

Interesting - for finding GNU make I use CMake's find_program() utility, so normally that path shouldn't even be hard-coded. But will check that anyways, thanks for bringing it up.

> On my arch installation GNU make is used, but the command is make, not gmake. @nettnikl In florisboard/nlp#6 this issue should now be fixed, I didn't hardcode the path...

> As discussed in the matrix channel, I had a few difficulties while trying to build the project but those are now hopefully behind :) So I thought I'd share...

> one more follow up question is, I'm not sure if I understand the purpose of the standalone nlp repository here https://github.com/florisboard/nlp am I supposed to clone that separately and...