AlexMili

Results 13 issues of AlexMili

The modules menu option exists on linux build but impossible to find it on OSX.

Hi, I need to customize the CSS of the starting/closing handle using [BetterPolygon](https://github.com/recogito/recogito-client-plugins) to apply a specific style. I did a POC [here](https://github.com/AlexMili/annotorious/commit/0d4d3277f7a2173df61853eadf99bb6175f8014c), do you think this something that could...

Hello, Thank you for the great work you did on this amazing lib ! I needed to delete annotation when pressing backspace or delete key, so I implemented what you...

bug

Hello, Thank you for your great work. This PR is just to add a fix on weights loading when on CPU. Since the weights were obtained from a GPU, it...

**Platform** macOS 12.7 with Python 3.10. **Describe the bug** After my [last Issue](#103), I tried to test ALL regex with python and found 3861 errors. **To Reproduce** See this [gist](https://gist.github.com/AlexMili/24b5c6a1b85fcc5e83d593c49e721bfe)...

**Platform** MacOS 12.7 with python 3.10. **Describe the bug** The **Wagtail** DOM regexs `[style*='images/']`, `img[src*='images/']`, etc. Are not compiling in python 3.10. **To Reproduce** ```python import re re.compile("(?:\\.[a-z]+|/media)(?:/[\\w-]+)?/(?:original_images/[\\w-]+|images/[\\w-.]+\\.(?:(?:fill|max|min)-\\d+x\\d+(?:-c\\d+)?|(?:width|height|scale)-\\d+|original))\\.") ``` **Expected...

Hello, The Amazon Associates regex doesn't take into account amazon links beginning with `www.`, other TLDs and when the `tag` query param is at the first place. Here are some...

Hi, I need to customize the CSS of the starting/closing handle using [BetterPolygon](https://github.com/recogito/recogito-client-plugins) to apply a specific style. I did a POC [here](https://github.com/AlexMili/annotorious/commit/0d4d3277f7a2173df61853eadf99bb6175f8014c), do you think this something that could...

Hi, I would like to handle both deletion of an handle and the deletion of the whole selection but they conflict with each others. The solution I am thinking of...