Results 3 issues of Derfies

I would like to use this library to match against values derived like collections.MutableSequence and collections.MutableMapping. For example: ` import collections import jmespath class MySequence( collections.MutableSequence ): def __init__( self,...

I would like the ability to use one ndarray to index into another one, aka “Advanced indexing” (https://numpy.org/doc/stable/user/basics.indexing.html) eg: x = np.arange(10, 1, -1) -> x array([10, 9, 8, 7,...

enhancement

Keen to integrate a pyqt-based gui with my project, I followed the sample code in the top answer here: https://stackoverflow.com/questions/72714242/render-pyglet-window-inside-pyqt6-window With the current version of pyglet (2.0.15), running this script...

bug