Siming Yuan

Results 23 comments of Siming Yuan

@miguelgrinberg thanks for the quick response! can you please also take a look at issue 1? it seems like namespaces outside of / are not getting connected immediately and there...

@miguelgrinberg your assumption is incorrect, this is not a bug in the client, but a bug in python-socketio server. Scenario: - using Node.JS server - using Python-SocketIO client - In...

when you issue two connections in JS, even though it looks like two sid, it's the same connection multiplex. in your snippet, look at the SID `Nzv9Sd-EmE0JYZCOAAAA` and `/foo#Nzv9Sd-EmE0JYZCOAAAA` on...

@miguelgrinberg are you sure... Node Code: ```js var app = require('express')(); var http = require('http').createServer(app); var io = require('socket.io')(http); app.get('/', function(req, res){ res.sendFile(__dirname + '/index.html'); }); http.listen(3000, function(){ console.log('listening on...

What Lily is asking is similar to https://github.com/open-telemetry/opentelemetry-specification/issues/373 without that - we is there a way for us to view "current/inflight/inprogress" spans? @srikanthccv

hi we don't have any idrac... actually never heard of this platform before. does it behave like linux? what platform is it based on? how do you connect to it?

take a look at `$VIRTUAL_ENV/lib/python/site-packages/unicon/plugins` folder the code there is open-source. each plugin implements how Unicon connects with the device. take a look at the recipe here https://github.com/CiscoDevNet/pyats-plugin-examples/tree/master/unicon_plugin_example

this is a really interesting suggestion. are you suggesting in the email report? say if we do go down that route - how do you make sure it fits in...

can you provide a text output of an example of what you are looking for?

it's actually entirely possible to write a plugin for easypy to generate PDF reports, if that's something you're interested it.