Steven Benner
Steven Benner
Wow, that is probably the largest tooltip that I have ever seen (imho too large). What are you trying to do here that requires or would be made easier by...
I've never used masonry before. But have you tried running it on an unattached jQuery object? You might be able to generate your tooltip content in a new jQuery object,...
Now that is a conundrum. I never really thought of that use case. What's happening is that since the text is wrapping, the browser sees it as essentially a big...
It turns out that this is not a bug, or at least not the problem that was originally described. #### Results of testing When a link opens a new tab...
I have a couple follow-up questions that may help to narrow down the cause. 1. **Please describe how you installed the packages.** This sounds like a special case, so the...
Thank you for the additional information. I think I know what is going on. PacFinder uses the sync databases (e.g. "extra" in this case) as the metadata source for the...
### Notes to self * This issue probably applies to rolled-back/held-back (`IgnorePkg`) packages as well. * libalpm doesn't make some of the required structures available for instantiation outside of the...
Update: I have made the following changes, mostly based on code review feedback: * **Change default URL to `[email protected]:`** Eli's preference. * **Allow default AUR URL to be set in...
Squashing this down into two atomic commits where one is the hard-code change and the other is the addition of a `--url` option is unfortunately a non-trivial endeavor. The check...
A very interesting discussion. I doubt that I can contribute anything more to the conversation, but I actually do use shellcheck on a couple of my personal projects. However I...