electroglyph

Results 44 comments of electroglyph

i built the docs with sphinx==6.2.1, and those stupid list links are still showing up, heh

i kinda like it how it is. devs can utilize screenwidth when necessary (i.e. help command), but otherwise wrapping is left up to the client...it feels like something that should...

your "client breaking at 80, evennia set to 80" is some other kind of bug or misconfiguration. it's not like that for me. wintin++/tintin++ is an example of a well-behaved...

> While I'm generally on the side of "the client should handle it" for things like this, I believe respecting client line length/screen width is a thing servers have historically...

also, running with `(.venv) PS D:\grpc-1.73.0\src\python\grpcio_tests> python .\setup.py test_lite` hangs forever on: `Running tests.unit._invocation_defects_test.InvocationDefectsTest.testNestedExceptionGenericRpcHandlerUnaryResponse`

``` Errors/Failures: tests_py3_only.unit._simple_stubs_test.SimpleStubsTest.test_default_wait_for_ready traceback: Traceback (most recent call last): File "C:\Python312\Lib\unittest\case.py", line 58, in testPartExecutor yield File "C:\Python312\Lib\unittest\case.py", line 634, in run self._callTestMethod(testMethod) File "C:\Python312\Lib\unittest\case.py", line 589, in _callTestMethod if...

awesome! i assumed the tiny bit I had here wasn't serving any real purpose anymore =) thanks for working on it!

cryptography is absolutely not required for autobahn. i'm using autobahn right now in a free-threaded program without cryptography, hence the suggestion =) Every user of Evennia (https://www.evennia.com/) falls into the...

i forgot about docs requirements being different. i'll take a look at this later

@Griatch i think i'm close to being done with this. do you recall why the custom sphinx-multiversion? the requirements.txt says `# sphinx-multiversion with evennia fixes ` but unless i'm blind...