Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yingbull pushed 19 commits to main ClinicianFOCUS/FreeScribe
- Added the microphone drop-down select 955684b
- removed debug print 76e2f0e
- Corectly update the mic to the proper index and only dave useful information 91252ab
- remove not needed information from static area 0561855
- Adjust to use microphone from settings and if error opening stream notfiy user to check settings b1f79ba
- remove unused pyaudio and add our current mic to settings so on each low it is persistant 0dcb3e8
- Ensure the microphone saves to file on save press 91711e3
- Use the selected mic in the audio cutoff tab 5be5c0a
- documentation 86b4dd7
- Readded the default selection setting e3a9966
- Set the microphon on application startup/settings load 891d739
- Changed the defaults to none and then wait for the load settings to be called. 6facd1e
- Exception check for invalid microphone f4dbf52
- Update src/FreeScribe.client/client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git... 62d4abe
- change general except to hardware based one eb38e6e
- Merge branch 'mic-select' of https://github.com/ClinicianFOCUS/FreeScribe into mic-select 89bf8f8
- Sorucery Suggestion: Simplify microphone management using a dictionary: 5505815
- Seperated the static class variables to a different class to ensure the UI stays seperate f971d9c
- Merge pull request #157 from ClinicianFOCUS/mic-select Add microphone selection UI and error handling in audio recor... c20b158
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add microphone selection UI and error handling in audio recording
## Summary by Sourcery Add a microphone selection UI to enable users to choose their preferred microphone for audio recording. Implement error handling for audio stream opening failures, providing...yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
Good change.
yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
Generally in favor of try/catch blocks. Sourcery, open an issue ticket to track looking at this a bit closer.
yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
It is still OK to suggest refactoring, sourcery, but in this case this was just a better fit.
yingbull pushed 2 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Take Arch Type as CLI params in silent mode
**Issue**: #155 ## Summary by Sourcery Add support for specifying the architecture type as a command-line parameter when running the installer in silent mode, and include FileFunc.nsh for additio...yingbull pushed 5 commits to develop/bullfrog cc-ar-emr/Open-O
- fix: fixed some hibernate related issues 7268db8
- fix: add null check to BaseLoginModule.logout() b2acd0a
- add: added the tmp directory for tests in InboxPopulatingTest class. - The tmp directory will contains the documents... a7224a7
- test: comment out VacancyClientMatchDaoTest.testFindByClientIdAndVacancyID This test is failing in develop/bullfrog.... cbcac10
- Merge pull request #33 from cc-ar-emr/issue23-bullfrog-unit-tests-fix c760092
yingbull closed a pull request on cc-ar-emr/Open-O
Fix bullfrog unit tests
## Fixes - 7268db8728985b873ed6305214e1d792b4a72656 Fixed several hibernate query errors. - b2acd0a8bf9a9090bae1963465f43d5c5fd1e7df Added a null check to `BaseLoginModule.logout()`, to prevent t...yingbull pushed 5 commits to main ClinicianFOCUS/FreeScribe
- Made the docker status bar is if docker is alive and open every 10 seconds d86d41d
- Merge branch 'main' into docker-bar-fix a2ec7f4
- Made a container backgound check to see if the containers are running every 10 seconds and if not update the UI. 9842e93
- removed magic nums e60289c
- Merge pull request #145 from ClinicianFOCUS/docker-bar-fix 5d9a0de
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add background Docker status checks and UI updates
## Summary by Sourcery Enhancements: - Introduce background checks for Docker client availability and container status, improving the responsiveness of the UI.yingbull pushed 2 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add customizable finish page with shortcut options in installer
#146 ## Summary by Sourcery Enhancements: - Add customizable finish page with options for running the app, creating a desktop shortcut, and adding to the start menu after installation.yingbull created a comment on a pull request on MagentaHealth/Open-O
@sourcery-ai review
yingbull pushed 1 commit to main yingbull/proftools
- feat: first commit, baseline code for tool to webscrape a classlist from brightspace for a course. 826aeff
yingbull created a repository: yingbull/proftools
https://github.com/yingbull/proftools - Repository of scripts useful to a professor/educator written by a compsci professor; vSphere, github, and Brightspace related
yingbull created a branch on yingbull/proftools
main - Repository of scripts useful to a professor/educator written by a compsci professor; vSphere, github, and Brightspace related
yingbull pushed 1 commit to main GetWellClinic/ai-moa
- feat: Add support for specifying config file paths from command line or environment variables c9aa043