AliReza Tofighi
AliReza Tofighi
We use main.js and main.css and vendor.js now, minified files can make merge conflicts for now....
I think it is fixed in https://github.com/mybb/mybb2/commit/260cf6c55cd7d08ab2739ee33e3d36b0486c0e1d
I personally prefer to use `laravelcollective/html` instead of using ``... (it's easier for CSRF, selects and ...) We can ask @laravelcollective to add a way to use ``` twig {{...
Looks good to me... I think we can use it.
it isn't allowed in a username in 1.x...
> SASS for styles? Not sure on the feasibility of this, need to see if there are any libraries to parse SASS in PHP... I agree with it, we can...
I think we should support less too (https://github.com/leafo/lessphp)
It also will help me to change `forwardedHeaders.trustedIPs` dynamicly and without restarting traefik pods.
I fix this issue in my project with making history of proxy models as new proxy models. Here is my implementation: ```python from django.apps import apps from django.utils.encoding import python_2_unicode_compatible...
If I understand the code correctly, there are two environment variables that prometheus_client depends on it: `PROMETHEUS_DISABLE_CREATED_SERIES` and `PROMETHEUS_MULTIPROC_DIR`. Is it a bad idea if we can simply pass and...