HJarausch

Results 20 comments of HJarausch

That's a pity. Lazy people like me would like to look at a demo which shows the features of a piece of software before the dive into the documentation. And,...

Strangely enough, just setting export GDK_SYNCHRONIZE=1 before starting geeqie still shows this error but **does not crash** anymore - not a fixed but a workaround

> @innolee you can read/write to your media folder on the sdcard at /storage/XXXX-XXXX/Android/media/com.termux. Other apps can access this folder, unlike the data folder, and while it's likely intended for...

Thanks! In addition to your patch, I have applied the following patch ```nim template asOpenArray*[T](a: VarLengthArray[T]): openarray[T] = - cast[seq[type(a[0])]](a) + toOpenArray(addr a.data[0],0,a.len) ``` using the new? ``toOpenArray`` function from...

My programme was in error (I wished I got a sensible error message). If the programme is corrected to ```nim proc FP[T](A: var openArray[T], myCmp : proc(x,y:T):int {.nimcall}): int =...

[Sudoku_D.nim.gz](https://github.com/nim-lang/Nim/files/9995433/Sudoku_D.nim.gz) I have reduced the failing example. Now, commenting only two lines of code make the compiler error vanish. Nim Compiler Version 1.7.3 [Linux: amd64] Compiled at 2022-11-12 git hash:...

Why is this a problem? Due to a recent patch, _closure_ iterators are recursive. I have tried simpler examples which all work just fine. Thanks, Helmut

I have reduced the size of the code to less than 50 lines. The error still occurs with Nim Compiler Version 1.9.5 [Linux: amd64] Compiled at 2023-07-04 Copyright (c) 2006-2023...

Many thanks! Please change the docs that Nim does have recursive iterators now.

It's version 1.12.786 It seems to appear whenever an email addressee is entered.