John Wiseman

Results 43 issues of John Wiseman

Flightaware ["anonymizes" some multilaterated ICAO codes for security reasons](https://discussions.flightaware.com/t/flightaware-mlat-network-announcement/18874). An anonymized ICAO is a made up hexcode that [begins with a tilde (~)](https://discussions.flightaware.com/t/mlat-basestation-data-on-port-30106/19492). tracker.py has [code to handle the tildes](https://github.com/kevinabrandon/AboveTustin/blob/master/tracker.py#L214),...

It looks like `screenshot.clickOnAirplane` can fail if there are so many aircraft in the list that the one it's trying to click on has scrolled below the visible portion of...

Hi, Niall. In order to migrate a couple thousand posts from a Movable Type 3.2 blog to Wordpress I ended up making a new version of your WXR template that...

In the Rust bindings, I see that `Tree` is both `Send` and `Sync`, but `Node` isn't. Is that intentional?

rust

Trying to use the new gpt-3.5-turbo model causes an error: ``` llm = OpenAI(model_name="gpt-3.5-turbo") # ... llm.run(...) InvalidRequestError: Invalid URL (POST /v1/completions) ``` I also tried specifying a client but...

It's claimed these settings can make a big difference to compiler runtime: https://github.com/angular/angular.js/commit/3bd95dbb1a502575ae8250f49190f153442054eb

enhancement

When you load mavelous in a browser it will display the last STATUSTEXT message, however old that message is. We should only display it if it's been sent in the...

enhancement

When zooming, the drone icon seems to rotate to heading 0 degrees, then animate back to where it should be.

bug

The navbar buttons act a little funny--sometimes I have to click on one (in Chrome on a desktop) several times before the existing popover closes and the new one opens.

bug

We should add support for GUIDE mode waypoints, RTL and LAND to the offline vehicle model.

enhancement