Kodie Grantham
Kodie Grantham
Hi everyone! Just wanted to let everyone know that I'm officially decommissioning this plugin as I am unable to maintain it anymore and [Gravity Wiz has built a much better...
Since I don't really work with Wordpress much anymore I've kind of lost touch with this project. I've put in a ton of work in the past year and obviously...
I have an SVG like this: ``` .cls-1 { fill: #fff; } .cls-2 { fill: #ff3363; } app-icon ``` You would think that running ``` svgexport app-icon.svg app-icon.png ".cls-1{fill:#000;}" ```...
I'm using this package for a few different projects and I didn't even realize that there was an included CLI tool. However, I needed the CLI tool to actually create...
Is it not possible for options to be dynamic? For example: ``` $ wp my-command --field-name=Test1 --field-email=Test2 --field-blah=Test3 ``` I've got the name of my option set to `field-` however...
I have built a script that allows me to dynamically display images from a RETS server. So basically something like this: `http://mywebsite.com/img.php?resource=Property&type=Photo&id=123456&index=1` and then I can do stuff like this:...
In my iOS app, I have a share extension (built using https://github.com/meedan/react-native-share-menu). The main app and share extension are in the same App Group, however when I call `CookieManager.get` in...
It would be nice to be able to figure out what font size was used in cases where you're trying to figure out if a font color is AA or...
I added a menu bar and menus for windows. It might not be 100% but I think it's pretty damn close. 😃 In addition to the menu bar I also...
I was only able to recreate this issue on iOS devices. Setting `font-size: 0` on the select field fixes it.