Jørgen Tjernø
Jørgen Tjernø
When we can't determine the previously built change, always trigger a build. Otherwise, Perforce triggers and Perforce polling will never trigger a build until a manual build has been run....
This only fingerprints if the source project has "fingerprint all archived artifacts" enabled. This also adds tests for this behavior. Creating a pull request to get some more eyes on...
As per [the discussion topic](https://github.com/fzyzcjy/flutter_rust_bridge/discussions/1764), it would be great to have the documentation state the philosophy about what should & shouldn't be in version control.
Issue transferred from ValveSoftware/steam-for-linux#310 @cheshire-mouse posted at 2012-12-23T09:13:10Z: Font in the servers list is very small and is barely readable (resolution is 1280x1024)   --- System information...
The documentation says: ``` The “url” value should point to the Jira API url. ``` It should just say "To the JIRA root URL (e.g. https://my_company.onjira.com)" or something clearer. The...
Pressing Cmd+w with "about" active closes the main window (eep!) Pressing Cmd+w with the "preferences" active plays an alert bell.
There's no (obvious) way to open a link in a new tab - right click menu or command-clicking doesn't work. This would be a great feature to make tabs more...
Currently Hermes URLs work fine in Slack, but not in Microsoft Teams and Discord, because they do not recognize custom protocols. One potential workaround is to have a plugin setting...
Currently Hermes only works on Windows. It should be doable to implement similar URL handling to [bichrome](https://github.com/jorgenpt/bichrome/blob/main/src/macos.rs) and have a helper app for macOS too, and use the mail_slot crate's...
Currently Hermes only works on Windows. We should investigate custom URL handling on Linux, and figure out an alternate IPC mechanism for hermes_urls on Linux.