Tomasz Chiliński

Results 170 comments of Tomasz Chiliński

Lepiej byłoby użyć `ResourceExists('customerassignments_customergroupid_key', ...)`, żeby wyznaczyć pod jaką nazwą figuruje ten constraint (bo może tak być, że jednak jest, ale pod inną nazwą).

Hi, I tried to convert local file using `file` protocol: ```bash $ pdf-bot push 'file://full/path/contract.html' The job was created with ID 82a0112d-7eaa-474a-8b4c-d13ee6a8ec4a $ pdf-bot shift:all Found 1 jobs, divided into...

I reply for myself - it is possible, but required some quirk in the following line: https://github.com/esbenp/pdf-bot/blob/a2edd1ea570b840965e980c0900c5aaa27d80148/src/utils.js#L2 Should be: ```js var isValidUrl = function (url) { return url.match(/(((file:\/|[A-Za-z]{3,9}:(?:\/\/)?)(?:[\-;:&=\+\$,\w]+@)?[A-Za-z0-9\.\-]+|(?:www\.|[\-;:&=\+\$,\w]+@)[A-Za-z0-9\.\-]+)((?:\/[\+~%\/\.\w\-_]*)?\??(?:[\-\+=&;%@\.\w_]*)#?(?:[\.\!\/\\\w]*))?)/) } ```...

@vsch no - that thank you for great plugin ;-) Please let me know when it's fixed.

Thanks a lot - now it works as should!

They haven't activated it for me too. Looks quite promising. If they added eksport to elixir compatible csv format, it would be great.

I've got earlier mentioned url (https://www.mbank.pl/mbank-news/co-nowego/pokazemy-nowa-historie-operacji.html) in my mbank account panel. New history means the old one stops working? Is there csv export feature in new history implementation on mbank-cli...

Maybe they have postponed history changes?

They've changed history view on my account!

... and export to csv in mbank-cli still works so far ;-)