Sergey Zarovskiy

Results 14 issues of Sergey Zarovskiy

Hi, all=true option from .flowconfig is ignored ``` js //gulpfile.js const gulp = require('gulp'); const flow = require('gulp-flowtype'); const babel = require('gulp-babel'); const sourcemaps = require('gulp-sourcemaps'); const debug = require('gulp-debug');...

Hello sir, please take a look at the following [issue](https://github.com/visionmedia/co-views/issues/7), let me know what you think is the best - to fix it on ect side, or on co-views side,...

Hi, Since primary purpose for ETS is to be used for development environments it would be nice to improve how to connect sites running on host with ETS. There is...

Hi, I'm talking about `To get a processed ESI page from yoursite.example.com, add "Host: yoursite.example.com" header`. I'm running IIS as a primary server (running on port 80) and make it...

This might be a known problem but there are links on search aggregators which use https links, example ![image](https://user-images.githubusercontent.com/911388/208698461-5e74a170-72af-46cd-86f3-8af6552a8252.png) Clicking on the link from example goes to https://bluebirdjs.com/docs/api/promise.fromcallback.html with following...

Running following mutation from https://frontendmasters.com/courses/client-graphql-react/querying-mutations-demo/ ![image](https://user-images.githubusercontent.com/911388/209854643-b6c4c22f-ac34-425f-bb10-3bb5e182cd2e.png) results in following error Error: GraphQL error: Int cannot represent non 32-bit signed integer value: 1672250526945 ![image](https://user-images.githubusercontent.com/911388/209854691-d5d7bccd-b221-4354-b114-a3dd402a241e.png) It looks like graphql server implementation is...

Whey you use max-age, code that is generated in express shows following: `res.set('Cache-Control', 'max-age 86400');` shouldn't there be `=` instead of space, like so `res.set('Cache-Control', 'max-age=86400');` Thank you

Hi, thank you very much for requirejs support. Can you please check out my [fork](https://github.com/Serge-Z/karma-requirejs.git) of karma-require example? If you'll run it you'll see that karma fails with following error:...

This plugin is awesome already! But wouldn't it be neat if it allow autocompletion too? I don't know if it is even possible, just asking :)

enhancement

Hi, please add setting to disable completions, they might break other expected completions. See https://github.com/MarioRicalde/SCSS.tmbundle/issues/154