Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

beaumccartney

beaumccartney pushed 2 commits to master beaumccartney/nvim
  • RIP mini.git. Long live fugitive. e3219e8
  • RIP mini.diff. Long live gitsigns. 35e032e

View on GitHub

beaumccartney starred tpope/vim-fugitive
beaumccartney pushed 1 commit to main beaumccartney/macdots
  • improvements to gitconfig new options: - useful defaults for `git status`, `stash`, and `submodule` - aliases for ab... 7369488

View on GitHub

beaumccartney pushed 1 commit to main beaumccartney/macdots

View on GitHub

beaumccartney pushed 1 commit to main beaumccartney/macdots

View on GitHub

beaumccartney starred ghostty-org/ghostty
beaumccartney pushed 1 commit to main beaumccartney/macdots
  • no brew llvm on fish path f8b5205

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • ctrl-a/x works on letters 77f5ea4

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim

View on GitHub

beaumccartney pushed 1 commit to main beaumccartney/macdots

View on GitHub

beaumccartney pushed 1 commit to main beaumccartney/macdots

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • no window navigate submode - no separate bracketed key for :wnext and friends 638633b

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • don't use clangd - ctags works just fine 2f567b0

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • remove clangd - just use ctags nvim integrates by default ecc608a

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • not-terrible batch file commentstring d811ef9

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • scuffed local config - just load nvim-local.lua in the same dir 8b7c33f

View on GitHub

beaumccartney created a comment on an issue on HiPhish/rainbow-delimiters.nvim
Working correctly now, thanks very much! I took a look and the file looks correct to me, how do you know there's a syntax error?

View on GitHub

beaumccartney starred 0xFA11/GameNetworkingResources
beaumccartney starred shader-slang/slang
beaumccartney pushed 1 commit to master beaumccartney/nvim
  • odin errorformat is appended to errorformat 2ca655a

View on GitHub

beaumccartney created a comment on an issue on HiPhish/rainbow-delimiters.nvim
still not working unfortunately on master or 0.7.0

View on GitHub

beaumccartney pushed 1 commit to master beaumccartney/nvim
  • add some highlighted comments 5b798cb

View on GitHub

beaumccartney pushed 37 commits to fixes beaumccartney/Odin
  • Suggestion when assigning enum to bit_set 7f4ce2e
  • fix: fix windows params bug 6f966f3
  • adjust memory allocation d74f215
  • added braces f1de480
  • Fix: build_odin.sh always runs demo regardless of argument Instead, it should run demo only if the argument was 'deb... 26c3c2a
  • add new test, better fail-check, and non-transitioning tz fix c9158b3
  • oops, missed a comma b2d1fbb
  • Merge pull request #4456 from colrdavidson/timezones_fix add new test, better fail-check, and non-transitioning tz fix 013c1d3
  • Minor formatting change 1419d0d
  • Merge pull request #4437 from dpoetzschke/fix/windows-args-escaping fix windows args parser problem from issue #4393 e8f231e
  • Merge pull request #4394 from seventh-chord/errormessages Suggestion when assigning enum to bit_set f02d621
  • fix LoadRandomSequence binding in vendor raylib c2dd15b
  • Merge pull request #4461 from nickk-dv/master Fix random sequence bindings in vendor raylib fd442b8
  • added unlinking section to posix socket binding documentation 5be7ac4
  • Suggest `-microarch:native` if `popcnt` instruction is missing. Fixes #4453. 925d874
  • Phrasing! deb5626
  • fix relative links in examples/README.md This fix adjusts the links for 'demo', 'core', 'all', and 'vendor' so that ... 190ab55
  • && 3bfe675
  • Merge pull request #4464 from Kelimion/should_use_native Suggest `-microarch:native` if `popcnt` instruction is miss... 1b16ddb
  • Update scanner.odin remove duplicated wording in comment b492b73
  • and 17 more ...

View on GitHub

beaumccartney pushed 13 commits to fixes beaumccartney/Odin
  • Add support for linking as pie 35f1b0f
  • Mark procs as "contextless" in winerror.odin So that they can be called from places like the windproc and stuff. cc29b41
  • Merge pull request #4451 from NicknEma/contextless-marks Mark procs as "contextless" in winerror.odin 7a98b58
  • Fix #4406 `os2` to not close the std file handles but rather just free the memory for the `^File` data. aa36ae0
  • Fix `auto_cast` matrix bug 31ea104
  • Simplify use of pie c26e7e1
  • Simplify further 8ad5e46
  • Fix bug for `foo().bar` where `foo()` is a 0-value expression bbf76fa
  • Revert further simplifiction 5e308ce
  • Fix previous commit for arrays a0b35f6
  • Merge pull request #4449 from 0dminnimda/add-pie Link as PIE for PIC by default e6475fe
  • fix obj-c NSNotificationCenter->addObserverForName() binding fa7ab7f
  • change SDL.OpenAudioDevice params to match the library - iscapture is an int in the original, so make a b32 - desire... d9e1a7a

View on GitHub

beaumccartney pushed 1 commit to fixes beaumccartney/Odin
  • change SDL.OpenAudioDevice params to match the library - iscapture is an int in the original, so make a b32 - desire... 0266c76

View on GitHub

beaumccartney pushed 18 commits to fixes beaumccartney/Odin
  • Added parameters to the add_*_event_listener JS functions for stopping event behavior 8371995
  • Changed boolean parameters to bit set in the add_*_event_listener functions cf89526
  • Removed event queue from add_*_event_listener JS functions and added event hook callback e825326
  • Removed event hook callback from add_*_event_listener functions 94acfaf
  • Fixed raymath not applying matrix translations. Translation matrices use the w components of the matrix to apply the... 30cf3ed
  • Add "-build-mode:dynamic" to the "odin help build" output 04b0003
  • Merge pull request #4442 from peachey2k2/master Add "-build-mode:dynamic" to the "odin help build" output 73193e9
  • Merge pull request #4441 from Barinzaya/raymath-vectortransform-translation-fix Fix raymath not applying matrix tran... c3971fe
  • testing: separate the posix import into target files This is needed for the docs generator to generate all the docs ... f798f0b
  • add kqueue to docs 7fd32a7
  • add CoreFoundation and Security to docs 80393cb
  • add time/timezone to docs 92bc3a5
  • fix tabs 8b5492d
  • Merge pull request #4415 from p2jason/master Remove the event queue from odin.js and directly invoke callbacks so th... 7cfaf0b
  • `mem.is_aligned` is in bytes, not log2 bytes Fix formula and clarify comment 9199c6d
  • Missing paren. c33d2ff
  • Merge pull request #4447 from Kelimion/is_aligned `mem.is_aligned` is in bytes, not log2 bytes 468bd3d
  • fix obj-c NSNotificationCenter->addObserverForName() binding f99bf15

View on GitHub

beaumccartney starred wolfpld/tracy
beaumccartney pushed 1 commit to main beaumccartney/macdots
  • dequarantine alias doesn't call dirname on the argument 9d4aec8

View on GitHub

beaumccartney deleted a branch beaumccartney/Odin

link-section-accept-commas-in-names

beaumccartney deleted a branch beaumccartney/Odin

fix-deferred-attrib-error-report

Load more