Glenn 'devalias' Grant
Glenn 'devalias' Grant
See also: - https://github.com/desktop/desktop/issues/12354
Dove into the source code for a bit of a search, and here are some of the lib files related to `rebaseInteractive`. There may be more than this, and I...
> In my opinion this should be available only on unpushed commits, because: > > * it prevents people unfamiliar with Git from getting unexpected results > * it teaches...
Seems this was also requested here: > The reordering and squashing features are very awesome, thank you for adding them! I think at the moment there are mainly two features...
RE: https://github.com/desktop/desktop/issues/5219#issuecomment-1858996516 > The fact that there is already a 'reorder commit' option, even on commits beyond the first one makes me think there must already be decent support for...
Just saw this announcement blog today, which sounds like it might provide another way to achieve these things: - https://github.blog/2024-05-02-dependabot-on-github-actions-and-self-hosted-runners-is-now-generally-available/ - > Starting today, administrators using Github.com accounts can enable...
> The problem is that it has protection built-in to prevent the job from being re-run. @nmiddendorff Ah, true. That's annoying then :( I haven't really looked, but are there...
See also: - https://github.com/bluesky-social/social-app/issues/1071 - https://github.com/bluesky-social/social-app/issues/1164 - https://github.com/bluesky-social/social-app/issues/2619 - etc
> Example: > > ```js > function f(a, b, c) { > console.log(b) > b = 1; > c = 2 > } > ``` > > Should produce: >...
> Theres no context, an obfuscator does this and it‘s interfering with webcrack @Le0Developer Fair enough. I guess what I was trying to understand is why, based on that example...