Kevin Shenk

Results 64 comments of Kevin Shenk

Hey @barredterra, nice work here! I've done some work with geolocation integrations in my [Customer Information System Enhancements for ERPNext](https://github.com/avunu/erpnext_cis_plus) app. I appreciate the concept of pushing more geolocation integrations...

Is this still the objective? How can we help?

Just in case this is missing in the scope of this bug, SHOW COLUMNS FROM should also support LIKE, as in: ``` $warehouse_table = $wpdb->prefix . "warehouse"; $warehouse_address = $wpdb->get_row("SHOW...

Another alternative *might* be SQLite GLOB, as referenced in the duplicate issue above.

Sorry I wasn't clear. The function is from a third party plugin, and a bit of a distraction in and of itself. I was merely trying to point out a...

I think this is somewhat related to [Unable to download vscode when connecting to ssh host. #208522](https://github.com/microsoft/vscode/issues/208522). It would be nice to be able to just set the url to...

Thanks for the tip @maharshivpatel. Ctrl+Click does indeed appear to do the trick, but the moved elements are obviously never registered on the new page. They are both hidden by...

Unfortunately, the multiple-Ctrl-move trick isn't working for me. As you can see from the `18 in Y` in this screenshot, the element is anchored to the first page, regardless of...

That could be true @maharshivpatel. Moving elements across pages is working for me as of the latest release.