Jakub Skałecki

Results 70 comments of Jakub Skałecki

I also have this problem. There is no easy way to pass `additional_validatators` to fields, potentially a very simple fix. @imaurer what is your opinion?

Hi @snowuyl! To make it work, you have to: - own the domain - point address of the domain autossl to your server (DNS type A record) - and then...

I'm using vue in my project. I've resolved problem with static files using `collectstatic` preprocessing phase - each static route found in `bundle.js` is replaced with a proper path (i'm...

@mehul-saleshandy you could look into my image https://github.com/Valian/docker-nginx-auto-ssl (shameless plug). It's very easy to use when you have working HTTP service and just need HTTPS proxy. Customization is described in...

It's a very old issue, and for me it works with the newest version just fine (v0.12.0). Closing as no longer relevant, please open a new issue if something doesn't...

Floki has been updated and works fine with the latest version. Also, `Floki.Selector.match?` is no longer used in the codebase, so possibly that issue is no longer relevant (at least...

Disclaimer: A few days ago I became a maintainer of this project. I'm planning to release a new version soon. @kianmeng You created a very nice PR that I'll be...

@kianmeng LGTM, thanks! :+1:

Also looking forward to merging that PR, it's hard to use Exceptional with all these warnings.

Thanks, I'll look into this! I know it might work only for simple checks like IDs, tag names and classes, but I have a feeling it might be the most...