Ecosyste.ms: Timeline

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

yingbull

yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
Sourcery, you are good to catch the low quality code; make an issue ticket on this for follow up.

View on GitHub

yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
I am okay with it right now, but let's watch on the technical debt, but great to make the issue ticket. Good call.

View on GitHub

yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe
Small change unless I am missing something about the destroy, otherwise good.

View on GitHub

yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe
Small change unless I am missing something about the destroy, otherwise good.

View on GitHub

yingbull deleted a branch ClinicianFOCUS/FreeScribe

pembasherpa/enable-disable-scrub

yingbull pushed 13 commits to main ClinicianFOCUS/FreeScribe
  • add to setting 3b378b0
  • show/hide scrub window 8960eb0
  • refact 4338795
  • cleanup 6e9b3dd
  • Merge branch 'main' into pembasherpa/enable-disable-scrub 2874719
  • generate note 0f955e5
  • scrubber disable only in local llm or pirvate network 4a52894
  • cleanup 3a7e0d6
  • default to false 273f937
  • Merge branch 'main' into pembasherpa/enable-disable-scrub afc1ff0
  • add note in general setting b472170
  • update setting help 7267293
  • Merge pull request #48 from ClinicianFOCUS/pembasherpa/enable-disable-scrub Enable/Disable Scrubber 5b4c34c

View on GitHub

yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Enable/Disable Scrubber
**Issue:** #40 ## Summary by Sourcery Add a new feature to enable or disable the scrubbing of PHI through a setting and refactor the text processing logic for improved code structure. New F...
yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

yingbull pushed 31 commits to main GetWellClinic/ai-moa
  • Huey main file changes 32b5890
  • Workflow structure organise for functions 'check_for_file' , 'has_ocr', 'extract_text_doctr', 'query_prompt', 'get_ca... d4445fa
  • Document Description 'get_document_description' function update 19016c3
  • Upload provider template to emr, generate provider list yaml file, identify provider b18a9c1
  • Demographic details 6a9cf9a
  • Patient Details c5ef531
  • Pending doc files and incoming doc files 8afcc88
  • O19 Update 3c413aa
  • File Lock and workflow lock 3fe8168
  • Pending docs and incoming docs d7f33db
  • Prompt Updates 30c0225
  • Inline documentation ee18cc2
  • Logger Issue fafa0d8
  • Retries for error files ca5046c
  • Prompts dd930a8
  • Testing fixes d5ea8cc
  • Workflow update f46da1a
  • Json re.match for demographic, document truncate before ocr model da3dfb7
  • License updation for all files 94fcd9e
  • License update 6a83380
  • and 11 more ...

View on GitHub

yingbull closed a pull request on GetWellClinic/ai-moa
Huey main file changes
Made changes to main.py. If trying to run ` def execute_task(self, step: Dict[str, Any]) -> Any:` as a ` @huey.task() ` then the code is not be able to call `execute_task()` if th...
yingbull created a review comment on a pull request on GetWellClinic/ai-moa
No issue with AI generated docs but we do have to watch it for clarity; I would remove what is in brackets.

View on GitHub

yingbull created a review on a pull request on GetWellClinic/ai-moa

View on GitHub

yingbull created a branch on cc-ar-emr/Open-O

pr-chain-1 - Open-O development code, Conestoga College Applied Research

yingbull pushed 2 commits to main ClinicianFOCUS/FreeScribe
  • clean uninstall before installing 8a58133
  • Merge pull request #122 from ClinicianFOCUS/clean-install 349a906

View on GitHub

yingbull closed a pull request on ClinicianFOCUS/FreeScribe
clean uninstall before installing
**Issue** #121 ## Summary by Sourcery Enhancements: - Add a CleanUninstall function to remove old version files and shortcuts before installing a new version.
yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

yingbull pushed 3 commits to develop/bullfrog cc-ar-emr/Open-O
  • fix: removed the unused codes in some .js files. d80d11b
  • clean: removed unreferenced custom .js files 8e9632c
  • Merge pull request #24 from cc-ar-emr/clean-up-js-files a5e11bd

View on GitHub

yingbull closed a pull request on cc-ar-emr/Open-O
Clean up js files
- Removed the custom unreferenced .js files - Removed the unused code in some referenced .js files ## Summary by Sourcery Clean up JavaScript files by removing unreferenced files and deleting un...
yingbull created a review on a pull request on cc-ar-emr/Open-O

View on GitHub

yingbull pushed 6 commits to develop/bullfrog cc-ar-emr/Open-O
  • fix: reverted tomcat to previous version with java11 tomcat version 9.0.56 6d88287
  • fix: compilation errors when building the application e51e4df
  • fix: removed the maven.compiler property in pom.xml 206b921
  • update: tomcat9.0.56 to tomcat 9.0.97 - updated packages - updated dependency versions - added dependency ac95445
  • fix: OpenJDK version of java 11 - uses OpenJDK version of java 11 instead of Temurin. eab8596
  • Merge pull request #25 from cc-ar-emr/java11-upg f8ed437

View on GitHub

yingbull closed a pull request on cc-ar-emr/Open-O
Java11 upg
New PR for Java 11. Same commits. ## Summary by Sourcery Upgrade the project to Java 11 by updating dependencies and Maven compiler settings, and modify the Dockerfile to use a Java 11 base image...
yingbull pushed 11 commits to main ClinicianFOCUS/FreeScribe
  • Dont delete uploaded audio files f66f14a
  • Made changes to minimal view 02d5017
  • Made changes from minimal view to full view logic 552e54c
  • Removed resize options in toolbar 345fe83
  • Made the buttons correspond to recording or not if view is changed mid recording or while pause 38b6460
  • Made the window rember postions between view switches 2997ab4
  • fixed resizing bugs, and renable minmize and maximize window in full view. 924496e
  • fixed typo aeeba7b
  • fixed typo 07144a3
  • Broke down the toggle view into multiple methods df251c9
  • Merge pull request #118 from ClinicianFOCUS/mini-view bfbdceb

View on GitHub

yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add minimal view mode with icon-based controls
## Summary by Sourcery Add a minimal view mode with icon-based controls, allowing users to switch between full and minimal views. Enhance the toggle view functionality to adjust button sizes and w...
yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

yingbull pushed 8 commits to main ClinicianFOCUS/FreeScribe
  • Removed old refefernces to old ssl settings aeb4e19
  • Adjusted the UI to reflect removal of old ssl settings 026ed0b
  • Updated all the network requests to reflect new ssl flag 7d05231
  • Fixed backwards checkbox logic, checked now = self-signed 0cd4956
  • Simplified ssl sign check logic c0333ee
  • Merge branch 'main' into fix-ssl 2ec6bc4
  • Added error display for error http status codes d32d64c
  • Merge pull request #113 from ClinicianFOCUS/fix-ssl 769b480

View on GitHub

yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Remove SSL settings and refactor certificate verification
Issue: #111 ## Summary by Sourcery Enhancements: - Refactor certificate verification logic to use a boolean flag for self-signed certificates instead of separate SSL settings. ## Summary b...
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
remove old version from app data
**Issue**: #108 ## Summary by Sourcery Enhancements: - Add a function to check for and remove old versions of FreeScribe from AppData during installation.
yingbull created a review on a pull request on ClinicianFOCUS/FreeScribe

View on GitHub

Load more