HJarausch

Results 27 issues of HJarausch

For the original NEdit (Motif version) there has been a patch around to clone a tab. I use this feature a lot, e.g. when editing a large source file, one...

enhancement

Hi, after upgrading to boost 1.71.0 on my Gentoo system, configuration fails. The error message is not really helpful configure: error: Could not link against ! Has anybody a fix...

Sorry, this is probably no bug. I've just install IceWm on a Ubuntu system. I'v copied the .icewm folder from my Gentoo system. Now, I IceWm captures **Ctrl**+f and opens...

Is there any documentation/example on plotting a line, curve, bar chart, etc? Thanks for some pointers, Helmut

I am trying to compile nimxedit.nim. I get `` $HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim(226, 30) Error: undeclared identifier: 'newComposition' This might be caused by a recursive module dependency: $HOME/.nimble/pkgs/nimx-0.1/nimx/composition.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/context.nim $HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/composition.nim...

I am trying to enter a 'proc' definition like ``` proc T(x:int) : int = if x == 0 : echo "got 0" else : echo "got ",x result= x...

This is with Nim devel from today ``` Nim Compiler Version 1.5.1 [Linux: amd64] Compiled at 2021-03-14 Copyright (c) 2006-2021 by Andreas Rumpf git hash: 7937abab4439ef2cd317d4ef70551327f55711e1 active boot switches: -d:release...

I have adapted a recent patch to threadlocalstorage.nim from Nim-Devel to _affinity_posix.nim_. Please apply the following patch to _affinity_posix.nim_. ``` --- affinity_posix.nim.ORIG 2021-04-07 15:15:30.550835730 +0200 +++ affinity_posix.nim 2021-04-07 16:51:07.136049648 +0200...

First, I have just tried the **parallelForStaged** example of the README.md file. the statement ``sync(Weave)`` fails to compile with ``` parallelForStagedSC.nim(16, 7) Error: type mismatch: got but expected one of:...

upstream :dragon:

Hi, I have just cloned the repository. ``nimble build -d:danger`` fails with Error: cannot open file: compiler/ast Error: Build failed for package: nimterop ... Execution failed with exit code 1...