sillycube

Results 4 comments of sillycube

I was prototyping for a widget which can toggle between highlight and non-highlight mode. Your script helps me a lot! After a while, I realized that I could change the...

Yes, I am using python 3.7, Django 2.2, jQuery 2.1.4. It works. But the documentation needs to be updated: 1. settings.TEMPLATE_CONTEXT_PROCESSORS - 'django.core.context_processors.request' is replaced by 'django.template.context_processors.request' according to [the...

Hey @DrStarkXavier, Can your fix work on Windows 10? I fail to install linter-flake8 today. I can use pip to install flake8 with power shell on windows. I can run...

I come across the issue today. Can it give a better output instead of the liquid error? I am following this example [{{ product | image_url: width: 450 }}](https://shopify.dev/docs/api/liquid/filters/image_url) I've...