-
## Description of bug / unexpected behavior
Using the function `next_to` an ImageMObject using the OpenGL renderer causes an unexpected crash,
while it does works without issue with the cairo rend…
-
The Glimmer Component API works different to the old Ember Component API. Arguments are not placed directly on the `Component` instance, but are set as the `args` object on the instance. This means th…
-
Script to reproduce:
```python
# pip install weave litellm
import weave
from litellm import completion
weave.init("litellm_bug")
class Model(weave.Model):
system_prompt: str = "You are a helpfu…
-
**Describe the issue**:
`tokenize` is non-deterministic for the new [scipy.sparse array classes](https://docs.scipy.org/doc/scipy/reference/sparse.html#sparse-array-classes). This is not the case f…
-
### Proposed new feature or change:
There is a newer package that has been implemented by other major packages such as FastAPI and Llama index which has overwhelming performance gains. I would like t…
-
## Feature request
Pybind11 extended functions and classes support in no python mode,
these are either made into their own binaries (modules) by pybind or are included while emmbdeding (PYBIND11_EMB…
-
Hi cool repo!
The requirements.txt file is missing. Should be streamlit, dotenv and replicate i would guess.
-
I'm working on making a rather big, domain specific java API available through JPype. One of our main issues is the complete lack of type information during static analysis - and therefore no linting …
-
## Problem
there is a lot of boilerplate for creating vanilla classes that are properly wired up to the container.
For example:
```js
import { cached } from '@glimmer/tracking';
import { getOwn…
-
From time to time Sentry reports the exception below. I'm not sure how to replicate it and which one could be the issue.
There are some mentions that the issue could be related to `psycopg2` and `psy…