Martin Schwier

Results 6 issues of Martin Schwier

Hi! I would like to use a custom cache pool with ReactRenderExtension. I see in the CacheCompilerPass the hardcoded line: ` $appCache = $container->findDefinition('cache.app');` I would like to change the...

Hi! I use this with django 3.2 and it works for me, although setup.py says it requires Django

I added a parameter to the scrollTo function to scroll _selected_ to the top of _scrollParent_, instead to the bottom. Would be great if that could be merged :)

Hello! I noticed that only the AFTER_* hooks of django-lifecycle are implemented. Wouldn't it be useful to also support the BEFORE_* hooks? E.g. I have an attachment file model. If...

This solves https://github.com/react-component/slider/issues/599 A range can be changed by clicking the markers.

For the lib to behave correctly it is necessary to specify an itemSize in pixels. It would be awesome if it would work with dynamic sizes per item. Is this...