Stephen Bannasch
Stephen Bannasch
When I try and run PHP CS Fixer 2.15.1 in Atom I get blue error stating "Could not open input file: php-cs-fixer" Instructions for using brew installed php-cs-fixer appear to...
I fixed the ant release task to use git checkout-index instead of svn. I also updated the readme doc for ant release See the last two commits in my master...
I'd like to be able to copy selected multiline Elm code into the clipboard and be able to paste it into the elm repl formatted to be able to be...
For about three months a year ago you had the whole app checked into the repository. Some of the frameworks were very large binary files (aprox 100MB) Medis.app was checked...
environment: os: macOs 11.6.1 ``` $ node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --version v13.2.3 $ node_modules/electron/dist/Electron.app/Contents/MacOS/Electron --abi 89 ``` I can clone iohook to a stand alone directory and successfully build with this command: ```...
I cloned the repo and wondered why it was so large? Ahh ... the expanded examples directory is almost 1 GB. I find repos this large a bit unwieldy had...
https://getbootstrap.com/docs/5.1/customize/sass/#importing fixes: https://github.com/twbs/bootstrap-npm-starter/issues/70
branch: v5-parcel -- @parcel/transformer-sass: Can't find stylesheet to import @import "vendor/rfs";
Wanted to checkout the `v5-parcel` branch. Running `npm start` generates an error: `@parcel/transformer-sass: Can't find stylesheet to import @import "vendor/rfs";` Possibly a related issue: https://github.com/parcel-bundler/parcel/issues/4609 Shell: ``` [bootstrap-npm-starter (v5-parcel)]$ git...
The new code in question is: ``` open(filename, :encoding=>"utf-8") do |file| ``` the error reported is: ``` open-uri.rb:32:in `initialize': can't convert Hash into String (TypeError) ``` The same error occurs...
Am using gitx built from the latest commit on the master branch: https://github.com/gitx/gitx/commit/d0bddcc47 I setup a git pre-commit hook to check for occurrences of `debugger` statements in javascript. When this...