Xendarboh

Results 10 comments of Xendarboh

I traced the issue to [lib/serve.js#L15](https://github.com/zeit/micro-dev/blob/master/lib/serve.js#L15). It works fine if I disable that line that emits the `SIGUSR1` signal when restarting. Also, I was able to fix the restarting behavior...

it works for me ```tmux setenv -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins/" if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && \ ~/.tmux/plugins/tpm/bin/install_plugins'" run -b '~/.tmux/plugins/tpm/tpm' ```

confirmed. alignment is broken and not in a consistent manner.

potential alternative: https://github.com/ncsoft/Unreal.js

Similar experience. Tried disabling the nx_dameon, could not. Using Docker `FROM node:lts-slim`. Thinking... [nx watcher](https://github.com/nrwl/nx/blob/master/packages/nx/src/daemon/server/watcher.ts) uses `@parcel/watcher` which has a reported container-related issue: [Crash when running in alpine podman container...

Note: I experience this issue to be introduced somewhere between nx `16.0.2` (works !) and nx `16.3.2` (! works). (nx migrate ~~and update deps~~)

update: made a number of changes including `nx migrate`, more cjs-->esm (back to esbuild from webpack), and still found this error: `Watch error: Daemon closed the connection`. I was able...

Working to get my entire project to esm, almost there... I have an app generated with `nx g @nx/node:app --framework=express` that failed to `:serve` (`:build` worked) with errors that led...

I came across this issue while automating release bodies with a changelog generated from git commits since previous release. Thought I'd share my experience and the resulting workflow. In my...

Related LunarVim issues emerged since Neovim 0.11 became the latest [stable](https://github.com/neovim/neovim/releases/tag/stable): - #4643 - #4647 - #4648 - #4650 - #4651 - #4654