Pascal Andy

Results 48 issues of Pascal Andy

It's just annoying :-p. You can see my fork [here](https://github.com/pascalandy/ssg_sapper/tree/edge). Thanks for all the work! ``` npm run dev > [email protected] dev /Volumes/ssg_sapper > run-p watch:* > [email protected] watch:css /Volumes/ssg_sapper...

`npm run build` I see this build a node app. Can we export this a HTML/CSS/JS project? I simply want to create a landing page with 2-3 pages. Cheers!

Hi ### Manual installation: I tried to run it a container and it works perfectly. Here is how I installed it manually. ``` # Run Node container docker run -dit...

I had to re-install ubuntu 4 times and then I decided to run commands one-by-one. I found whoopsie should not be removed. So I leave it like this: ``` #...

### Error: ```bash ~/Documents/github_pascalandy/localGPT|main⚡ ⇒ python ingest.py Traceback (most recent call last): File "/Users/andy16/Documents/github_pascalandy/localGPT/ingest.py", line 4, in from utils import xlxs_to_csv File "/Users/andy16/Documents/github_pascalandy/localGPT/utils.py", line 1, in import openpyxl ModuleNotFoundError: No...

Hey, Would it be possible to use this vu doing something like: ``` docker service create \ ... ... ... ``` Cheers!

I'm using Waypoint along templater and Folder notes. Folder notes call a template. cool In Waypoint, so I added my path to `Ignored Files/Folders`, but it doesn't seems to ignore...

Hi, I just tried to run it on my mac ``` docker run -d --rm \ --name volume-sharer \ -p 139:139 -p 445:445 \ -v /var/lib/docker/volumes:/docker_volumes \ -v /var/run/docker.sock:/var/run/docker.sock \...

Hi, I added the `locales` DIR from this project into the official Casper 2.7.0 theme. It does not work. **Question**: Is there any other things I should do in order...