anonymous555

Results 14 comments of anonymous555

Here's another example deck `AAECAf0GCM/SA/zeA87hA5boA/LtA6iKBLCKBIWgBAusywPM0gPN0gPG3gPm4QP14wP44wOS5AOCoASDoATnoAQA`

Any chance of getting this fixed? Seems like someone already provided a pull request with the fix https://github.com/HearthSim/HearthDb/pull/24

This already exists see https://github.com/kimsey0/Advisor

Does this support duels deck import too?

maybe ask hdt to give you a quest advance api???

Great tool, littlenavmap is amazing!!!

Also, this results in an error KPSP V388 PDZ KSBD No waypoint before airway V388. Ignoring flight plan segment. Found airway V388 instead of waypoint as first entry in en-route...

May be related to https://github.com/albar965/littlenavmap/issues/824

Showing on view/import/export would be nice... similar to the view for E.T.C's Band would be first priority... deck builder support would be lower priority.

Don't know for sure, but maybe the bug is related to here public void SelectDeckType(DeckType selectedDeckType, bool ignoreSelectionChange = false) { if(ListViewDeckType.SelectedIndex == (int)selectedDeckType) return; if(ignoreSelectionChange) _ignoreSelectionChange = true; ListViewDeckType.SelectedIndex...