Code Monkey home page Code Monkey logo

dotenv.nim's People

Contributors

euantorano avatar jamiesyme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dotenv.nim's Issues

Compatibility issue with nim 0.17.0

When attempting to utilize this package with the latest nim version (0.17.0) I was getting the following error while running the test suite:

$ nim c -r tests/main.nim 
/Users/yuliy/code/dotenv.nim/dotenv.nim(40, 38) template/generic instantiation from here
lib/system.nim(2656, 7) Error: can raise an unlisted exception: ref AssertionError

Which I believe stems from the addition of a doAssert in the core os module (found here).

I believe that this change in my fork should resolve the issue and maintain backwards compatibility with previous versions, but I am fairly new to nim so any feedback is appreciated!

comment out in .env is not recoginized

It happens in v2.0.0

.env

HOGE=true # ture or false

nim

import os, dotenv

load(getCurrentDir(), ".env")
getEnv("HOGE") == "true # ture or false"

but expected getEnv(HOGE) is "ture"

Support file paths without quoting them

Hey @euantorano, I saw your message. Here's a minimal example of what I expect to work:

import dotenv

loadEnvFromString("""
FS_ROOT=/home/ajusa/Documents
""")
Error: unhandled exception: (1, 29) Error: symbol expected, but found: /Documents [DotEnvParseError]

If I put the path in quotes, it works as expected (and that's what I'm doing for now). File paths shouldn't require quotes though I would think, since bash doesn't need them either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.