Tom V

Results 10 issues of Tom V

As a first step to Python 3.7 support, I've updated the PPA used to install Python from. [ppa:fkrull/deadsnakes says](https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes): > This repository is kept for historical purposes, but NOT UPDATED....

Python 3.7 is out now, and so it would be great to support it. After adding the new deadsnakes ppa I submitted in https://github.com/uber/pyflame/pull/150 I discovered that we need to...

There's a bug in the non-id branch. Each `item` in `items` is redefined, with a new object, then `_commit` is set, but never used anywhere. In my use case, I...

Imagine this folder structure: ``` $ tree . ├── project │   └── script.py └── wolverine └── wolverine.py ``` I'd like to run `wolverine.py` from within my `project` folder. But I...

## Bug Report ### Broken Functionality Parts of the codebase assume the existence of a `tracks` attribute. However, ALE inputs don't have this. This is because the ALE adapter doesn't...

bug

This PR is based on the [first commit](https://github.com/versae/qbe/pull/54/commits/c3131e8085b17c210060c366ba85e15030ade893) of https://github.com/versae/qbe/pull/54 but rebased so it's mergable with master. With few extra commits to: - remove ipdb - fix streaming - update...

Can I suggest adding https://github.com/tomviner/llm-claude to the list, as it allows querying Claude via the command line

# Required: ------------ - [x] I believe this isn't a duplicate topic - [x] This report is not related to an adapter ## Select One: - [x] Build problem -...

We've been testing our query counts, and found our tests weren't independent due to the caching of ContentTypes causing query counts to depend on test ordering. There's a handy pytest-django...

As the OpenAI [Create speech docs](https://platform.openai.com/docs/api-reference/audio/createSpeech#audio-createspeech-input) mention: > `input` > The text to generate audio for. The maximum length is 4096 characters This PR splits the input text up into...