Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
khallmark created a comment on an issue on drizzle-team/drizzle-orm
@mbtools Where do I put a bounty on it? Also, in defense of the project, I managed to work around it and got more accomplished with drizzle in days than I did with Prisma in a month. I spent...
khallmark opened an issue on wxdao/CS2-ByeByeHomelessMod
Source Code 3.6.0
Esteemed @wxdao, When you have a free moment, would you be so kind as to update the source for 3.6.0? I love seeing what changes you have to make for each version. I've been following along ...khallmark created a comment on an issue on drizzle-team/drizzle-orm
I came trying to escape Prisma and the fact that this is unsupported just made me nearly flip my table. This is basic.
khallmark closed an issue on krzychu124/Traffic
DLL to disassemble
Any way we can get a copy of the hacked DLL to do some decompilation?khallmark closed an issue on Infixo/CS2-InfoLoom
Commercial with no demand extends the view too far
![image](https://github.com/Infixo/CS2-InfoLoom/assets/558689/fcfeaa0b-75c4-4cdb-ba61-33b6a1f82b9f)khallmark created a comment on an issue on tailwindlabs/prettier-plugin-tailwindcss
Tailwindcss has to be the last plugin in your list.
khallmark created a comment on an issue on HyeonseoNam/auto-classifier
> The python code I use to accomplish this goal first checks to make sure there are no tags already in place. Trying to find that balance between risking damaging existing human curated tags vs tag...
khallmark created a comment on an issue on 1Password/op-vscode
I regularly experience this issue. Here's the cpuprofile. [1Password.op-vscode-unresponsive.cpuprofile](https://github.com/user-attachments/files/18204781/1Password.op-vscode-unresponsive.cpupro...
khallmark opened an issue on fergusq/NoTeleporting
Missing Source Code for 2.0
Missing source code for mod version 2.0.khallmark created a comment on a pull request on theKashey/use-callback-ref
Time to merge this bad boy
khallmark opened an issue on remix-run/remix
CLI crashes if no arg[0]
### Reproduction run `npx remix` or `npx exec remix` on a fresh install with no arguments. Pretty clear that it's trying to call `startsWith` on an undefined object. No reproduction steps needed. ...khallmark pushed 3296 commits to master khallmark/fastlane
- Fix compiler error in Objective-C sample code for snapshot. (#17457) fea0385
- [match] add `codesign:` to partition IDs in match's `keychain_importer` (#17456) * Add `codesign:` to partition ID i... 6233587
- Collect sim logs starting for current process (#17465) This fixes an issue where potentially gigantic logs could be ... 5ff0ac2
- [supply] Upload Rejects releases with empty version_codes (#17405) * Filters releases with nil version codes on meth... aa627a9
- [action] import_from_git - Add caching support (#17412) * [action] import_from_git - Add caching support * Add mi... f6eb7ae
- Correctly default to empty device list (#17142) Fixes bug where device list is not used when `skip_detect_devices` i... aed4533
- [match] add skip certificate verification option to match import (#17251) * - Added a new option to match that will ... b9aada5
- add quotes around $APP_PATH variable to not silently fail when path has a space in it (#17354) dd77fef
- Version bump to 2.164.0 (#17469) 5d9219e
- [cert] fixed "\x82" from ASCII-8BIT to UTF-8 (#17489) Related: https://github.com/fastlane/fastlane/pull/17446 We... aa4addc
- [action] match - Fix incorrect app_identifier description (#17480) 114f90b
- [sigh] fix undefined method owner_name with display_name in Sigh::Runner (#17432) * add owner_name helper to Connect... 0d05b21
- [spaceship] added b2b and educational discount to app (#17490) * [spaceship] added b2b and educational discount to a... 60ce99a
- [spaceship] allow authentication to take key content instead of just its file path (#17369) * Allow spaceship authen... 575ebb8
- Version bump to 2.165.0 (#17493) 9fda747
- [scan] add Catalyst support (#17496) * [scan] add Catalyst support Add a catalyst_platform param to allow running... 404ca99
- Fixed typo with misspell (#17499) * Fixed typo with misspell * Revert accidentally typofix. 58b710f
- [snapshot] pass FASTLANE_LANGUAGE env variable to xcode for use in run scripts (#17505) 095b6f2
- [supply] remove promoGraphic since no longer supported (#17518) * Quick fix for deprecated promoImage * Add comme... c24d84d
- [action] update_fastlane fixed for rubygems > 3.1.0 and added homebrew support (#17530) 7918c74
- and 3276 more ...
khallmark pushed 92 commits to master khallmark/MagicalRecord
- Add error logging when value for relatedByAttribute is invalid ff6bb88
- Add import for logging 0c7711c
- Added CocoaLumberjack/CocoaLumberjack.h __has_include test on logging 4e47d4d
- Fixes crash when importing object with no 'primaryAttribute' in Swift Thanks to @AnthonyMDev for this fix efc25ef
- Added protection for nil entity in context fa42e89
- Merge pull request #1173 from amleszk/bugfix/delete_entity_crash Attempting to delete `nil` or an entity that is not... 85f8da5
- Ensure that the context's custom working name is retrieved without violating Core Data's multithreading rules 8069330
- Add `MagicalRecord/ShorthandMethodAliases` subspec to podspec 2cc8027
- Include the podspec and private Cartfile in the Xcode project for easier editing 3d956e5
- Merge pull request #1147 from donvaughn/master Add error logging when value for relatedByAttribute is invalid cf916e3
- Update Clang Format configuration to be compatible with Clang 3.8's options 4263db5
- Format recent change cf2205b
- Merge pull request #1153 from pcarollo84/fix-log-warning Fixes 'LOG_MAYBE macro redefined' warning ccc6681
- Fix check for periods in NSPersistentStoreUbiquitousContentNameKey 18b764e
- Fix up version information for version 2.3.1 89abb37
- Don't instrument framework 26ad770
- Bump TravisCI image to Xcode 7.2 1aec418
- Bump to version 2.3.2 96906d7
- Configure TravisCI to build a carthage archive a9df846
- TravisCI will now create Carthage compatible releases and deploy them directly to GitHub c0ad507
- and 72 more ...
khallmark pushed 92 commits to master khallmark/MagicalRecord
- Add error logging when value for relatedByAttribute is invalid ff6bb88
- Add import for logging 0c7711c
- Added CocoaLumberjack/CocoaLumberjack.h __has_include test on logging 4e47d4d
- Fixes crash when importing object with no 'primaryAttribute' in Swift Thanks to @AnthonyMDev for this fix efc25ef
- Added protection for nil entity in context fa42e89
- Merge pull request #1173 from amleszk/bugfix/delete_entity_crash Attempting to delete `nil` or an entity that is not... 85f8da5
- Ensure that the context's custom working name is retrieved without violating Core Data's multithreading rules 8069330
- Add `MagicalRecord/ShorthandMethodAliases` subspec to podspec 2cc8027
- Include the podspec and private Cartfile in the Xcode project for easier editing 3d956e5
- Merge pull request #1147 from donvaughn/master Add error logging when value for relatedByAttribute is invalid cf916e3
- Update Clang Format configuration to be compatible with Clang 3.8's options 4263db5
- Format recent change cf2205b
- Merge pull request #1153 from pcarollo84/fix-log-warning Fixes 'LOG_MAYBE macro redefined' warning ccc6681
- Fix check for periods in NSPersistentStoreUbiquitousContentNameKey 18b764e
- Fix up version information for version 2.3.1 89abb37
- Don't instrument framework 26ad770
- Bump TravisCI image to Xcode 7.2 1aec418
- Bump to version 2.3.2 96906d7
- Configure TravisCI to build a carthage archive a9df846
- TravisCI will now create Carthage compatible releases and deploy them directly to GitHub c0ad507
- and 72 more ...
khallmark pushed 1192 commits to master khallmark/CocoaSplit
- Add formatters to all relevant date/time sources. 59a3625
- SyphonInject server app list now updates based on app launched/terminated events. Should also handle apps that aren't... 5e1b3b9
- Fixed restoration of syphon sources 'flipped' setting 56e054a
- Actually put CocoaSplit.sdef in the repository.... 9d3bc56
- AVFSession wasn't restarting the capture session when an output was registered a82c18d
- Syphon source now grabs the IOSurface before receiving a frame notification, so restored Syphon Sources from 'fast' S... 96455ca
- x264 encoder properly sets errored state and stops trying to process frames if codec setup fails. Added a 'nil' setti... 1c1ce04
- Syphon sources now use a subclass of CAOpenGLLayer and render the texture directly via OpenGL, instead of going throu... 2316231
- Bind copy/delete buttons on staging side to their own functions. Fixes #64 2fba2fb
- Added a 'plugin loaded' call for extraplugins, so they can do any on-load setup they might need to do. Moved applicat... a84cba9
- Change audio source enable button to an on/off toggle with color. 7e3cb56
- Fixed CARenderer's root layer for a layout not honoring the canvas dimensions (stupid test code) Trigger recalculatio... ce54706
- Only setup viewport/ortho/projection etc values when relevant sizes change, in both SourceLayout renderer and Preview... 5968627
- Use the correct key to restore layer depth. Fixes #69 1ea2ee4
- Change movie capture AVPlayer to private instance variable so copying doesn't mess with it. Fixed issue #70 41cd0e0
- Syphon based sources now have an option to select how frame updates to the layer are handled. fb02503
- Don't change framerate mid-stream on layout change. Fixes #67 d1eb892
- Add a CATransaction around updateLayersWithBlock. Fixes some instances of freezing syphon sources. 3231b41
- Added frame update options to webcam capture type caff673
- Remove some debugging output in SourceLayout. Don't use 10.10 specific CMSampleBuffer creation function. Bump version... a4a1237
- and 1172 more ...