https://www.dendron.so/ logo
Join Discord
Powered by
# dev
  • b

    boxian

    11/03/2020, 6:18 PM
    I’ve gotten a problem where I can’t create new notes through ctrl+L or ctrl+Shift+S. The error message is “unable to read file”, and “unable to resolve non-existing file” Restarting VS Code or reinitializing dendron does not fix it.
  • s

    SeeDubLan

    11/03/2020, 6:38 PM
    Have you tried either the doctor command and or reloading the index?
  • s

    SeeDubLan

    11/03/2020, 6:39 PM
    What file does it claims it cannot read or resolve?
  • s

    SeeDubLan

    11/03/2020, 6:39 PM
    Did this start after some refactoring, by chance?
  • b

    boxian

    11/03/2020, 7:53 PM
    I haven’t tried refactoring yet; it can’t resolve the scratch file that I tried to make; I do not know what the doctor command is, i will try reloading the index
  • k

    kevins8

    11/03/2020, 7:54 PM
    what version of dendron are you running? usually, the combination of upgrading to the latest version, and reloading the index will fix most issues
  • k

    kevins8

    11/03/2020, 7:54 PM
    vscode also keeps notes around even after they are deleted from disk that could also lead to errors when trying to open
  • b

    boxian

    11/03/2020, 7:55 PM
    Dendron V 0.14
  • b

    boxian

    11/03/2020, 7:56 PM
    I seem to get a hang on starting the extension, which is maybe the root cause of the other stuff
  • b

    boxian

    11/03/2020, 7:56 PM
    Reloading the index didn’t work, but again, it seems I hanging on the starting of it
  • b

    boxian

    11/03/2020, 7:57 PM
    My installation is via VS Code portable V 1.50.1 but I didn’t have this problem before
  • k

    kevins8

    11/03/2020, 7:59 PM
    hmm, the biggest diff with 0.14 is that server-mode is now enabled for all users. if you initialize a new workspace with dendron (eg. dendron2), do you still see this issue?
  • b

    boxian

    11/03/2020, 8:05 PM
    No, that seemed to work flawlessly as before
  • b

    Bassmann

    11/03/2020, 8:06 PM
    > hmm, the biggest diff with 0.14 is that server-mode is now enabled for all users. @kevins8 btw the experimentalLSPsupport setting is no longer required or is it?
  • b

    boxian

    11/03/2020, 8:07 PM
    When I used the change workspace command to move back I got an error again, saying “Error initializing notes”,”payload”:”{\”message\”:”cannot read property ‘is’ of undefined\”,\”stack\”
  • b

    boxian

    11/03/2020, 8:08 PM
    Switching back to the new tutorial workspace clears all the errors
  • k

    kevins8

    11/03/2020, 8:08 PM
    @User > btw the experimentalLSPsupport setting is no longer required or is it? nope. its now on by default
  • b

    Bassmann

    11/03/2020, 8:09 PM
    Ok so I'll remove it from my settings
  • k

    kevins8

    11/03/2020, 8:10 PM
    @User hmm, do you have multiple folders defined in your workspace settings?
  • k

    kevins8

    11/03/2020, 8:10 PM
    (0.14 will try to access all folders in your workspace settings (it only indexes the first one). this is in preparation for multi-vault)
  • b

    boxian

    11/03/2020, 8:11 PM
    No, i didn’t add additional folders
  • b

    boxian

    11/03/2020, 8:11 PM
    It just had the normal docs, vault, *.code-workspace
  • t

    tsnieman

    11/03/2020, 8:21 PM
    I'm a software engineer (largely TS/JS/HTML/CSS) with artistic chops. not really into algorithm sorta stuff, but i have a knack for UIs. what are some suitable tasks/issues that I can contribute to in my free-time? also, is there a list i can put myself on to get notified of relevant work? i already watch the repo, but i get a boatload of emails from gh so some get lost in the noise; getting a ping on dendron would be cool 👍
  • k

    kevins8

    11/03/2020, 8:23 PM
    @User in that case, it sounds like malformed notes or malformed schemas. can you 1). remove your schemas and try loading it? 2) remove your notes and try loading? this will tell us where the issue is
  • b

    boxian

    11/03/2020, 8:24 PM
    Sure thing
  • k

    kevins8

    11/03/2020, 8:24 PM
    @User i'm into algorithm stuff and struggle with UIs 😅 we have lots of frontend work coming up involving react + typescript. will collect a list of tasks this afternoon and you can tell me what strikes your fancy 🙂
  • t

    tsnieman

    11/03/2020, 8:25 PM
    perfect, i work with react in my FTE.
  • k

    kevins8

    11/03/2020, 8:25 PM
    as for being notified, we have the roadmap but that hasn't been kept up to date. making some changes this week to make it easier to see what we're currently working on as well as moving forward 🙂
  • k

    kevins8

    11/03/2020, 8:27 PM
    our upcoming frontend UI stack will be next.js + react + typescript + antd (https://ant.design/components/overview/)
  • b

    boxian

    11/03/2020, 8:29 PM
    It was malformed schemas, thanks @kevins8
1...202122...108Latest