Results 16 issues of Jeff Bryner

Ran into an issue where I couldn't set the position of the keyboard. When setting it in html, it always appeared in the same place. Commenting out: https://github.com/etiennepinchon/aframe-material/blob/4545ce4e31ce12b9e785e11d92a5784a0d4a5f95/src/keyboard/index.js#L54 in the...

Was writing a scene using a-frame release 7.0 for support of mixed reality headsets and couldn't get the keyboard/inputs to work. I noticed the demo uses: If I download the...

Fixes for some minor changes that break the demo in a-frame 7.

When attempting to run https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/use-cases/document-qa/question_answering_documents_langchain.ipynb in cell 18 ``` doc_ids = me.add_texts(texts=texts, metadatas=metadatas) ``` I get a ``` ResourceExhausted: 429 Quota exceeded for aiplatform.googleapis.com/online_prediction_requests_per_base_model with base model: textembedding-gecko. Please submit...

Neat library! 'Cept I can't get the example.py to init (all openni and primesource examples work just fine on this box): python example.py Traceback (most recent call last): File "example.py",...

Brief link to pandoc install instructions to support html2text Supports issue #20

https://github.com/chronicle/api-samples-python/blob/a92b7c259f98720a1a7e32338291b6854ccc0b4d/search/list_alerts.py#L20 Mentions the list alerts endpoint, but the docs indicate it is deprecated. Tests on a current chronicle instance return no alerts despite there being alerts in the UI. Is...

# Description Noticed a discrepancy in the way roles are used in messages for the gemini model ## Steps to Reproduce Calling a simple function in the python-genai library the...

bug

## Problem Description I'd like to be able to use firestore to store agent session information ## Proposed Solution I'll create a class based on the mongo class that uses...

enhancement

# Description There is the concept of storage and the concept of memory. There appears to be an unintended overlap between them which pulls user memories into session storage even...

bug