Felx
Felx
Fwiw, I fixed this a month ago and my issue has to do with pipenv. I changed from this (from the README): ``` is_vim="ps -o state= -o comm= -t '#{pane_tty}'...
We can have an interactive CLI for users to create apps, like these: https://devcenter.heroku.com/articles/heroku-cli https://github.com/gjbae1212/gossm
TUI could use: [Bubble Tea](https://github.com/charmbracelet/bubbletea) [LipGloss](https://github.com/charmbracelet/lipgloss/) [Summoner](https://github.com/kowainik/summoner)
Cool I will try it, but this will happen after digital ocean integration is done, as that is already in the works
Deprioritized, because this might go against the project's goal of simplicity
Partially implemented in `v0.1.5` - [x] auto scaling group - [x] equivalent_instance_types - [x] usage of spot fleet - [ ] detached worker pool module
@markusressel did you manage to find a solution? I have the same hardware and I am facing this issue as well
@cmoulliard I faced the same issue. I replaced the tinycore-based `box` with [fedora-based VM](https://github.com/snowjet/boot2podman-fedora-iso). I continue to name it `box` for convenience. ```sh podman-machine create --virtualbox-boot2podman-url \ https://github.com/snowjet/boot2podman-fedora-iso/releases/download/d1bb19f/boot2podman-fedora.iso \ --virtualbox-memory="4096"...
hey @bobvanderlinden thanks for pointing out the unused ruby. And sorry for being late to the scene. This has been fixed in https://github.com/inscapist/ruby-nix/pull/41 Also, it would not work out of...
Inspired by your design, I made another emacs build similar to yours. https://github.com/sagittaros/emacs-osx I don't have your `--set LIBRARY_PATH` wrap. Yet from my initial testing, it is working fine so...