Ivan Malison
Ivan Malison
I'm probably missing something here, but I don't see an obvious reason why this is not done this way
Is there any particular reason that it does not do this?
I'm the maintainer of https://github.com/taffybar/taffybar, where we currently use https://github.com/willdonnelly/dyre to handle automatic recompilation of user configuration files. This works fine when the users does not use stack, but it...
See https://platform.openai.com/docs/guides/gpt/function-calling would be cool to somehow add some support for this. Some inversion of control style kind of thing where you could set up the system prompt to be...
relevant part of wheel build: ``` /build/opencv-python-4.10.0.84/opencv/modules/python/src2/typing_stubs_generator.py:52: UserWarning: Typing stubs generation has failed. Traceback (most recent call last): File "/build/opencv-python-4.10.0.84/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py", line 291, in resolve self.value.resolve(root) File "/build/opencv-python-4.10.0.84/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py", line 626, in...
The fact that an input is a oneOf type is not properly exported to the graphql-core library that strawberry sometimes uses internally. This is probably partly because that library does...
### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...
The full final traceback is this: ``` copying _skbuild/linux-x86_64-3.11/cmake-install/python/cv2/config-3.py -> _skbuild/linux-x86_64-3.11/cmake-install/cv2/config-3.py Traceback (most recent call last): File "/nix/store/xhldz66b9bl8hwyhamx46wyyaklqr235-python3.11-pip-24.0/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/nix/store/xhldz66b9bl8hwyhamx46wyyaklqr235-python3.11-pip-24.0/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] =...
### Bug Description This can occur when sqlalchemy attempts to create a new connection in the context of event loop that is not the event loop that cloud-sql-python-connector is using....