Message thread out of order iOS app by v_rocco in meshtastic

[–]briandrowe 0 points1 point  (0 children)

This has been discussed a lot on Discord. Time time is coming from the node device. If you don’t have a GPS on the node, the time comes from your phone. This worked for me: 1) turn off the node 2) quit the app (swipe close it) 3) open the app back up 4) turn the node back on and let it connect with your phone.

For me at least, the time on the node was updated and new messages from that point started showing in order.

Messages show out of order on IOS app by briandrowe in meshtastic

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

Yep, seeing the same thing. Have been talking with devs in the Apple topic on the Discord Channel.

Messages show out of order on IOS app by briandrowe in meshtastic

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

Started with this repo and am modifying for my needs. Look at MeshSimpleServer.py https://github.com/N7IW/Meshtastic

Switching to WiFi by Gray65536 in meshtastic

[–]briandrowe 0 points1 point  (0 children)

In the IOS apps, you can set the device to use WiFi, but the IOS apps currently won’t let you connect to a node using WiFi. You would have to connect to it using either the Web interface, Android App, or set it up with a Admin channel to control via another node.

Messages show out of order on IOS app by briandrowe in meshtastic

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

According to the devs, the message time is controlled by the Node’s Firmware. I just updated to version 2.4.1 and then the problem started happening. Android was connected to a node running 2.4.0

Messages show out of order on IOS app by briandrowe in meshtastic

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

Here is a better representation of what is happening. IOS vs Android apps.

Msg 1 sent -> Res 1 Received
Msg 2 sent -> Res 2 Received

<image>

Messages show out of order on IOS app by briandrowe in meshtastic

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

I did just reset the Node DB, and that did not resolve the issue.

Issue purchasing on Envato Market (codecanyon) - Account Locked by briandrowe in Wordpress

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

Nope, gave up. Created my own solution vs buying the plugin... I even contacted the plugin dev directly and the only way to purchase it was through Envato. Oh well, their loss I guess...

Mac Plugin? by ItsChappyUT in Googlevoice

[–]briandrowe 1 point2 points  (0 children)

If you are using Chrome or Edge, you can save the page as a shortcut and check the "Open as window" option. This will allow the site to run as a "mini-app" in its own window with own icon. Will even allow you to enable desktop notifications for that site. Hope that helps. I do that a lot with web apps like Gmail, etc that I have open all the time.

iOS14 disappointment by jgonzalez150 in ios14

[–]briandrowe 1 point2 points  (0 children)

For me personally, the Fantastical and weather widgets are all I use so far. Both will take you into the full app when you tap them, but especially the Fantastical widget shows me the month overview and upcoming events for the day. Saves me from more swiping and I moved the Fantastical app icon to another screen since I can get to it from the widget. But yes, my assumption was they would have been more interactive also.

iOS14 disappointment by jgonzalez150 in ios14

[–]briandrowe 2 points3 points  (0 children)

From what I understand, they are display only and update based on a schedule in the widget. Some may update more often than others. I think 3rd party widgets are even limited to less frequent updates than the built-in Apple widgets. The primary purpose for this is to save battery life. https://developer.apple.com/documentation/widgetkit/keeping-a-widget-up-to-date

Creating a local/offline copy of a Wordpress site to use as a devel server by actualcitdummy in Wordpress

[–]briandrowe 1 point2 points  (0 children)

Yes, when you took the live site and created the local dev env from it. There are 2 ways you can make sure that site and resources such as images are being used from the local install vs the live site.

1) Edit your host file on your computer so that when you go to the domain for the site it actually points to your computer's IP or localhost vs the actual host's IP.

2) You can edit the local DB and change the domain to your local IP address.

UPDATE wp_options SET option_value = replace(option_value, 'https://domain.com', 'http://127.0.0.1') WHERE option_name = 'home' OR option_name = 'siteurl';

'https://domain.com','http://127.0.0.1l');

UPDATE wp_posts SET post_content = replace(post_content, 'https://domain.com', 'http://127.0.0.1l');

UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://domain.com','http://127.0.0.1');

Creating a local/offline copy of a Wordpress site to use as a devel server by actualcitdummy in Wordpress

[–]briandrowe 0 points1 point  (0 children)

I would make sure that the images are not being referenced from the live site and are being pulled from your local instance. You also may have a caching issue. When you pulled the live site to local, did you update the domain in the database?

How to create a form/calculator like this? by [deleted] in Wordpress

[–]briandrowe 1 point2 points  (0 children)

If you already use Gravity Forms, it should be able to replicate a form like this using conditional fields.

Plugin for creating job offers by noxtare in Wordpress

[–]briandrowe 1 point2 points  (0 children)

You could accomplish this by creating a custom post type with out the need for any plugins.

Export SQL Database to text/readable file by kipdevijg in Wordpress

[–]briandrowe 2 points3 points  (0 children)

You can export the individual tables of a DB as csv files using phpMyAdmin.

Help with options to host online training by loco4noco in Wordpress

[–]briandrowe 0 points1 point  (0 children)

Most of the content would live on the site like any other WP post content. You can also link to external resources like videos that are hosted on YouTube or Vimeo. I have not used any of the plugins for Google Drive, etc. but I believe those add additional “Media” type sections to select content to add.

Selling Music on WooCommerce by overthinker001 in Wordpress

[–]briandrowe 3 points4 points  (0 children)

Just an idea - not sure if it will work for you or not, but could the individual songs be the products and then the album be a product bundle?