Marcus Whybrow
Marcus Whybrow
A script with a working progress bar, is invisible when ran using `npm run script`. I'm running on Windows using [Git BASH](https://git-for-windows.github.io/#bash).
I'm using Git BASH. Running `npm install ascii-progress` gives: ``` > [email protected] install C:\[REDACTED]\node_modules\ascii-progress\node_modules\get-cursor-position > node-gyp rebuild C:\[REDACTED]\node_modules\ascii-progress\node_modules\get-cursor-position>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild...
Using GitKit v0.1.0 to clone a repository with `isBare = false` I get the aforementioned error. Setting `isBare` to `true` doesn't give the error. ``` var isBare = false; var...
Replace "to arguments" with "two arguments"
Hi, I'm new to Go. Seeing `go install ...` suggested for [modd](https://github.com/cortesi/modd#install), I tried `go install github.com/cortesi/devd/cmd/devd@latest` however I get this error. I don't get this error when downloading and...
`modd.conf` ``` tailwind.config.js { daemon: tailwind --watch --output ./build/tailwind.css } ``` Output of running `modd` ``` 11:16:21: daemon: tailwind --watch --output ./build/tailwind.css Rebuilding... exited: exit status 0 >> restart backoff......
Hi, `https://ghs.vercel.app/v2/count/filiptronicek` works as expected and produces: ```json { "status": "success", "sponsors": { "current": 3, "past": 12 } } ``` But `https://ghs.vercel.app/v2/count/marcuswhybrow` give the error: ``` 00: INTERNAL_SERVER_ERROR Code: FUNCTION_INVOCATION_FAILED...
Mine's a small project, and a bit different to the others. Cheers, Marcus
Hello, it's my first time using `gomod2nix`. My flake builds my hello world `main.go`, but always hangs for 8 seconds at `Building subPackage .` It hangs for much longer on...
I'm building a web UI using Pagefind and it's going great. I'm using the node wrapper API's `addHTMLFile` function to populate the index. I'm currently displaying the entire list of...