Antonio Zaitoun
Antonio Zaitoun
The function can throw an error if the width is equal to 0 - which may be possible in some cases. So I replaced this: ``` private func currentPageIndex() ->...
A [recent PR to pygments](https://github.com/pygments/pygments/pull/2175) added the support for JMESPath highlighting. A functional demo is found here: https://pygments.org/demo/ It would be a great addition to have that syntax highlight support,...
In order to allow sub-classing and easier access to customize the controller, I changed most access modifiers from public to open.
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
This is more of a suggestion rather than an issue. This is how I am defining my custom decorators so I can use them in my unit tests: ```python @inject...
Consider adding GitHub actions to automatically build and publish the image to DockerHub for easier install.
Hi, I am trying to build an adapter over MongoDB. I was wondering it is possible to allow for dynamic fields (columns). MongoDB, being a NoSQL document database, there is...