ColemanDunn

Results 8 issues of ColemanDunn

DRF 3.14.0 support see https://stackoverflow.com/questions/73823833/attributeerror-module-rest-framework-serializers-has-no-attribute-nullboolea for more info

got the following error when running today: ``` File "venv/lib/python3.11/site-packages/langchain/__init__.py", line 6, in from langchain.agents import MRKLChain, ReActChain, SelfAskWithSearchChain File "venv/lib/python3.11/site-packages/langchain/agents/__init__.py", line 2, in from langchain.agents.agent import ( File "venv/lib/python3.11/site-packages/langchain/agents/agent.py",...

### Checklist - [x] I have searched the [Sourcery documentation](https://docs.sourcery.ai/) for the issue, and found nothing - [x] I have checked there are no open [bugs](https://github.com/sourcery-ai/sourcery/issues?q=label%3Abug) referencing the same bug...

bug

When hard deleting a queryset, custom delete logic (aka overriding the delete method in your model with a call to super) is not called, but it is when doing hard...

### Link to the code that reproduces this issue or a replay of the bug https://codesandbox.io/p/sandbox/brave-northcutt-3h899t?file=%2Fapp%2Fpage.tsx%3A22%2C1 ### To Reproduce ```typescript type myProps = { myFunc: () => void; }; const...

bug

Partial resurrection of https://github.com/excalidraw/excalidraw/pull/4446(that got parked/closed without much more discussion) with a bit more logic to match other popular apps (Lucidspark, Miro, Unreal engine, Discord whiteboard, Figma (toggleable in settings))...

Adds for the `o4-` to the `MODEL_PREFIX_TO_ENCODING` dictionary and `o4` to `MODEL_TO_ENCODING`. `4.1` has been added in [another PR ](https://github.com/openai/tiktoken/pull/396)

### Summary Given a project structure like this: ``` my_repo ├── backend │   ├── pyproject.toml │   ├── .venv │   └── app ├── frontend └── README.md ``` The ty extension is...

configuration
server