-
Hi. I'm having a issue where I'm trying to list some zip files inside a directory in my project using `dir_tree()` and they're not showing up. I thought I was messing up with `glob` or `regexp`, but i…
-
1) echo a "" b "" c "" d
2)echo ""a" " " "b" " " "c" " " "d""
3)echo ""a" "" "b" "" "c" "" "d""
4)echo """"
5) echo "c""b""d"
6) echo ""ls | cat ""
-
https://github.com/paulirish/dotfiles/blob/master/.dircolors
``` bash
# here's LS_COLORS
# github.com/trapd00r/LS_COLORS
command -v gdircolors >/dev/null 2>&1 || alias gdircolors="dircolors"
ev…
-
Hello,
Title says it all...
Is there someone who managed to compile this code in VSCODE with ESP_IDF extension ?
some output files
[CMakeOutput.log](https://github.com/user-attachments/files/172…
-
I am on Ubuntu 24.04 and am trying to prepare the environment to build Pokit
`sudo apt install qtbase5-dev qttools5-dev-tools qtconnectivity5-dev qttools5-dev qt5-doc qtconnectivity5-doc`
I rece…
csvke updated
1 month ago
-
If you have project A depending (through workspace/link protocol) on project B and you run `pnpm install --prod --filter='.'` in project A, dependencies on project B will get corrupted.
The issue s…
-
This is something that I stumbled on while trying to put `if__/3` from #2260 in a module. Basically, if you have a non-terminal that calls another non terminal as it's argument, module resolution does…
bakaq updated
10 months ago
-
### Describe the bug
I copied the zinit command for ls_colors
```
zinit \
atclone'[[ -z ${commands[dircolors]} ]] &&
local P=${${(M)OSTYPE##darwin}:+g};
${P}sed -i '\''/DIR/c\DIR…
-
### Describe the bug
During some [resource consumption profiling](https://github.com/sphinx-doc/sphinx/pull/12596#issuecomment-2231412757) I noticed that the baseline `searchindex.js` size that I was…
-
The plugin does not work on windows since it needs to use `ls` to get the addon files.