Aaron Ross

Results 63 comments of Aaron Ross

`history 1` simply outputs the most recently input command, which means your code will only show a connection if it was just connected to as the most recent command. Additionally,...

This is now available on crates.io if anyone would like to take it for a spin! ```plain $ cargo install smartcalc-tui $ smartcalc ```

I ran into this same problem, turns out adding the additional div inside `.form-group` or `.input-group` changes the display to `block` instead of `table`, so you just need to change...

I'm running on the v3.0 alpha so my route looks a bit different, but I have no issues using a `http://` address: ![image](https://user-images.githubusercontent.com/18172185/72925249-3c107b80-3d07-11ea-9a1b-55f3a545c0ad.png) What issue did you see when attempting...

Sorry for the delayed response, I haven’t had a ton of time to work on this project recently, and what I have has been focused on the 3.0 release. I’m...

Hmm, that's an interesting use case I hadn't considered. Just thinking out loud: - have each device confirm with the central server once they've initially loaded - have the server...

Were you able to use Multicast successfully before a few days ago? Have you changed anything in your setup since then (multicast version, node version, OS version, server hardware, network...

It would be almost poetic if I could get it to work 😁 I've never loved `mdns` since it causes that lengthy error message on startup and I always prefer...

Switched to `multicast-dns` in 0d0269488cc2bb741daeb60cf8ddde5feb34341e. Scans are a bit faster and goodbye annoying error message on startup! :tada:

@redfive2012 The new version is switching to a GraphQL API, which will include a playground and allow you to query against it directly.