Notas Hellout

Results 144 comments of Notas Hellout

Here is what I sent: > New API route for batched version update information fetching > > Dear support employee, > > A tool I use to keep my npm...

Hi @raineorshine. So far I did not get any reply from NPM. However, I believe some improvement may done independently of their reply. Regarding the following remarks (copied from the...

I have some modules that are `npm -g link`ed. I do not have an issue with those. Is manual symlinking standard? If not I do not think it would be...

Had a similar issue but the `onFocus` trick did not solve it. In my case there was a dispatch of `{type: __dropdown_click__, changes: {activeIndex: -1}}` whenever clicking a `selectedItems` component....

Yest! That and I think the trick to disable all defaults (https://github.com/tridactyl/tridactyl/issues/2306#issuecomment-615798111) should also be mentioned.

Maybe also mention `setnull` in `:help unset`?

I believe there exists a more automatic workaround since the last commit attempt is stored in `.git/COMMIT_EDITMSG`.

For instance here: https://unix.stackexchange.com/questions/590224/is-git-commit-message-recoverable-if-committing-fails-for-some-reason

Can be improved to ``` git commit --edit --file "$(git rev-parse --git-dir)/COMMIT_EDITMSG" ``` although these solutions do not seem to work well with the `--verbose` flag.