Ben Beasley

Results 452 comments of Ben Beasley

The error message is confusing because the positions of expected and actual value parameters to `TEST_EQ_STR()` are reversed. This seems to be the case for a lot of the assertions...

For the Fedora Linux `flatbuffers` package, the following allows tests to succeed with an out-of-source build on release 2.0.6: ```bash # flattests fails if out-of-source build directory is used #...

> I think the best fix would be to use for cmake to invoke the bfbs-filenames flag > > https://github.com/google/flatbuffers/blob/83a43fc7977b67259c6a78147cf1c09fe6af85f7/src/flatc.cpp#L163 > > This controls what schema filenames are relative to...

The top-level `site-packages` directory isn’t specific to `asyncmy`, so it’s a confusing place to install documentation, and there will be conflicts with other packages that do the same thing (usually...

I made a start on this for the “good” fonts by using `fonttools ttx` and looking in the resulting `.ttx` XML files. The following are under SIL Open Font License,...

Seconding this request. I want to package this in Fedora Linux, but a full license text, preferably in a separate LICENSE or COPYING file, is strongly encouraged.

This seems to be related to the following issue in CPython: https://github.com/python/cpython/issues/92062 The associated PR is: https://github.com/python/cpython/pull/92065 A related issue in Pydantic is: https://github.com/samuelcolvin/pydantic/issues/4011 A related PR in Pydantic is:...

The issue is still present in FastAPI 0.79.0 and Python 3.11.0b4.

Any thoughts on whether or not simply removing the aliases as described in the original report is an appropriate fix?

I found that [removing the aliases as suggested](https://github.com/musicinmybrain/fastapi/commit/ae3d9382d772fe13f847bfca878e641827c4fa80) leads to errors even collecting the test suite, let alone running the tests, since these aliases *are* used quite heavily.