Useful bash scripts, shell settings, and git configuration. Easy to install or fork. Light on magic.
hulbert/javascript-eslint.tmbundle 1
Integrates the ESLint JavaScript validator with TextMate 2
Quick and dirty GUI (+ Javascript lib) to make HAProxy logs readable
Play the KCRW live stream in your Terminal. Because why not.
Anatomy study guide
An api client for Neocities with an async API and an efficient deploy algorithm and progress.
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Sample of code where getVirtuals will not get optimized
Manage content better.
startedldez/gti
started time in 26 minutes
issue commentgitx/gitx
How to enable GPG-signing of commits?
Is anyone else looking around for this? or has probably found a solution?
comment created time in a day
PR opened TakeScoop/eslint-config-scoop
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| mocha (source) | ^8.2.1 -> ^9.0.0 |
Release Notes
<details> <summary>mochajs/mocha</summary>
v9.0.0
:boom: Breaking Changes
-
#4635:
import-first loading of test files (@giltayar)
Mocha is going ESM-first! This means that it will now use ESM import(test_file) to load the test files, instead of the CommonJS require(test_file). This is not a problem, as import can also load most files that require does. In the rare cases where this fails, it will fallback to require(...). This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.
-
#4638: Limit the size of
actual/expectedfordiffgeneration (@juergba) -
#4389: Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base (@MoonSupport)
:tada: Enhancements
:bug: Fixes
:nut_and_bolt: Other
- #4646: Deprecate
Runner(suite: Suite, delay: boolean)signature (@juergba) - #4643: Update production dependencies (@juergba)
</details>
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in a day
issue commentgitx/gitx
Index refresh is (sometimes) extremely slow, locks up the app whilst refreshing
This continues to happen even in small repositories.
comment created time in 4 days
push eventTakeScoop/eslint-config-scoop
commit sha 8e1aae09e02dee947e90c108d38e26daa320e312
chore(deps): update node orb to v4.5.0
push time in 9 days
startedSalusaSecondus/CryptoGotchas
started time in 13 days
pull request commentgitx/gitx
For the record, I didn't do the original work, it came from @pshirshov. I just made a PR from his branch.
comment created time in 19 days
pull request commentgitx/gitx
Thanks for your contribution! I'm not qualified to advise here. Unless there's a plan to fix gitx CLI later, I wouldn't suggest merging this until there's a solution/plan. Also the CI will need to support it before it can be merged.
comment created time in 22 days
PR opened gitx/gitx
This PR tries to pick up on @rjmunro’s work in #217 to get dependencies with Carthage an make the project build with that.
To succeed in this, I had to use a non-master PR of the objective-git repo update the target macOS version, remove precompiled headers and add some explicit #includes to make that work.
I assume the code-signing area remains messed up as I have no idea what would even be a good state for that.
In addition the gitx command-line tool does not work in the current setup due to its dependency on the framework outside itself.
It this the way to go? Advice on how to proceed is welcome.
pr created time in 23 days
push eventTakeScoop/eslint-config-scoop
commit sha 8d87a886ab6b4318fedc84cb852dd94398917cc4
chore(deps): update node orb to v4.4.0
push time in a month
push eventgitx/gitx
commit sha 78cd92e2236ca522ee775c98191ac58081c98051
cleanup commit header in history view for elements to stay in place
commit sha 39505c642a05ec4a2a4cc3dd77215b31cf5092d5
restore parents in commit header in history view
commit sha add4acb96788c027e64d3dd9db430a44ac2e96cd
Merge pull request #199 from toy/cleanup-commit-header-in-history Cleanup commit header in history view for elements to stay in place
commit sha 8a6b9f4f0eb46aad2341c11b7f658a2bdcd3486d
Added menu item to Stage menu that can run prepare-commit-msg hook
commit sha 1124df9446f9009612736ee5bebe5b3d11d1e467
Move prepare-commit-message hook execution into PBGitIndex
commit sha 06823620ef14ca006323d0b6b6abd1a007f11b00
Use NSFileCoordinator to listen see if the repository is deleted or moved Close the document if the repository becomes unavailable. Fixes #76.
commit sha eece2fcc6b3f6aa863e6c703eea3254dd3ea709b
Merge pull request #90 from ksuther/close-repository-on-move Use NSFileCoordinator to listen see if the repository is deleted or moved
commit sha c49c029c3a7fa8ce7b1e2f153b2b490edc63fff9
Change PBGitGrapher initWithRepository: to init since it doesn't actually use PBGitRepository
commit sha 1dfeab7f80632643e9d3366a32c5eaf0fb752c9e
Remove unnecessary method that just calls its superclass implementation
commit sha 74f1e4b31f37cc561937fe46edbf8f5e9cae8dcd
Fix crash when closing a repository while the commits are still being loaded
commit sha 383515ab87bb714c1e32f025bda23f3cb72a10af
Remove inPBRepo argument since we have it as an instance variable already
commit sha 1224dd0db42215ce37da9d7272e22f928718886c
Don't retain the delegate for the entirety of graphCommits: since we only need it at the end of the method
commit sha 22829f4055c95b7de0e1647424ce1ff035a85e6a
Remove instance variables that have a FIXME on them Reference the repository and windowController proeprties instead
commit sha 003ff38248d0e391957a2ef912ce7762dd4e2633
Fix exception when dragging files in the unstaged and staged changes table views Use setPropertyList:forType: to silence this exception when dragging: There are 2 items on the pasteboard, but 1 drag images. There must be 1 draggingItem per pasteboardItem.
commit sha 832d4260f9ae42f18e0e26d41df56f22722ed671
Merge pull request #223 from ksuther/misc-cleanup Fix crash and miscellaneous cleanup
commit sha b485f4b21154fc470c902c0b9c9304726dd7a789
Merge pull request #224 from ksuther/fix-drag-and-drop Fix exception when dragging files in the unstaged and staged changes table views
commit sha e37c41000a726c4832bb0eee5df837eb8e790980
Merge pull request #122 from ksuther/feature/prepare-commit-msg Added menu item to Stage menu that can run prepare-commit-msg hook
commit sha 814a67c9a93109f96ddd7df9a2665e6e38e2a64b
objective-git upstream/master
push time in a month
push eventgitx/gitx
commit sha 8a6b9f4f0eb46aad2341c11b7f658a2bdcd3486d
Added menu item to Stage menu that can run prepare-commit-msg hook
commit sha 1124df9446f9009612736ee5bebe5b3d11d1e467
Move prepare-commit-message hook execution into PBGitIndex
commit sha e37c41000a726c4832bb0eee5df837eb8e790980
Merge pull request #122 from ksuther/feature/prepare-commit-msg Added menu item to Stage menu that can run prepare-commit-msg hook
push time in a month
PR merged gitx/gitx
This adds a menu item to run the prepare-commit-msg hook.
Another option would be to run the hook automatically, but since staging and writing the message don't happen in an explicit order that would get pretty complex (or slow if prepare-commit-msg takes a while to run).
pr closed time in a month
PR merged gitx/gitx
Drag and drop in NSTableView became more strict on 10.14.
Use setPropertyList:forType: to silence this exception when dragging:
There are 2 items on the pasteboard, but 1 drag images. There must be 1 draggingItem per pasteboardItem.
pr closed time in 2 months
push eventgitx/gitx
commit sha 003ff38248d0e391957a2ef912ce7762dd4e2633
Fix exception when dragging files in the unstaged and staged changes table views Use setPropertyList:forType: to silence this exception when dragging: There are 2 items on the pasteboard, but 1 drag images. There must be 1 draggingItem per pasteboardItem.
commit sha b485f4b21154fc470c902c0b9c9304726dd7a789
Merge pull request #224 from ksuther/fix-drag-and-drop Fix exception when dragging files in the unstaged and staged changes table views
push time in 2 months
push eventgitx/gitx
commit sha c49c029c3a7fa8ce7b1e2f153b2b490edc63fff9
Change PBGitGrapher initWithRepository: to init since it doesn't actually use PBGitRepository
commit sha 1dfeab7f80632643e9d3366a32c5eaf0fb752c9e
Remove unnecessary method that just calls its superclass implementation
commit sha 74f1e4b31f37cc561937fe46edbf8f5e9cae8dcd
Fix crash when closing a repository while the commits are still being loaded
commit sha 383515ab87bb714c1e32f025bda23f3cb72a10af
Remove inPBRepo argument since we have it as an instance variable already
commit sha 1224dd0db42215ce37da9d7272e22f928718886c
Don't retain the delegate for the entirety of graphCommits: since we only need it at the end of the method
commit sha 22829f4055c95b7de0e1647424ce1ff035a85e6a
Remove instance variables that have a FIXME on them Reference the repository and windowController proeprties instead
commit sha 832d4260f9ae42f18e0e26d41df56f22722ed671
Merge pull request #223 from ksuther/misc-cleanup Fix crash and miscellaneous cleanup
push time in 2 months
PR merged gitx/gitx
Fixes a crash introduced by bb8a5169c639a6bb148e58d421627516976f8ae5 and does some incremental cleanup that I performed while looking for the crash (remove unnecessary passing of PBGitRepository in arguments and removed instance variables marked with a FIXME).
pr closed time in 2 months
PR opened gitx/gitx
Drag and drop in NSTableView became more strict on 10.14.
Use setPropertyList:forType: to silence this exception when dragging:
There are 2 items on the pasteboard, but 1 drag images. There must be 1 draggingItem per pasteboardItem.
pr created time in 2 months
pull request commentgitx/gitx
Fix crash and miscellaneous cleanup
Thank you for the contribution!
comment created time in 2 months
pull request commentgitx/gitx
Fix crash and miscellaneous cleanup
Fixed, thanks. Got a little too aggressive with committing Apple silicon support :)
comment created time in 2 months
pull request commentgitx/gitx
Use NSFileCoordinator to listen see if the repository is deleted or moved
Yeah I fixed it. I don't know why it doesn't show that on the mobile app. I also can't see a way to disable it, I checked. Thanks for the contribution!
comment created time in 2 months
pull request commentgitx/gitx
Use NSFileCoordinator to listen see if the repository is deleted or moved
Ok, I see this new feature

https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks
comment created time in 2 months
issue closedgitx/gitx
Deleting repo open in GitX crashes app
Probably should handle this more gracefully.
closed time in 2 months
claybridgespush eventgitx/gitx
commit sha 06823620ef14ca006323d0b6b6abd1a007f11b00
Use NSFileCoordinator to listen see if the repository is deleted or moved Close the document if the repository becomes unavailable. Fixes #76.
commit sha eece2fcc6b3f6aa863e6c703eea3254dd3ea709b
Merge pull request #90 from ksuther/close-repository-on-move Use NSFileCoordinator to listen see if the repository is deleted or moved
push time in 2 months
PR merged gitx/gitx
This will detect if a repository gets deleted or moved and will close the document instead of trying to read from the old path and potentially crashing.
For the future: It would be even better to automatically update the repository to the new location, but the current architecture makes that a bit messy. If the nested NSDocument classes get cleaned up we could reallocate the GTRepository and reuse the document.
pr closed time in 2 months
pull request commentgitx/gitx
Use NSFileCoordinator to listen see if the repository is deleted or moved
It seems that even with the re-base GitHub actions is not running
Hmm, I see it working. Did someone something special, or was it just running with a delay ?
comment created time in 2 months
pull request commentgitx/gitx
Fix crash and miscellaneous cleanup
Aha! That's annoying. I guess it makes sense...ish. Lemme see what I can do.
comment created time in 2 months
pull request commentgitx/gitx
Fix crash and miscellaneous cleanup
I am just lurking here, but this may be helpful https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks

comment created time in 2 months
pull request commentgitx/gitx
Fix crash and miscellaneous cleanup
I'm actually wondering why our CIA is not building. Do you think you could check the .github folder and see if you can convince this to do a build with your changes?
comment created time in 2 months