Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yingbull created a branch on ClinicianFOCUS/openo-connect
snyk-upgrade-e89332f182fbaa9224e4a7499ad1393e - A mobile application for connecting to electronic medical record systems based on the open-source "oscar" project code
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
Okay, then it should be clear that is the case though perhaps should just be omitted, moved to doc, or at least clear.
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
@GetWellClinic
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
@GetWellClinic
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
Why so often? If is correct there would be a backlog?
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
Any comment on this @justinjosephmkj ?
yingbull pushed 24 commits to main ClinicianFOCUS/FreeScribe
- Checked if progress bar exists before stoping a3d9e33
- Real time cancel button b7f4fee
- Added the clear button to stop recording and clear application state b50eda0
- Changed function name de1e9b2
- seperated clear button press logic into two different classes for modularity 32d61bc
- Documentation 42f14d2
- Added cancel check to whole file audio processing 76a80a7
- Removed duplicate error handling 2cc24d1
- Removed unusued func 0818d1d
- Added two different cancel flags for whole file processing and realtime 78b04a8
- Changed a variable to global 14e755b
- Merge branch 'main' of https://github.com/ClinicianFOCUS/FreeScribe into clear-fix 1fd7421
- Fixed typo in variable f99c300
- Fixed some issues transitioning back to full, padding, docker status, and scribe templates c4a822b
- Added a flag reset to fix a application hang bdf5c00
- Removed debug print d4232f1
- Fixed error in real time remote transcription if check 6b0dfab
- Removed redundant status check 7d84d64
- Fixed sorucery ai bug fix recomendation on possible hangs 07255da
- Reset flags on each recording start 016e568
- and 4 more ...
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add cancel functionality for real-time audio processing
Issues: #119 #120 ## Summary by Sourcery Add cancel functionality for real-time and whole audio processing, allowing users to terminate ongoing operations. Refactor button color handling to ...yingbull pushed 2 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add Whisper Model dropdown in settings UI and update settings list
## Summary by Sourcery Add a dropdown menu in the settings UI for selecting the Whisper Model and update the settings list by removing 'Whisper Model' from the whisper settings array. New Feature...yingbull pushed 13 commits to main ClinicianFOCUS/FreeScribe
- pyinstaller for mac a7639a2
- build pkg installer 4699e91
- set dist path when building using pyinstaller 8d76106
- cleanup 9c0c97e
- postinstall script to download model 7700052
- make executable 9460fab
- move 7d9a388
- -p flag to create parent dir 8b87d19
- move installer.pkg to /installer dca2fdf
- Merge branch 'main' into mac-build d48f321
- check if model already exist before downloading 471d48d
- remove --onefile flag 6caa1bd
- Merge pull request #130 from ClinicianFOCUS/mac-build Mac Build a60248d