Aleš Najmann

Results 14 comments of Aleš Najmann

I beg your pardon. Here is my scoop bucket with `spotify-tui` https://github.com/littleli/scoop-garage I don't think it belongs to the `main` bucket. Maybe `scoop-extras`, or even create your own bucket, it's...

> Nice one @littleli! Are you able to make a pull request adding your work to this repo? I would suggest: 1. creating a new repository `scoop-bucket` managed by you,...

Looks good. Also [see this PR](https://github.com/Rigellute/scoop-bucket/pull/1) with the first version bump.

Just for a completeness. If you use `bind` in TypeScript you are going to lose type information anyway. `Function` interface provide such signature: `bind(thisArg: any, ...argArray: any[]): any;` It means...

Hi Daniel. I'm glad you find this project helpful. Use `clj` and `clojure` whenever possible. Period. The requirement is that your current shell is Powershell. This should be the default...

@chadkennedyonline I understand your strugle, but I'm reluctant to add this. It's already confusing enough. I read your case on Slack - and for other readers the use case is...

@chadkennedyonline There are reasons... I can't put random files to shim directory on my own. It's managed by scoop based on the config from manifest file. See "bin" section here:...

> EDIT: I can confirm that using `scoop-clojure` in its stock configuration, along with running `yarn config set script-shell powershell.exe` allowed me to run all the scripts in `package.json` just...

That would be fantastic. `rwlwrap` is not available on Windows.

Checking this. I've never seen anything like this before. My suspicion there is some unexpected whitespace somewhere because the 'ERROR' can happen when path is not escaped and command is...