Idan Gozlan

Results 34 comments of Idan Gozlan

It's giving the string of removed by when it's only globals. Idk if it's violate it but it makes sense. On Jun 8, 2017 10:31, "Kirill Agalakov" wrote: Thanks for...

You right. About the merge, right now the only thing that prevent it to be merged is the error throwing. We can transit it to warning without throwing exception.. what...

That's exactly what I've done, but it took me long time to understand what was the error. Maybe we can create a warning when the string is the specific one...

maybe we should modify the current error to more informative one, that also tell about possible case of having empty base stylesheet. Do you want me to pull request it?...

Yep. Thanks for your attention and quick responses. On Thu, Jun 8, 2017 at 2:51 PM, Kirill Agalakov wrote: > Well, errors in themeable function imo should be related only...

is there any solution / workaround for now?

Sorry: ``` const PROTO_PATH = path.resolve(__dirname, './users.proto'); const client = caller('0.0.0.0:50051', PROTO_PATH, 'Users'); try { const res = await client.forgotPassword({ email: '[email protected]' }, { ip_address: '192.168.0.11' }); console.log('RESPONSE: ', res);...