mdepot
mdepot
I see this problem as well. If the kernel is updated after the build, the newer kernel headers and a compiler are needed by vagrant-vbguest to rebuild the vbox guest...
Looking at this closer, perhaps the best place to fix this is in virtualbox.sh. This script removes some of those packages at the end of the packer build process, however...
I ran into this same issue as well, on version 3.3.2. In my case I had set manage_dns to true, and left bind as the default dns implementation. I happen...
Borrowing the idea of vim modelines, what if we were to allow for a comment near the top of HCL files that provided hints about the specific type/flavor of the...
@M0hammadUsman, Thanks for your input. I also experimented with adding my own demo, but I was not happy enough with it to submit just yet.
I experimented with some demo code of my own. In my first experiment I created goroutines completely outside of bubbletea and setup channels to communicate. But I wanted to make...
@siddarthpai, sure it would be great to have others help move this forward. Unfortunately I'm in the middle of RL moving, so I don't expect to have much time to...