Will
Will
- [x] Docstrings on all new or modified functions / classes - [x] Updated documentation (not needed I think?) - [x] Updated CHANGELOG.md (not needed, I don't think it warrants...
Currently, the characters that make up a scrollbar [are hardcoded](https://github.com/Textualize/textual/blob/e21f57529d4e70bf421acb7cb5e7d041a43e5a2f/src/textual/scrollbar.py#L101-L104). It would be nice if they could be overridden. Personally, I need to support poor fonts, so need to replace...
Closes #934 (which was closed due to inactivity, not due to it being fixed). On Windows, using the POSIX names for some filesystem ops (chdir, fdopen, read, write, close) has...
I'm evaluating Binary Ninja 4.1 Free on some older DirectShow code. You already have GUIDs and type definitions for `ICreateDevEnum`, `IGraphBuilder`, `IMediaControl`, `IBaseFilter`, `ICaptureGraphBuilder2`. However, [ISampleGrabber](https://learn.microsoft.com/en-us/windows/win32/directshow/isamplegrabber) with `[Guid("6b652fff-11fe-4fce-92ad-0266b5d7c78f")]` is missing.
### Describe the solution When running `wrangler dev --remote` with a new sqlite DO binding: ``` [WARNING] SQLite in Durable Objects is only supported in local mode. ``` And, as...