Kurt McKee
Kurt McKee
@corydolphin Please close this issue. It is not a bug in the project.
Would it be sufficient to give the `environment` parameter a default of `None` and then conditionally use its settings? For example: ```python def find(x, environment = None): left_delimiter = "{{"...
Good catch, Thomas! I'm overhauling fru-tool in my fork and will make sure that single-character values are rejected.
@namazso please close if OpenHashTab won't offer a CLI version. @a84r7a3rga76fg You may be able to accomplish this using other existing tools. For example, Powershell offers a [Get-FileHash](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7.3) commandlet, and...
Don't jump backwards to 0.1.0. This code builds on the contributions of 70 people already. It's not a reboot of the codebase. Calling it 1.27.0 was the right decision when...
It's time to pick a license. > we could make it CC0 (public domain), but all the other authors of the spec will need to chime in before we make...
Will that include v1 and v1.1?
Note: This supersedes the action version changes introduced in #3628, as Dependabot will update the versions automatically by opening PRs. The typo fixes in #3628 may or may not still...
_The following is not a solution, but a general tip to enforce styles and preferences on projects._ To enforce this across all files -- regardless of what tool or generates...
This is a great start, @gnfzdz! I'd like to assist on implementing a number of initial condition providers, writing up documentation, and adding unit tests. I can pick this up...