Brandtley McMinn

Results 24 issues of Brandtley McMinn

Fix #5 **EDIT:** - :shell: add CLI option `-A` (user agent) with argument validation - :shell: add CLI option `-Y` (network throttling) with argument validation - fix `user-agent` string override...

Found information on the following User Agent topics, and it doesn't seem to work well: https://github.com/atom/electron/blob/master/docs/api/session.md#seswebrequest Perusing the electron issues, I found https://github.com/atom/electron/issues/134 regarding a User Agent API, but the...

One of the primary use cases I have around this project is being able to throttle the network and applying custom user agents to simulate certain desktop and mobile environments....

Adds user editable functions to ibis.php that allows users to modify content via global event hook callbacks. Fixes issue #13

I tend to use C style inline comments (`// comment here`) in my markdown files because: - my editor theme grays out `` comments making them hard to read/see -...

Just realized the new Afterglow update forces a Gruntfile JS file type which breaks the default `cmd+/` comment toggle command. Additionally, resetting `gruntfile.js` to `"Open all with current extension as..."...

This issue encompasses #39 and #37, being that this has overreaching side effects for the CSS spec as well. Since tag names are valid selectors, I'm not sure a selector...

I'm pointing out a "gotcha" in relation to @ryanmcdermott's comment at the end of #199 in regards to objects as function argument configs. I agree wholeheartedly with points 1-3 and...

Running Dispatch in my local dev environment using PHP's built-in server causes ~1+sec of latency to the page response. Just switched a few of my routes over to https://github.com/bramus/router and...

Currently utilizing this plugin in my Vue app build process and I keep getting very vague error indications making this process virtually useless... ``` bundles client/main.js → public\assets\bundle.js... [!] (plugin...