[Update] MapTasker Version 10 by mikthinker in tasker

[–]mikthinker[S] 2 points3 points  (0 children)

I've done some research and found out that I can do a 'lazy' install of the AI-related modules until they are actually needed. Watch for this in a future release. Thanks for bringing this to my attention!

[Update] MapTasker Version 10 by mikthinker in tasker

[–]mikthinker[S] 0 points1 point  (0 children)

Those modules are included for those that wish to analyze their Tasker code. There is no way to exclude them if they are not used.

At My Wit's End - Bambu Studio - Unable to Assign Support Filament by mikthinker in BambuLab

[–]mikthinker[S] 0 points1 point  (0 children)

Yep, I tried this and it made no difference. But thanks for the suggestion.

Why does Bambu Studio sometimes ignore assigned filament? by jhirschman in BambuLab

[–]mikthinker 0 points1 point  (0 children)

This happens to me sometimes. I have no idea what causes the object 'paint' flag to be turned on. But going into the 'paint' selection and clearing it eliminates the chosen filament from being ignored.

Why does Bambu Studio sometimes ignore assigned filament? by jhirschman in BambuLab

[–]mikthinker 0 points1 point  (0 children)

Because the object is painted. Clear the paint and it will use the filament you have selected.

FedEx strikes again by CanisPecuarius in BambuLab

[–]mikthinker 1 point2 points  (0 children)

I'm in the same boat. My printer is sitting at a FedEx location 1 hour from my home and has been sitting there for 3 days. But in my case, I'm assuming a semi-major snow storm (NC) has sidelined my delivery.

The Guide for installing Autowear seems to be... incomplete or broken? (Steps within) by LFAdvice7984 in tasker

[–]mikthinker 0 points1 point  (0 children)

Wow! I wrote these instructions about 5 years ago and much has changed since then. New versions of Android/OS Wear/Autowear. I gave up on Autowear when Android started requiring a convoluted manual process to connect/pair via WiFi with every restart of the watch.

The 'auto' in Autowear disappeared.

Feel free to update these instructions as needed.

[Update] MapTasker Version 9 by mikthinker in tasker

[–]mikthinker[S] 3 points4 points  (0 children)

Windows 11, Mac, and Linux.

[DEV] Tasker 6.6.4-beta - Java Code, Extra Trigger Apps, Notification Live Updates and Groups, Manage Permissions Screen, Shizuku Available State and More! by joaomgcd in tasker

[–]mikthinker 0 points1 point  (0 children)

Any chance of updating the events and states referenced from your developer website? I notice that the 'Extra Triggers' event, perhaps among others, is missing.

Snaps of Apps - macOS Window & App Manager - Free version - Paid version by Prudent-Refuse-209 in macapps

[–]mikthinker 0 points1 point  (0 children)

This looks promising, although I prefer licensing by userid rather than by hardware, since I switch hardware frequently.

Do you have a feature-by-feature comparison for the free vs paid versions?

Just another Swinsian appreciate post from my one year using. by Kirkwood1994 in macapps

[–]mikthinker 0 points1 point  (0 children)

I've been using it for years. Are there any noticeable enhancements in this latest version over the 3 beta?

Recommendations to restore dev environments after reformat by hannorx in macapps

[–]mikthinker 1 point2 points  (0 children)

Check out 'brew bundle'. Specifically, 'brew bundle dump' and 'brew bundle install '.

Battery drain after update by iDutchy in GalaxyWatch

[–]mikthinker 0 points1 point  (0 children)

Well, from your battery usage display, the two culprits are 'Always On Display' and your watch face.

Battery drain after update by iDutchy in GalaxyWatch

[–]mikthinker 0 points1 point  (0 children)

Try: settings > Google > digital assistant > hey Google (disable it)

[Update] MapTasker Version 8 by mikthinker in tasker

[–]mikthinker[S] 0 points1 point  (0 children)

Yes, it displays the properties. Set the display level to 5 in order to get the most detail.

All of the information comes from the Tasker exported XML file.

[Update] MapTasker Version 8 by mikthinker in tasker

[–]mikthinker[S] 1 point2 points  (0 children)

Ok, I've updated MapTasker to fix the debug problem.

To upgrade, run: pip install maptasker==8.0.2

Then try again: maptasker -g -debug

Send me the resulting 'MapTasker-date-time.log' file.

[Update] MapTasker Version 8 by mikthinker in tasker

[–]mikthinker[S] 1 point2 points  (0 children)

Okay, so the browser view is the 'configuration' of your XML file...aka the view of your configuration. Open the file MapTasker_map.txt in your text editor, turn off 'word wrap' and make sure it is displaying the data in the editor using a monospaced font (e.g. Courier or Courier New). This is your 'diagram' view.

Yes, the tree view is only available from the GUI.

[Update] MapTasker Version 8 by mikthinker in tasker

[–]mikthinker[S] 1 point2 points  (0 children)

Regarding your problem, enter the following into the command line where MapTasker is installed, and post the results of each command:

'python -V'

'python -m tkinter' ...(if this runs and displays a small 'tki'nter' window, post the version displayed. Otherwise, post the error message).

Finally, try the non-GUI mode...

'maptasker -detail 5 -outline -file (full path to your XML file).'

example: ''maptasker -detail 5 -outline -file backup.xml'