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

    kevins8

    02/04/2021, 3:00 AM
    @User you're right, this is a bug and there's an issue for it here: https://github.com/dendronhq/dendron/issues/227 feel free to upvote to help us prioritize 🙂
  • h

    hikchoi

    02/06/2021, 8:49 AM
    is the
    LookupProvider
    exposed somewhere when I instantiate the lookup command with
    await new LookupCommand().execute()
    ? How do I trigger
    onDidAccept
    after executing the lookup command?
  • h

    hikchoi

    02/06/2021, 11:47 AM
    nvm. I think I figured it out. 😄 I THINK
  • h

    hikchoi

    02/06/2021, 11:47 AM
    will clean up and submit a PR soon
  • k

    kevins8

    02/06/2021, 4:02 PM
    i'm awake now so let me know if you have more questions 😅
  • h

    hikchoi

    02/06/2021, 5:40 PM
    I didn't add a multi-vault test because it felt kinda pointless as the extraction comes from outside a known vault. should I do it anyways? or are the multi-vault tests only for interactions within the known vaults?
  • h

    hikchoi

    02/06/2021, 5:42 PM
    also, I was gonna add more tests for selectExtraction in general because there weren't any, but didn't want to introduce noise to the PR. I'll add them on a separate PR or just add more onto this one whichever you prefer.
  • h

    hikchoi

    02/06/2021, 5:43 PM
    I am half awake half dead atm so I'll submit tomorrow and let you know.
  • h

    hikchoi

    02/06/2021, 5:45 PM
    totally didn't forget to push after dinner 😄
  • k

    kevins8

    02/06/2021, 5:45 PM
    sounds good. no need for multi-vault test
  • k

    kevins8

    02/06/2021, 5:45 PM
    and never push on an empty stomach 🙂
  • h

    hikchoi

    02/07/2021, 9:07 AM
    https://github.com/dendronhq/dendron/pull/471 take a look when you have a chance 🙏
  • k

    kevins8

    02/07/2021, 5:01 PM
    just merged! great work @User 🌱
  • h

    hikchoi

    02/08/2021, 12:43 PM
    trying to write an issue to add more test cases for
    selectExtraction
    . would the
    Work Item
    template be for something like this?
  • h

    hikchoi

    02/08/2021, 1:15 PM
    also, I've started keeping the output pane on while I use dendron. I felt like I was struggling to figure out what's internally happening in dendron when I was working on the codebase 😄 I think this will help a lot. any other tips?
  • k

    kevins8

    02/08/2021, 4:15 PM
    yep 🙂
  • k

    kevins8

    02/08/2021, 4:22 PM
    Dendron has a lot of moving parts so I try to divide my workspace accordingly. - 1: What I'm working on - 2 and 3: Related project (eg. if 1 was the plugin, 2 & 3 might be
    engine-server
    and
    api-server
    respectively) - 4 and 5: This is where I keep common utils/libs (eg.
    common-all
    , type definitions, etc) Since your screen space can be pretty small when doing this, I use the following keyboard shortcut to trigger maximizing panes
    Copy code
    json
    { 
        "command": "workbench.action.toggleEditorWidths",
        "key": "ctrl+cmd+m"
    }
    I also try to document the main logic when I run into it in the {project}.internals hierarchy on our site: https://dendron.so/notes/4b8f0470-dacb-433b-8d0c-f5a7d8f5245d.html
  • h

    hikchoi

    02/08/2021, 11:08 PM
    5 splits 😄 I can barely handle 3
  • h

    hikchoi

    02/08/2021, 11:11 PM
    > I also try to document the main logic when I run into it in the {project}.internals hierarchy on our site I was just thinking about this yesterday too. But on my own site just as my personal cheatsheet
  • h

    hikchoi

    02/12/2021, 12:27 AM
    @User just checking if the failed plugin tests are not on my end. are these the same tests that were failing the last time I pushed?
  • h

    hikchoi

    02/12/2021, 12:27 AM
    cuz this time integ tests are failing when I run it locally as well.
  • k

    kevins8

    02/12/2021, 1:00 AM
    about to start an onboarding but will be checking out the tests afterwards!
  • h

    hikchoi

    02/12/2021, 1:02 AM
    Take your time 😄
  • k

    kevins8

    02/12/2021, 2:02 AM
    just left a comment 🙂
  • h

    hikchoi

    02/12/2021, 3:10 AM
    Just pushed a fix.
  • h

    hikchoi

    02/12/2021, 3:10 AM
    and a comment.
  • k

    kevins8

    02/12/2021, 3:12 AM
    merged 🙂
  • h

    hikchoi

    02/12/2021, 3:12 AM
    👍 on to the next issue.
  • k

    kevins8

    02/12/2021, 3:16 AM
    let me know if your interested in any of the bigger tasks and i can walk you through the process if there are any that catch your eye 😇 https://github.com/dendronhq/dendron/issues?q=is%3Aopen+is%3Aissue+label%3Asize.mid
  • h

    hikchoi

    02/12/2021, 3:16 AM
    not sure if I'm ready for that haha
1...484950...108Latest