Jonas Maison
Jonas Maison
Hi, The extension does not work if the file name contains an emoji (`testtest ❤️.mp4` for example). ```txt lua info: [vlc-delete] removing: C:/Users/Jonas/Desktop/testtest ❤️.mp4 lua info: [vlc-delete] windows detected lua...
Impressive work! You should swap the two inner loops here: https://github.com/novak-99/MLPP/blob/2a21d259997e44d80552b5c5842f05d4eae1d62a/MLPP/LinAlg/LinAlg.cpp#L80-L86 That is: ```c++ for(int i = 0; i < A.size(); i++){ for(int k = 0; k < B.size(); k++){...
Hi, I noticed the following metadata in `LIDC-IDRI-0132/1.3.6.1.4.1.14519.5.2.1.6279.6001.218658642102832118810712329678/1.3.6.1.4.1.14519.5.2.1.6279.6001.151647338241909635299641922057/000000.dcm`: ``` [0040,0275] RequestAttributesSequence SQ 94 [fffe,e000] Item na 78 [0040,0007] ScheduledProcedureStepDescription CT, CHEST, W CONTRAST LO 22 ``` It's writtent `W CONTRAST`...
Hi, First, thanks for a lot for loguru :) I have a piece of code like this: ```python import httpx from loguru import logger as loguru_logger @app.get("/") # some fastapi...
### Describe the bug Hi, I'm having some pydantic v1 warning in my logs: ``` ------------------------------ Captured log call ------------------------------- ERROR langfuse:client.py:2631 6 validation errors for UpdateGenerationBody usageDetails -> completion_tokens_details...