Kevin Song

Results 127 comments of Kevin Song

Won't build on MacOS, Haskell Platform 8.0.2

I was able to build this into a stack project by specifying the `lts-3.22` resolver and adding `bitstream-0.2.0.4` into the `extra-deps` field in `stack.yaml`, as well as adding `bitstream` to...

Same, Nylas mail 2.0.32 on Windows 10. I'll edit this if I can reproduce the behavior on Linux as well. Interestingly, it doesn't appear to be any one sender client...

Over on starship, we had [a report from a user](https://github.com/starship/starship/issues/1774#issuecomment-1025184712) that their company was requiring *all* programs used on MacOS systems to be signed + notarized. While it doesn't seem...

> For starship's scripts above, it seems to say you need to notarize twice, and I'm not sure why. I'm guessing it's probably because of the way it's packaged? Yes,...

Does `.config/` exist in your Windows home directory? Starship will not create that directory for you, so if it's not already there, it won't be able to create a config...

You should create that directory then. Starship will attempt to create the file if it doesn't exist, but it doesn't attempt to create directories that don't exist.

The culprit seems to be in [this block](https://github.com/starship/starship/blob/master/src/modules/git_commit.rs#L50) of code. It seems that this will only find annotated tags in the repository, while lightweight tags don't appear in the list...

What I don't understand is why this isn't picking up on lightweight tags, since they seem to show up under the correct format when using `git show-refs`: ![image](https://user-images.githubusercontent.com/4605384/109367805-bd1c3980-785c-11eb-8a05-03710d736fb4.png)

@hexcowboy Huh, it really is that simple. To add a little to this observation, there's a short delay between pressing `Esc` and when the normal-mode prompt draws. It seems that...