Hi. I'm User 0xrgb. I forgot my password, therefore I reset it. However, it seems to not working. (I cannot login with reseted password.)
If you don't mind, could you manually reset my password and remove this account?
(You could check me and 0xrgb are same person by email address.)
Thanks! It works now.
However, I tried CCCV my password three times before, so there was no typo.
Maybe some other weird thing happened. Only way to know for sure is to grab a development copy of NimForum and test it :)
If you have time, give it a go: https://github.com/nim-lang/nimforum
I tried to give it a go -- and the build says,
forum.nim(12, 49) Error: cannot open 'sugar'
nimble install sugar didn't help and src/forum.nim wants to import sugar. When do you find it?
Thanks I have the development version of Nim now and back to the "nimble build". Any thoughts on what is causing this error:
Hint: [Link]
Hint: operation successful (62447 lines compiled; 4.391 sec total; 176.176MiB peakmem; Debug Build) [SuccessX]
Hint: ./src/buildcss [Exec]
could not load: libsass.so
compile with -d:nimDebugDlOpen for more information
Error: execution of an external program failed: './src/buildcss '
My OS if Fedora 27 (RedHat) Linux and I run the development version of C compilers. gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) The "nimble build" failure for nimform is at this point now,
... Hint: future [Processing]
... lib/pure/future.nim(2, 15) Error: list of key:value pairs expected
Any thoughts?Thanks. I reinstalled the development version of the compiler (removed previous ~/.nimble dir and started new, verified the paths for conflicts). This is the error from running "nimble build" :
... /home/gt/.nimble/pkgs/jester-#64295c8/jester.nim(551) ctParsePattern
... /home/gt/.nimble/pkgs/jester-#64295c8/jester/patterns.nim(39) parsePattern
... forum.nim(757, 1) template/generic instantiation from here
... /home/gt/.nimble/pkgs/jester-#64295c8/jester/patterns.nim(39, 29) Error: index out of bounds
A "nimble backend" build has this:
home/gt/Documents/dev-nim/nimforum-master/nimforum.nimble(29) backendTask
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237) exec
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237, 7) Error: unhandled exception: FAILED: nimble c src/forum.nim
a "nimble frontend" build has this:
stack trace: (most recent call last)
home/gt/Documents/dev-nim/nimforum-master/nimforum.nimble(36) frontendTask
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237) exec
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237, 7) Error: unhandled exception: FAILED: nimble c -r src/buildcss