Matan Addam
Matan Addam
Using numba 0.58.1, python 3.10.13 [GCC 9.4.0] on linux, I am running the [following example code from the docs](https://numba.readthedocs.io/en/stable/user/parallel.html#examples) resulting in quite unexpected behavior: ```python @numba.jit(nopython=True, parallel=True) def logistic_regression(Y, X,...
Hi, I'm seeing that when my pyglet application's UI window is not visible (e.g. hidden by other full-screen windows) then the update interval temporarily goes up from the one set...
The following code simulates a pytest test suite run where a first test runs a pyglet app and finalizes it, and later another pyglet app is run as part of...
Hi and thank you for pyglet! I am looking at the [simple code example](https://github.com/pyglet/pyglet/blob/master/examples/window/multiple_windows.py) for managing multiple windows, where I think no `on_update` dispatch interval is explicitly involved. Assume your...
Hi and thanks as always for pyglet! This might be petty but I'm trying to cement my understanding. I find that although it would take a possibly impossible load of...
The cloud is awesome almost as AI is, but I'm pretty sure installing and running this locally (on the already supported Ubuntu platform as I understand) could work without requiring...
Where are they to be found?! Thanks in advance
Does this project extract the raw text messages, or does it just retrieve the encrypted proprietary file format that the whatsapp export uses? thanks in advance!!
Looking at the spark repo, it looks like at least one relevant fix has been made since this code was extracted. It might be a good idea to merge it....
Connecting with a MySQL user that does not use a password does not seem to be possible with this plugin as it currently stands. It would just take a change...