Matija Šuklje
Matija Šuklje
`LicenseConcluded` is a good question – on one hand it is based on a tool finding, on the other the tool finding is what (arguably) the authors wrote themselves. Personally,...
@seabass-labrax , or the zlib license situation, with its “as license declared in file X”. In any case that sounds like what we’d need to discuss within SPDX.
> The simple one would be to create a global license file at the root directory and state in the README.rst file that any theme provided without a license automatically...
Consider also adopting best https://reuse.software best practices to mark the code.
> The simple one would be to create a global license file at the root directory and state in the README.rst file that any theme provided without a license automatically...
@florian-wagner proposed: ``` .rst .. view:: test.pdf ``` Excuse my ignorance, but is your proposal to use another command/label in the markup (if so, I suppose you wrote in RST)?...
I have given the whole “how to automate and simplify signing of CLAs” bit quite a bit of thought before, and came to the conclusion that relying on Git +...
@gnarea, true, the SSH key solution has that limitation. On one hand it’s legally closer to an actual signature, on the other hand, it does carry that additional burden. Which...
Since https://github.com/fish-shell/fish-shell/issues/839 got closed in favour of this issue, I would like to make sure that it’s point does not get forgotten. The issue there is that in Fish currently...
> > > Or, you know, git add chap1{3,4,5}. > > > > > > However, I think it would be nice to be able to do `git add chap{1..12}`...