Jeremy Epstein

Results 19 issues of Jeremy Epstein

So that pagination data key can be determined dynamically, based on a callback function that gets passed all template data. So you can do something like: ---js { pagination: {...

enhancement

Update docs per the change in https://github.com/11ty/eleventy/pull/1711 . That one must get merged first.

on hold

This is just a quick note, to let you know that I've created a fork of flask-thumbnails called 'flask-thumbnails-s3', which is up here: https://github.com/Jaza/flask-thumbnails-s3 It works pretty much the same...

Currently, when you update the hex value in the text box, only the ".current-color" preview box changes accordingly. Nothing in the advanced tab gets updated (assuming that showAdvanced is enabled)....

As the project maintainers may have guessed (from my recent pull requests), I have the un-enviable task of getting medium-editor-insert-plugin working as close to 100% as possible in IE9. I've...

bug

To prevent this error: File /path/to/cx_Oracle_async/cursors.py:45, in AsyncCursorWrapper.callproc(self, *args, **kwargs) 44 async def callproc(self, *args , **kwargs): ---> 45 return await self._loop.run_in_executor(self._thread_pool , self._cursor.callproc, *args , **kwargs) TypeError: BaseEventLoop.run_in_executor() got...