issues Search Results · repo:Keats/scl language:Rust
Filter by
15 results
(70 ms)15 results
inKeats/scl (press backspace or delete to remove)It seems to me that the environment variable would be less cryptic this way:
site_url = env(SITE_URL)
site_url = env(SITE_URL or localhost )
db_port = env(DB_PORT as integer or 5432)
What do you think? ...
blfpd
- 1
- Opened on Apr 9, 2019
- #17
Hi,
Is there a way to concat strings?
Since I am using scl a lot for paths, sometimes I would like to concat two paths.
For example I would like to do something like that:
REPOSITORY_HOME = ${HOME}/.mp/packages/ ...
enhancement
Hellfar
- 1
- Opened on Jan 3, 2019
- #15
if the underlying code is sound, then what does it matter if someone wants one or the other: #3 etc
naturallymitchell
- Opened on Dec 27, 2018
- #14
https://github.com/Keats/scl/blob/8f1981d7c74b1d3695f6813527bcf4f48a0a0c75/parser/src/errors.rs#L3
naturallymitchell
- Opened on Dec 12, 2018
- #13
or is the difference you have planned between an assignment and a special vocab term is that an assignment has an = ?
because right now, we can have fields called include , but they ll kinda clash with ...
naturallymitchell
- Opened on Dec 11, 2018
- #12
what happens if an include has the same field and different values?
once I figure it out, I ll mention it here.
naturallymitchell
- 2
- Opened on Dec 10, 2018
- #11
Scl cannot parse this string from the README:
str = The dog says \ woof\ .
And parsing
a = a\nb
results in a\nb, \n is not converted to new line character.
Version: 0.0.1
bug
juchiast
- 1
- Opened on Nov 19, 2018
- #10
How close is this to usable? I don t care about some incompleteness and API changes, since I m making alpha software
anyway. So switching formats and parsers later is no issue. But I still want to get ...
naturallymitchell
- 6
- Opened on Sep 30, 2018
- #9
toml and yaml both end in ml and have a vowel preceding it.
caml or coml seem like good names. I like caml. :camel:
naturallymitchell
- 5
- Opened on Sep 29, 2018
- #8

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.