Sergey Fetiskin

Results 28 comments of Sergey Fetiskin

@alex-enchi could you plz resolve conflicts

@psyphore thanks for a comment, but I'm not sure it solves my problem

so the documentation https://sass-lang.com/documentation/at-rules/import#index-files lies saying it's available in "LibSass since 3.5.0"? I'm trying to make it work with `node-sass` v 4.12.0 which has LibSass 3.5.5 under the hood.

@vugar005 it's about how to load data before the app load, but my problem is different -- it's how to provide data for translations @petebacondarwin this can be taken as...

@dgp1130 do you want to say that I can use locl.app on top of built-in i18n for development mode only?

@rene-leanix We call it on application startup to configure and create proxies middleware, smth like this ```js function proxyHelper() { // our custom code and reconfiguration return createProxyMiddleware(); } app.use(proxyHelper())...

I got the same problem today. It works fine before

Here's my steps to reproduce with Jinja templates, Create any html file, switch to 'HTML (Jinja2 template) syntax', place in it ``` jinja {% set var = 1 %} ```...

I have suggestion that JSHint enabled for files with source.js, since Jinja templates contains same source it cause validation problems. I have not idea how this can be figured based...