Denis Zavershinskiy

Results 22 comments of Denis Zavershinskiy

What about `envsubst`? In short, suggestion is following: 1. You define your environment in `index.html` following way: ```html const API_BASE_URL = "http://localhost:8080"; // "$output_path" ``` 3. All values in `window.$$env`...

@brettneese I'm not sure if `config.load()` can be efficiently applied in this case since it requires to duplicate info about config structure. @janober I have built [loadFromEnvFiles(config)](https://github.com/zaverden/convict-env-file/blob/master/config/loadFromEnvFiles.js) function. And [here...

@brettneese thank you for interesting idea with `loader`. I will try to make something useful from it, but at the moment I see one big downside: If `provider` gets whole...

Maybe this util function will help for the case: ```typescript import * as R from "runtypes"; import { LiteralBase } from "runtypes/lib/types/literal"; type Tuple = [T, ...T[]]; type Literals =...

I have faced same issue, and can provide you some details 1. This issue is not persistent. Meaning: if it happened for some request it does not mean it'll happen...

Monkey patch to make `MemBuffer overrun` handlable: ```js const Thrift = require('evernote/lib/thrift/thrift'); Thrift.Method.prototype.__processResponse = Thrift.Method.prototype.processResponse; Thrift.Method.prototype.processResponse = function (response, callback) { try { this.__processResponse(response, callback); } catch (err) { callback(err);...

@mariecl Same error appeared in my logs, but I got another stack: ``` Error: MemBuffer overrun at MemBuffer.read (/src/node_modules/evernote/lib/thrift/transport/memBuffer.js:29:55) at BinaryProtocol.readString (/src/node_modules/evernote/lib/thrift/protocol/binaryProtocol.js:333:29) at BinaryProtocol.readType (/src/node_modules/evernote/lib/thrift/protocol/binaryProtocol.js:353:25) at Object.Thrift.Struct.readFields (/src/node_modules/evernote/lib/thrift/thrift.js:505:49) at Thrift.Struct.read...

hello @Marak I think signup via github is broken now. I'm trying to signup via github (I dont have an account). I go to https://hook.io/login and and click `Log In...

@Marak yes, I believe I did not set a public email for my github account. Anyway, I was able to sign up by email/username/password and then have linked hook.io account...

Hello @Marak Tried to start with new account and got same error [I described above](https://github.com/bigcompany/hook.io/issues/265#issuecomment-379144581) I found that in both cases my profiles don't have a public email (on page...