d0uub

Results 12 comments of d0uub

@MacKentoch , i tried v1.1 and background scanning not work. (i am in debug mode) do you have any idea? version: "react": "16.3.1", "react-native": "0.55.4", "react-native-beacons-manager": "git+https://github.com/MacKentoch/react-native-beacons-manager.git" Source: import React,...

I just solve it by change the privacy. as your suggested, both "**location always use**" + "**location when in use**" description must fill something to make it works in the...

Seems look putObject not work somehow.. but new file works

i extracted the prompt and delete the method computer.calendar.get_events(start_date=datetime.date.today(), end_date=None), it happen to other error.. ![ksnip_20240328-094823](https://github.com/OpenInterpreter/open-interpreter/assets/12244281/af7e906e-f68b-498f-bfb5-3878288716eb)

you can refer my finding https://github.com/langflow-ai/langflow/issues/4394

when i enable DEBUG log, i see the details: DEBUG 2024-11-05 15:24:31 - DEBUG - manager - Create service ServiceType.CACHE_SERVICE manager.py:66 DEBUG 2024-11-05 15:24:43 - DEBUG - base - Running...

hi all, see if you have any idea on this if possible to prevent to create service ServiceType.CACHE_SERVICE for run_flow_from_json in python code to reduce execution time, thank. @italojohnny @ogabrielluiz...

for further finding it is cause from `await self.tracing_service.initialize_tracers()` in base.py: ```python async def initialize_run(self): if self.tracing_service: await self.tracing_service.initialize_tracers() ``` "When I comment it out, the process saved 10 seconds....