Doug Axelrod

Results 7 issues of Doug Axelrod

# Bug Report ## Expected Behavior Alerts should not assume record `object_id` is a post and should display alert actions based on the proper connector. ## Actual Behavior Alerts assume...

For example: https://github.com/seanherron/Flag-Webicons/blob/master/flags/afghanistan.svg Embedding these in an `` tag in Internet Explorer (tested IE11) fails to scale. For instance, the above SVG when rendered in `` shows nothing but black...

# Bug Report The issue is inside [`\WP_Stream\CLI->query()`](https://github.com/xwp/stream/blob/4fb568dcc82bd8a7102e74c2a60fa5cd9493216c/classes/class-cli.php#L129): ``` $records = wp_stream_get_instance()->db->query( $query_args ); // Make structure Formatter compatible. foreach ( (array) $records as $key => $record ) { $formatted_records[...

## Expected/Desired Behavior Expired sessions should not count as failed auth attempts towards the login limit. ## Actual Behavior If a logged in user has multiple browser windows (tabs) open...

[Status] Keep

On some hosts with stream wrappers `file_exists()` will always return true for directories even if it's not present.

An example would be a host-specific stream wrapper such as `vip://`.

gulpfile.babel.js contains JS path parsing logic which assumes *nix style slashes. On Windows 10, node 6.10.3, npm 3.10.10, `npm gulp build` will break the theme. The build pipeline removes all...

bug