Przemysław Spychalski

Results 4 issues of Przemysław Spychalski

When I was reading the code https://github.com/tweepy/tweepy/blob/master/tweepy/models.py#L315 one question came to my mind about the way the models where designed. Would not it be better do use `dataclasses` in here...

Is there a way to create a customize toolbar? How can I enable `forcePasteAsPlainText`? https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-forcePasteAsPlainText

I reviewed this code: https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-clipboard/src/pasteplaintext.ts It looks like the plain text is pasted to editor only if user use 'ctr + shift +v'. How to make it work for 'ctrl...

type:question

httpx is missing from pyproject.toml, causing pip-tools to fail dependency compilation. Add missing httpx dependency to pyproject.toml — required for successful pip-tools compilation. ` from py_eureka_client import eureka_client File "/usr/local/lib/python3.14/site-packages/py_eureka_client/eureka_client.py",...