Fayez

Results 8 issues of Fayez

I have a problem with my VPN connection where I keep seeing it periodically disconnects (ESP detected dead peer) and automatically reconnects (at the level of openconnect, unrelated to the...

For some reason, running `tncc.jar` with `tncc_preload.so` isn't working for me. The wrapper script just blocks while trying to read from the socket and never receives anything. I cam up...

Python version 2.7.12, Cython version 0.25.1 The following works: ```python from Cython.Distutils import build_ext # old_build_ext from Cython.Distutils import Extension setup(name='test', cmdclass={'build_ext': build_ext}, ext_modules=[Extension('test', sources=['test.pyx'], language='c++', cython_compile_time_env={'TEST_ENV': 123})]) ``` But...

help wanted
good first issue
defect
Build System

TLDR; version 0.11.8 works, latest is leaking (haven't tested with versions in-between). I've originally opened an issue about this at https://github.com/google-deepmind/gemma/issues/354 but nailed it down to the current latest orbax-checkpoint...

type:performance

Is there a simple way to export the model to run on transformers or other inference engines?

### Summary Started a new project using Litestar (first time user) and trying to understand how `sync_to_thread=True` behaves exactly. From my understanding, this would roughly mean that my handler will...

Documentation :books:

Congrats on the Beta release! This is a feature that existed forever in jedi since before LSPs existed and it's something that I've been missing (A LOT tbh) since moving...

server