Erwin

Results 6 comments of Erwin

Hello, @carlmontanari Thank you for such a [particular explanation](https://github.com/carlmontanari/scrapli/commit/f05f913143ee3feb961ce1699ccdea805a0ea566)! Didn't know that this is because of my terminal settings (it looks so obvious now though) . I will note this...

Hei ;) Is it something wrong with the PR? It's taking long for some reasons...

Are you sure it would be convenient to manage a switch via WEB UI? How do engineers pass a configuration to each other? How to configure a device quickly (e.g.,...

Hm... Maybe you're right. And this may save money for teaching a staff. It would be similar to those Pasolink or Ericsson Traffic Node radio relay stations. Actually in data...

Yeap, you are right. It's interesting, who could do such a kind of interface? Are we free to make our own for proposal? Have you any ideas?

When was through the framework learning, I had to use smth like: ```python def setup_static(app: web.Application): static = Path(__file__).parent / "static" loader = jinja2.FileSystemLoader(static) aiohttp_jinja2.setup(app, loader=loader) app.router.add_static("/static", static) @web.middleware async...