Amin Ya
Amin Ya
I find this specification too complex. https://github.com/microsoft/terminal/issues/6549#issuecomment-675494526 I believe useful progress can be made by implementing the most critical case which is closing a tab that is in the middle...
Using `node-linker=hoisted` fixes the issue. However, it causes the post-install scripts to run every time you run the install. But it is worth fixing this issue.
I made a PR that reverts the change, and it works as expected. The proposed change for using arrays needs more testing in my opinion. https://github.com/cantino/mcfly/pull/436
> **Q1**: Does the problem happen within other terminals with the same .bashrc? No, I could not reproduce it in KDE Konsole. > **Q2**: What is the output of the...
Here's the output with the above in bashrc. I face the same error. I don't get foo/bar ```bash bash: PROMPT_COMMAND: line 706: syntax error near unexpected token `;;' bash: PROMPT_COMMAND:...
Thanks for finding the fix. Yes, it's fixed!
Linux Arm64 is already supported as of 6.3.0. The prebuilds are provided and built inside Qemu/Docker. You won't need to build from the source. https://github.com/zeromq/zeromq.js/releases/tag/v6.3.0 See the build directory under...
It seems to me that the reason it is broken is because of LTO. Not sure what we can do to fix that old LLVM.
Because in LTO, the linker strictly requires matching MacOS target versions. If you build without LTO, it warns, but it will succeed in building.
Those specific binaries that LLVM provided are built with that target version. I'll see if there's a solution other than building from the source