tabedzki
tabedzki
Before I open a PR, what is the use case for these logs? Are you looking for these logs to be generated while using the app in the GUI mode...
Since the GUI could have some GUI related errors that don't appear in the API version of the code, should those also be logged in the `kilosort4.log` or should those...
On reflection, could you specify what you wanted you wanted to achieve in terms of logging at a high level? Knowing what you were looking to achieve would help me...
So I've played around with trying to get all the requirements working and believe I have been able to get something that addresses most of the points without using the...
Hi Jacob. Since the double output only occurs when the program (A) logs the exception, (B) raises the error that then (C) is not handled by the user/program that called...
Sorry for my delayed response Jacob. I am glad you like the idea. I'll try to implement it later this week or next week.
If this is still a problem, please provide a minimum reproducible example that others can download and run.
I believe that the email address associated with it has to already exist for the authentication to work. I can access it via "Server Online" in the top right ->...
You'd have to edit the event properties itself. You can get the event from the return value of the calendar (`eventClick`) and then implement your own logic to change `textColor`...
@catalpaaa this should now be easier to do in the calendar as you do nto have to recreate the entire component in the latest streamlit-calendar release.