Samuel Meuli
Samuel Meuli
Hi @D063520, I'm not working with Wikibase anymore and therefore not planning on adding features to this library myself. If anyone else wants to implement these data types, I'd be...
Hi Matthew, thanks for opening the issue! This feature would indeed be nice to have, I'll think about how this could best be implemented. And of course, a PR would...
My formula and build script are inspired by [this one](https://github.com/Homebrew/homebrew-core/blob/master/Formula/dark-mode.rb). Does `brew install --build-from-source dark-mode` work for you? If so, I probably got something wrong in the `tmignore` Xcode configuration.
Any luck with v1.2.1? I'm afraid I haven't been able to reproduce the error yet.
I've tested the install on two machines and haven't encountered any issues: - macOS 10.15.4 and 10.15.5 - Xcode 11.5 - Homebrew 2.3.0-21-g7db771b
Prebuilt binaries are available on the [Releases](https://github.com/samuelmeuli/tmignore/releases) page.
Thanks for opening the issue! I agree, only the `.Build` folder should be excluded. Would you be able to provide me with a ZIP of such a project so I...
I think these are actually two separate issues: - Files in an excluded folder being excluded as well (I condsider this a bug because it's not the behavior I intended)...
It seems like this is impossible with GitHub's current token scopes. The action needs permissions for two operations: - Permission to create annotations with GitHub's [Check Runs API](https://developer.github.com/v3/checks/runs) to display...
All I can do for now is document these limitations in the README and provide more helpful error messages. If you'd also like to see these permissions changed, please [submit...