Nimble newbie issue

2023-09-10 Thread SolitudeSF
i had similiar problem when switching from 0.13 to 0.14 nimble. i ended up just doing what @janAkali proposes. it is not your misconfiguration, the support for both pkgs directories is just too hacky. deleting pkgs and reinstalling packages would be the best course of action.

Nimble newbie issue

2023-09-10 Thread janAkali
Tool changes * Nim now ships Nimble version 0.14 ... Libraries are stored in $nimbleDir/pkgs2 (it was $nimbleDir/pkgs before). Use nimble develop --global to create an old style link file in the special links directory documented [

How to make an archive and unpack/add a folder with files to the archive?

2023-09-10 Thread talavera
Have you tried a bigger file size than the integer upper limit? In windows!

Nimble newbie issue

2023-09-10 Thread DMisener
Thanks... see my recent update for a little more clarification. The anomally seems center on nimble installs from earlier and currrent version of Nim/Nimble ... ( _Which does seems very unlikely_ since no-one else is having this issue)... but maybe you can find the _hole_ in analysis to date. I

How to make an archive and unpack/add a folder with files to the archive?

2023-09-10 Thread talavera
Having trouble compressing a 2.6GB file on using mingw!

How to make an archive and unpack/add a folder with files to the archive?

2023-09-10 Thread talavera
This library can't compress files bigger than the integer size on Windows. Trying to compress a 2.6 GB file and gives and overflow error!

How to make an archive and unpack/add a folder with files to the archive?

2023-09-10 Thread talavera
This library can't compress files bigger than the integer size on Windows. Trying to compress a 2.6gb file and gives and overflow error!

Nimble newbie issue

2023-09-10 Thread DMisener
Thanks Araq. $home isn't oddly isn't defined my zsh shell: echo "*${home}*" ** Run I tried try creating a nim.cfg in my home (/Users/DM) directory with nimblepath="/Users/DM/.nimble/pkgs2/" Run ( _BTW there wasn 't already one_) and it

Nimble newbie issue

2023-09-10 Thread SolitudeSF
in your snippet above you're not importing db_connector/db_sqlite

Nimble newbie issue

2023-09-10 Thread Araq
Edit your `nim.cfg` the line that says `nimblepath="$home/.nimble/pkgs2/"`

Nimble newbie issue

2023-09-10 Thread DMisener
Thanks... your are very correct...but I as reported above... that doesn't work for me either. In desperation I manually relocated the installed files from **...pkgs2** to **~/.nimble/pkgs** and ... inim 👑 INim 0.6.1 Nim Compiler Version 2.0.0 [MacOSX: amd64] at /usr/local/b

Nimble newbie issue

2023-09-10 Thread SolitudeSF
import db_connector/db_sqlite

Nimble newbie issue

2023-09-10 Thread DMisener
Thanks. I tried that too. But no luck. inim 👑 INim 0.6.1 Nim Compiler Version 2.0.0 [MacOSX: amd64] at /usr/local/bin/nim nim> import db_sqlite /private/var/folders/8l/vhg5vggj04g77ny91mlgzn68gn/T/inim_1694328954.nim(8, 8) Error: cannot open file: db_sqlite