Piotr Maliński

Results 16 issues of Piotr Maliński

I have a Django project with some tests, including Geocoder mock that starts like this: with Stub(proxy=Geocoder) as Geocoder: from pygeocoder import Geocoder The from import will cause the text...

Is there a way to periodically refresh the session/oauth token in the background? I have an ember based "admin panel" and sometimes people start using it after a period of...

Is there an option to emit an event but not to the global /socket.io path but a different one? My goal is to have nginx reverse proxy multiple socket.io servers...

Is there an option to customize label to a point of having a custom template? I want to have label text and next to it a tooltip which is bit...

question

Backend returns data that can be invalid and in edit em-form I set showErrorsOnRender=true which just marks every field green while some are invalid and model.validations fields confirms it. I...

bug
help wanted

This extension should compile and work on Linux, however multiple parts of the setup.py are Windows-specific and I can't get everything to link correctly.

I'm using some background-size styles and inliner spawns some sentry logs about it as this property isn't in the CSV file. Looking at https://www.campaignmonitor.com/css/ this and some other CSS3 tags...

In one of my charts I used afterSetup to draw tooltips with i18n support (intl). After upgrading to ember 2.9 afterSetup is called without it component context so I couldn't...

Pillow sometimes may make problems. Check if Pystacia, python imagemagick libraries can be used as backends too. If so refactor current Pillow usage to a backend and then write other...

enhancement