-
Hey Peeps, Another day another dumb question... So I was previously doing this fine, I'm not sure what has happened. I run What incredibly obviously thing am i doing wrong today? Lol. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Strange! I assume you are on the latest commit on I can't reproduce this but one thing that strikes out from the screenshots is that your development server has actually stopped for whatever reason (Note " I would suggest investigating why the server might have stopped (maybe you killed it trying to kill the non-development server?) and if that doesn't lead anywhere printing the |
Beta Was this translation helpful? Give feedback.
-
Hey @jannis-baum Ok peeps are calling on me to go play warzone with them lol. However I think I found the issue and I think it's a bug. Remember I'm completely new to javascript / typescript, so go easy on me lol 😅 Is there a way on GitHub to reference lines of code in a comment? Anyway in
Meaning if you don't have a config at
Are you able to replicate if by renaming / moving your vivify config temporarily and then running the yarn dev thing? |
Beta Was this translation helpful? Give feedback.
-
Wanna see something funny? I'm trying to debug why some neovim operators are misbehaving So this slipped in my configs: Bagbiwum, what a name 😄 |
Beta Was this translation helpful? Give feedback.
Hey @jannis-baum
Ok peeps are calling on me to go play warzone with them lol. However I think I found the issue and I think it's a bug. Remember I'm completely new to javascript / typescript, so go easy on me lol 😅
Is there a way on GitHub to reference lines of code in a comment?
Anyway in
parser/config.ts
on line 60 there is an if statement first added in commit 07296ea (tag: bug) feat(#90): improve conf retrieval. Which is:-Meaning if you don't have a config at
~/.vivify.json
or~/.vivify/config.json
(mine is currently renamed to.vivify.json.off
) then the function returns and never gets to the section that overrides with the environment…