Matan Addam
Matan Addam
Hi, I find that processing the extension's logs would be of great value for CI and (headless) tests, aside being a great time saver for quickly figuring very immediately whenever...
Thanks for this wonderful library. I am writing a key and pointing device activity logger application for self-use to remind me of typing breaks and to eventually apply machine learning...
Hi, I am loading SVG images from my code using `pyglet.image.load`, which perfectly works on linux. On Windows 11 however, that fails: > File "venv\lib\site-packages\pyglet\image\codecs\wic.py", line 386, in decode bitmap_decoder,...
There is a [well known issue](https://stackoverflow.com/a/60897278/1509695) possibly occurring on some systems but not others, where the xlib integration code may bail out, coming from [this line of code](https://github.com/pyglet/pyglet/blob/da8f0c4d10aeb5aa4de5d5e09b7864b565662b4e/pyglet/window/xlib/__init__.py#L857). The workaround...
Hi there, There seems to be a key usability issue manifesting in the process of annotating a text span, which may be a very common operation for an annotator, thusly...
Wouldn't it be nice to add in the API the option to get the spans of the matches, in addition to just the matches, in the spirit of these python...
Enables https://github.com/VerbalExpressions/JavaVerbalExpressions/issues/63. Obviously this is too opinionated, so I doubt you'll merge this. But it is helpful to have this added control, as the original implementation seems to conceal retrieving...
Just curious what throughput people are getting for prediction requests; I can get up to 380 requests per second under highly concurrent load with a clojure based http server wrapper,...
Starting a repl, I get this error message mentioned in the title, after every repl expression I evaluate. Can you please advise?  This is when I run the...