Jared A. Scheel
Jared A. Scheel
### Describe the bug Getting fatal error when opening orbstack. Nothing on my end has changed. Closed it, restarted my computer, opened it, and it crashes while starting up now....
Accidentally interrupted hatch the first time I called it, now it doesn't work. Tried reinstalling. Not sure what "restarting from scratch" actually means in this context. ``` Error: project execution...
https://github.com/taskforcesh/bullmq/blob/75d88780aec86465efd4ed5ad54f4c6b5afe0b49/python/bullmq/types/queue_options.py#L12 Should be `dict[str, Any] | redis.Redis | str` because the code currently supports all three: https://github.com/taskforcesh/bullmq/blob/75d88780aec86465efd4ed5ad54f4c6b5afe0b49/python/bullmq/redis_connection.py#L25
### Description Specifically excluding a notebook with `exclude` will still result in the notebook being analyzed. Sample config: ``` "exclude": [ "tmp*/**", "data/**", "**/node_modules", "**/__pycache__", "**/.*", "test.ipynb" ] ```
Uses the pandas_gpb library to support fetching BigQuery tables to pandas DataFrames. ## Summary by CodeRabbit - **New Features** - Added support for reading BigQuery data using Pandas. - Introduced...
Building the docker image fails with ``` No matching distribution found for numpy==1.22.0 ```
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
It appears that calling `unload_language_models` does not free up any memory. Here's my test script: ```python import gc from memory_profiler import profile @profile def main(): from lingua import LanguageDetectorBuilder, Language...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...