Andrey Shmelev
Andrey Shmelev
I have tested it on my Windows machine. It is ok.
Hi, all. Check out my PR above. Another way to deal with multiple directories - is symbolic links. You can create directory "content" and create in it symbolic links to...
Chat GPT answers perfectly. And it is not about job title, it is about motivation. What motivates the person - money, or passion of creating things.
You can configure your terminal to run default shell in login mode. I.e. for https://github.com/mintty/wsltty you can use `-` (single dash) argument. From [manual](http://mintty.github.io/mintty.1.html): - wslty usage is `mintty [OPTION]......
Hi, @lakshbhutani. I've got the same issue. Then I update all my packages: ``` "devDependencies": { "solid-devtools": "^0.27.3", "typescript": "^5.1.6", "vite": "^4.4.4", "vite-plugin-solid": "^2.7.0" }, "dependencies": { "solid-js": "^1.7.8" }...