Alexander Tkachev
Alexander Tkachev
I can make a PR, if this feature has chances to be accepted.
@rachellerathbone yes, exactly! Something like this: We really want this feature because developers love Github and PMs/clients love Jira. If it's implemented, developers can create multiple issues for Jira tickets...
This issue was the first result for my `cypress "can't walk dependency graph"` google query. Posting my findings here in case if they could help to someone. In my case...
@brandonros I have found a way to make it work: https://github.com/Leksat/tray-item-rs/commit/980f0d2db45e97580ee77a961c2a87a9780b1cb1 Basically, we need to update the title on the status bar, not on the menu nor on the menu...
> after we call .display because it seems to block the whole thread In my fork, the `.display` is [not blocking](https://github.com/Leksat/tray-item-rs/commit/78112c3e499ae768ac14eb6ffc548b6d113b2820). Yet I'm struggling to change the menu label from...
> `error[E0277]: `*mut objc::runtime::Object` cannot be sent between threads safely` I solved this by - adding `unsafe impl Send for TrayItem {}` to my `tray-item-rs` fork ([commit](https://github.com/Leksat/tray-item-rs/commit/8bb72533bf7e8464391216ee9cd248428a220c0e)) - using `UnsafeCell`...
@j0sh77 unlike https://github.com/gatsbyjs/gatsby/issues/36350 this one is trivial and the PR is ready.
> If we missed this issue or if you want to keep it open, please reply here. Replying here :) > As a friendly reminder: the best way to see...
At the moment I have no idea how to fix this 😬