Wesley Norris

Results 39 comments of Wesley Norris

Hi, thanks for the issue! I'm absolutely open to having features for interop, however, I've never heard of `netlink` nor `neli` before this and from the small bit of reading...

Oh, if its mainly around de/serializing for the type, then sure I'd accept that as an optional feature flag :) do you have any examples where I could see what...

Hi, yeah this seems like a good idea but will probably require a partial (or maybe even full since I think I want to restructure other parts as well) rewrite...

Hi, sorry for the almost month long delay! Could you refine what you mean by "active interface"? Do you want the first interface which is marked as `UP` (at least...

I'm hitting a very similar issue with `tokio::select!` in the latest nightly as of this writing, completion works for a little while then grinds to a half, then it refuses...

> It would for sure be good to indicate this to the user somehow (eg. some sort of very brief loading indication so you know you can't start typing yet),...

I handle multiline input by checking to see if the parser runs into EOF and building up the code in the REPL until it successfully parses, then do a couple...

also you may want to link to the current master commit in case I move code around (which is pretty likely)

Hi, sorry for the delay, I managed to miss both of these :sweat_smile: I'll merge this one since the interface name is documented somewhere, thanks for the contribution! I'll push...

Closing with the merge of #32