Mr. Lance E Sloan «UMich»

Results 22 comments of Mr. Lance E Sloan «UMich»

What a coincidence, @jonespm, that we're looking for this document at about the same time. I was looking for it yesterday and when I found it incomplete, I searched and...

Setting `WHALEBREW_INSTALL_PATH` works, but I think it's not the best solution. Could whalebrew install into the Homebrew directory by default? That is, use Homebrew's `HOMEBREW_PREFIX` and append `/bin`. For example,...

There are other solutions. Workarounds, actually… * Add instructions to the README explaining… 1. How to open and approve the app from the Finder with right-click on the MacDown icon....

This is probably related to #1266.

UMich decided to put this feature on hold for now.

I use emoji in the text of issues for some of my projects. I use them in place of bullet points to attract attention to important information. To have them...

A workaround… ```sh kustomize build directory_name | csplit - /^---$/ '{*}' # Requires `yq` to query values from YAML files for i in xx*; do sed '/^---$/,1d' $i > $(yq...

This is a pretty important feature. I installed `ics` specifically to parse timestamps from an ICS file. The file includes time zone and offset values, but this module always displays...

If it helps, when I moved an issue "card" to a column of my project, my browser made a POST request to: ```txt https://github.com/lsloan/reponame/projects/1/columns/666/cards ``` With the form data (altered...

Just to clarify: Where in the GitHub repository would it upload (commit) the image file? Would it go into the root directory of the repo?