Results 10 comments of sarna

Thanks for the response! I see, feel free to close this issue whenever you think is appropriate :)

@nxadm Where should I submit the PR? I can't locate the repo with the website source.

> @LiberalArtist—Does SourceHut document what it does detect, or do you know where the code they use for detection lives? I found it here https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/item/gitsrht/blueprints/repo.py#L32-62 ```python def get_license_info_for_tip(tip): license_exists =...

I didn't realize it was such a complex topic. Thanks for providing such great feedback. For now, in my own repositories I plan to use [BSD-2-Clause-Patent](https://spdx.org/licenses/BSD-2-Clause-Patent.html), which seems to both...

@spdegabrielle: > For example, GitHub documents that they use the Ruby library [Licensee](https://github.com/licensee/licensee/blob/main/docs/what-we-look-at.md). (An extra complication is that Licensee apparently doesn't support a LICENSES directory at the moment, though in...

@otherjoel Is this license meant to actually be used, or just as a model? I can't find any project that uses it (might be that I'm searching wrong). Myself I...

@otherjoel I see, thanks. I'll consider it, I like the plain language and distinctive name. It's a different question if it should be the default for everybody. IMO having `raco`...

It's a confusing error message, but I'm pretty sure the actual problem is here: https://github.com/oleander/git-fame-rb/blob/78993fc4adef998e8c65f4393df8ef040992e42f/lib/git_fame/command.rb#L140 It's just that the thread in which the spinner runs gets killed by the exception....

Personally I like the `bit_array` ones much better. Now I noticed the return type is different too, that's unfortunate :(

@fosskers I had the same problem, and found the solution in this comment: https://github.com/leafo/lapis/issues/259#issuecomment-543876041 We need to let Fennel know that these globals [will] exist. To make your example work,...