Myles

Results 51 issues of Myles

So after forking this repo and updating it, adding async methods, and testing on older devices (Android only so far), specifically Lollipop and Marshmello, I think the best way to...

enhancement
archive

Good tutorial, one thing I would like to mention (and I see it mentioned in the README), is to provide more details and example to show users how to **only**...

With current release on WP repo I had to manually edit the CSS files and add `!important` to prevent my theme's CSS from being used on any syntax highlighting. Not...

enhancement

I also have a few LearnDash sites setup with a HUGE number of users/postmeta, etc, and I think this could be very beneficial as well especially on LearnDash's custom tables...

more info needed

Would be nice to have somewhere to configure the placeholder to set in input fields (which is as simple as setting the `placeholder` attribute in the input HTML tag. I...

enhancement

I'm currently using `eonasdan:bootstrap-datetimepicker` as a custom field input type to support a time picker, which it would be cool if this could be added as another field type in...

I noticed that the admin and user account examples don't seem to have insert in them, was this done for a specific reason or maybe just something overlooked? I can...

Hey guys, was looking for something to replace the self-hosted hastebin i'm using right now and I think this kills two birds with one stone! Just wondering if you have...

FYI this will break in WordPress 4.7: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ I wrote one a while back, and i've updated my gist to work with 4.7+ and still maintain backwards compatibility: https://gist.github.com/tripflex/c6518efc1753cf2392559866b4bd1a53

https://github.com/ForbesLindesay/atdatabases/blob/97be50f92ca88dc0b34965952512a1d82f474e82/packages/pg/src/Driver.ts#L409-L415 I'm trying to implement a sort of "Activity Log" middleware utilizing the `onQueryStart` and `onQueryResults` event handlers, my idea is as follows: - `onQueryStart` parse and if query is...

enhancement