Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
beaumccartney pushed 2 commits to master beaumccartney/nvim
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
beaumccartney pushed 1 commit to master beaumccartney/nvim
- no window navigate submode - no separate bracketed key for :wnext and friends 638633b
beaumccartney pushed 1 commit to master beaumccartney/nvim
- don't use clangd - ctags works just fine 2f567b0
beaumccartney pushed 1 commit to master beaumccartney/nvim
- remove clangd - just use ctags nvim integrates by default ecc608a
beaumccartney pushed 1 commit to master beaumccartney/nvim
- not-terrible batch file commentstring d811ef9
beaumccartney pushed 1 commit to master beaumccartney/nvim
- scuffed local config - just load nvim-local.lua in the same dir 8b7c33f
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?
beaumccartney pushed 1 commit to master beaumccartney/nvim
- odin errorformat is appended to errorformat 2ca655a
beaumccartney created a comment on an issue on HiPhish/rainbow-delimiters.nvim
still not working unfortunately on master or 0.7.0
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 ...
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
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
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
beaumccartney pushed 1 commit to main beaumccartney/macdots
- dequarantine alias doesn't call dirname on the argument 9d4aec8