jepperaskdk

Results 46 comments of jepperaskdk

Testing with the script @wang0618 provided: File: ~171MB (ZIP) Start sending file at Mon Oct 03 2022 11:29:57 GMT+0200 (Central European Summer Time) Over sending file at Mon Oct 03...

So I profiled sections of the `websocket.py::_receive_frame` function, and found that this line occupied most of the time: ```self._fragmented_message_buffer += data``` `self._fragmented_message_buffer` has type `Optional[bytes]` - but if we change...

Happy to help! Regarding the C-extension, is there a way to tell if it is currently installed on a system? (except by profiling it)

I don't know what it represents, but it is being used as a threshold here: https://github.com/JaidedAI/EasyOCR/blob/master/easyocr/craft_utils.py#L27

This is my workaround while this feature is not enabled: GDB supports skipping files/functions and these can be predefined in e.g. `~/.gdbinit`. Put e.g. this in that file (adjust versions...

Does this mean that for-if statements do not work? I think it should be removed from the documentation then, until it is fixed - and this issue is already 3...

What is throwing this error? I'm getting it after upgrading .NET 6 -> 8. I have found numerous threads and issues on this problem, and it seems completely unprioritized. I...

@rensite Sorry I forgot about this.. If you resolve the merge conflicts, then we can merge this.

I have the same issue. Ideally this should include the full link from the root package in package.json to the vulnerable package.

I'm having the same issue on python3.11 for versions back to 5.1.0 (didn't check lower). Works with python3.12 on version 0.7.3 (didn't check others).