Jan-Eric Nitschke

Results 82 comments of Jan-Eric Nitschke

Hi @lfoppiano , thanks for the quick response. Unfortunately i cant show you the code or application at the moment and it hard to produce a minimal example as the...

But i can try to describe the relevant parts a bit: The code that displays the pdf is ``` if st.session_state[selected_pdf]: pdf_view = st.session_state[selected_pdf] display_pdf(pdf_view.content, key="some_key", pages_to_render=[pdf_view.active_page], render_text=True) ``` And...

I think it might be some sort of race condition as my local machine is significantly better than what I have hosted it on.

Hi, id like to come back to this. I see on [PyPI](https://pypi.org/project/lingua-language-detector/) that there is a 2.0.2 release which supposedly supports python 3.13 (`Requires: Python >=3.8`). However there are no...

@pemistahl Thanks for the quick reply. If i understood correctly then 1.X is the pure python version and 2.X the rust version, right? Unfortunately it is pretty important for us...

> Python 3.13 support has been implemented in the Rust implementation, so this issue can be closed. I guess to use it i have to install directly from github main...

This should also fix https://github.com/python/typing_extensions/issues/308

Specifically: - [ ] Consider ladders for connections between areas - [ ] Connect each area (additionally) to each other area that is within `JUMP_DISTANCE` and below `CURRENT_HEIGHT + JUMP_HEIGHT`...

Also improved the args handling for `parse` a bit. Closes: https://github.com/pnxenopoulos/awpy/issues/395

Will try to have a look if i find the time. The pandas internal signature is `Callable | Mapping | Series` I am also not 100% sure how to handle...