Carl Bourne

Results 47 comments of Carl Bourne

Arh thanks. I'll try this. I'm running this in Electron so yes the events are fired via the event emitter. If that can be wired in I should be good...

This is great and works well. However, the results aggregation currently only shows the results from the last `request` can all of the results be bubbled down? ``` javascript }...

> Is there any reason why you need all results do be collected at the end? Good question. Its really more for logging/auditing and writing out the high level results...

> Could you log using tap as the responses occur? Very nice. That does the trick.

Yes, If I run within an Electron context I can now do this: ``` javascript .tap(res => event.sender.send('selected-directory', JSON.stringify(res))) ``` Which enable me to provide an event stream for stuff...

Any updates on this ?

"The error you have is a generic timeout issue. Can you connect to other websites from your terminal? Are you in a locked-down corporate network that requires a proxy server?"...

OK thanks - think thats fixed it.

This is what I have now: ``` serverless deploy Serverless: Running "serverless" installed locally (in service node_modules) Serverless: Packaging service... Serverless: Excluding development dependencies... Snowflake: Adding permission to Snowflake for...

"If we added a built-in wrapping asn1.Unmarshal which unmarshalled to a []asn1.RawValue that might be suitable?" Yes I think that would do it. I used this to create the CSR:...