Gerhard Olsson
Gerhard Olsson
Duplicate of #12052
Will merge this
The exception occur when processing a link. I cannot reproduce
git log -1 As well as Revision Links configuration
Approved, working fine There are two occurrences each in app/src/main/org/runnerup/tracker/component/TrackerPebble.java:85 and app/src/main/org/runnerup/tracker/component/TrackerPebble.java:479 Even if Wear is dropped right now and there are likely a minimum of Pebble users, I suggest...
Failed copy... app/src/main/org/runnerup/view/StartActivity.java:735 :759 app/src/wear/org/runnerup/tracker/component/TrackerWear.java:479 > I think we could either just change startBroadcastIntent.setPackage(null) to startBroadcastIntent.setPackage(context.getPackageName()) or to replace with sendLocalBroadcast(org.runnerup.common.util.Constants.Intents.START_WORKOUT) > Any thoughts about this? No opinion right now....
As there is noone to maintain TC and build servers are not fully independent plugins: Should the plugin be removed?
Likely something that is seen in #12111. A workaround for a .net9 issue with dark mode, all buttons are set as flat to apply dark mode. clipped buttons are not...
 Similar with 125% dpi for me To test: touch .git/MERGE_HEAD In src\app\GitUI\UserControls\InteractiveGitActionControl.Designer.cs:55 ButtonContainer.AutoSize = true; Check default theme, the button should be slightly clipped too, but as Flat is...
> >  > > > > Similar with 125% dpi for me > > The thing is - I'm at 100%... > I'll see if I can fix this....