Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yingbull opened a pull request on ClinicianFOCUS/openo-connect
[Snyk] Upgrade expo-splash-screen from 0.27.6 to 0.29.13
![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) <h3>Snyk has created this PR to upgrade expo-splash-screen from 0.27....yingbull pushed 1 commit to snyk-upgrade-8dca83e046efd254d82e63b4ce811c03 ClinicianFOCUS/openo-connect
- fix: upgrade expo-splash-screen from 0.27.6 to 0.29.13 Snyk has created this PR to upgrade expo-splash-screen from 0... 810bbad
yingbull created a branch on ClinicianFOCUS/openo-connect
snyk-upgrade-8dca83e046efd254d82e63b4ce811c03 - A mobile application for connecting to electronic medical record systems based on the open-source "oscar" project code
yingbull opened a pull request on ClinicianFOCUS/openo-connect
[Snyk] Upgrade react-native from 0.74.5 to 0.76.3
![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) <h3>Snyk has created this PR to upgrade react-native from 0.74.5 to 0...yingbull pushed 1 commit to snyk-upgrade-8196a24a9a861da8eae90d783255032a ClinicianFOCUS/openo-connect
- fix: upgrade react-native from 0.74.5 to 0.76.3 Snyk has created this PR to upgrade react-native from 0.74.5 to 0.76... 04a3993
yingbull created a branch on ClinicianFOCUS/openo-connect
snyk-upgrade-8196a24a9a861da8eae90d783255032a - A mobile application for connecting to electronic medical record systems based on the open-source "oscar" project code
yingbull pushed 2 commits to main ClinicianFOCUS/clinicianfocus-installer
yingbull closed a pull request on ClinicianFOCUS/clinicianfocus-installer
bugfix: llm env not being set
## Summary by Sourcery Bug Fixes: - Fix a bug where the installer would not correctly detect the presence of the `.env` file for the local LLM container.yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull pushed 2 commits to main ClinicianFOCUS/clinicianfocus-installer
yingbull closed a pull request on ClinicianFOCUS/clinicianfocus-installer
Action for docs to git pages
## Summary by Sourcery CI: - Add a CI workflow to build and deploy Sphinx documentation to GitHub Pages on push to the main branch.yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull pushed 8 commits to main ClinicianFOCUS/clinicianfocus-installer
- moved the generate API key button to the right and cleaned it up 574fa9c
- Updated git ignore ef2b8ba
- Added documentation 046e770
- Commented out hugging face token stuff since we use Ollama library now isntead of HF 1552a96
- Removed hugging face token docs and added ollama model lib reference 1e7bf9a
- Grammar fix a5fb0c1
- Reworded verification step 06524a6
- Merge pull request #52 from ClinicianFOCUS/documentation 5dc5767
yingbull closed a pull request on ClinicianFOCUS/clinicianfocus-installer
Add documentation build process using Sphinx
## Summary by Sourcery New Features: - Added documentation build process using Sphinx. - Removed hugging face token input as its legacy and not used. Commented out in case we need to come back...yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull pushed 4 commits to main ClinicianFOCUS/clinicianfocus-installer
- Changed right to reg order, changed read from reg order, removed useless set of INSTDIR causing pathing issues. ddf6348
- Merge branch 'main' of https://github.com/ClinicianFOCUS/clinicianfocus-installer into bug-fix 8448f25
- Update install.nsi Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> a5ec5ee
- Merge pull request #50 from ClinicianFOCUS/bug-fix a13eb43
yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull closed a pull request on ClinicianFOCUS/freescribe-copilot
Refactor recorder, UI, and config management
## Summary by Sourcery Implement a comprehensive state management system for the recorder to handle various states and improve error handling. Refactor the UI and configuration management for bett...yingbull pushed 2 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Fix: Prevent empty sections in settings window
- removed scribe templates from settings and defaulted it to off, no real structure implemented around it ## Summary by Sourcery Bug Fixes: - Prevent empty sections from being displayed in t...yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Enhance Settings UI and Add Versioning
## Summary by Sourcery Enhance the user interface of the Markdown and Settings windows by improving layout management and error handling. Introduce versioning by creating a version text file dur...yingbull pushed 31 commits to main ClinicianFOCUS/FreeScribe
- Merge pull request #16 from ClinicianFOCUS/main Updates from ClinicianFocus fork 4a0e945
- Update README.md Add a link to the youtube video to make it easy for folks to get a sense of what the AI scribe can do 66a0829
- Merge pull request #17 from xtreme-sameer-vohra/patch-1 Update README.md 1342bca
- Merge pull request #22 from ClinicianFOCUS/main Catch up to current dev. e9379b3
- Merge pull request #1 from ItsSimko/faster-whisper Faster whisper 12bf6dc
- Merge pull request #2 from ItsSimko/faster-whisper Faster whisper fe66a14
- Merge pull request #3 from ItsSimko/faster-whisper Faster whisper b01e1f9
- Merge pull request #4 from ItsSimko/faster-whisper added the cuda driver install to the github action 92325dd
- Merge pull request #5 from ItsSimko/faster-whisper Faster whisper 8ef2899
- Merge pull request #6 from ItsSimko/faster-whisper Faster whisper d652c94
- Merge pull request #7 from ItsSimko/faster-whisper changed to upload to the correct file on transcribe a87dd60
- Update license to AGPL-3.0 2aa7a8b
- Updated readme 820e308
- added documentation auto build github action a29088e
- added the sphinx stuff ba6b2d0
- Merge branch 'main' into docs ba0ccef
- updated docs release action 015187c
- Merge branch 'docs' of https://github.com/ItsSimko/AiScribe into docs 2bfb182
- switched github runner to windows for docs 0bd76df
- Made the sphinx page declare its a WIP right now ab399be
- and 11 more ...