Skip to content
View MikeNGarrett's full-sized avatar
✍️
It's been a long time
✍️
It's been a long time

Block or report MikeNGarrett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rvajames rvajames Public

    James River conditions for Richmond, VA families focused on safety.

    TypeScript

  2. All those damned wp-config constants... All those damned wp-config constants you can never remember.
    1
    <?php 
    2
    // PHP memory limit for this site
    3
    define( 'WP_MEMORY_LIMIT', '128M' );
    4
    define( 'WP_MAX_MEMORY_LIMIT', '256M' ); // Increase admin-side memory limit.
    5