Alberto Romero
Alberto Romero
## Scope - Add steps to get the DAW up and running as smooth as possible - Add a link to the Discord Server - Add a small .gitignore file...
Thanks a lot for the information provided in this repository. I read part of the [Testing Vue.js Applications](https://learning.oreilly.com/library/view/testing-vuejs-applications/9781617295249/) book, and it really lacked a lot of real examples and real...
## Description Added a Menu Bar Command to display Today's Frog, which means the most important task you need to finish Today. How I implemented it: 1. Added a Preferences...
### Proposal A Tree Chart is basically how we visualize trees as a data structure, where we have a root node and we have multiple children expanding from the top....
Solves https://github.com/pmizio/typescript-tools.nvim/pull/237 ## Things done in this PR - Make node executable configurable so tsserver can run with any runtime (node, bun, deno, etc) ## How I tested the project...
In this particular line, it's using either a `cmd.exe` for windows or `node`. I would love to have a settings for using `bun` as my node executable or any other...