joe Jankowiak

Results 42 comments of joe Jankowiak

Looking through the code, I see `$select` does get passed to the db query. Thinking about this more, an `$unselect` does pose an issue when it comes to SQL as...

You're right, better to do that as a resolver than making a wrapper for `resolveResult`/`resolveQuery`. I can still turn that into a service hook I call before `resolveResult` and pass...

This was both in the sidebar pane and if I ran any git commands through the terminal. In the video I linked to, I show that running "git stash" shows...

@joshspicer I just started working in this project again, and unfortunately the issue is back again after committing my changes. After doing so its no longer tracking new changes but...

I finally stumbled upon the answer to this - git's core.fsmonitor being true. Searching through the WSL github, turns out someone recently made an issue for it: https://github.com/microsoft/WSL/issues/8622 When reinstalling...

I need to reopen this issue. I have not had this issue for months, and all the sudden it is now doing this again. Any change that I have recently...

I'd love some help on this. This continues to be an issue in one of my containers and cannot track down why. @joshspicer I've notice that if I break my...

Thank you, that will work. Just out of curiosity, is there a reason the long description isn't a textarea instead of a single line textfield? Its more natural to hit...

#3468 did not fix my issue #3439 unfortunately.

I have not had any luck in getting esm to work in main yet. I ended up just using [electron-vite](https://github.com/alex8088/electron-vite) for my current project instead. Hopefully I can switch back...