JB Christy

Results 5 issues of JB Christy

I'm using this polyfill to make Bootstrap 3 look not terribly wretched in IE7. My issue is that it doesn't seem to run on page load. If I clear my...

**TL;DR** How can I keep less from inlining certain `@import`'s, specifically ones pointing to google fonts? Details: I have the following in my .less file: ``` @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic|Source+Serif+Pro:400,600,700); ``` The...

When I try to push to a branch other than master, I get the following error: ``` Running "gitpush:server-production" (gitpush) task Verifying property gitpush.server-production exists in config...OK File: [no files]...

[Slack changed their incoming webhook API](https://api.slack.com/messaging/attachments-to-blocks) to use blocks instead of attachments in 2019. I rewrote the slack_notification QuickSilver script to use the current API. I also fixed the link...

The [wp search-replace command](https://developer.wordpress.org/cli/commands/search-replace/) allows you to restrict the search-replace to specific tables by listing the table name(s) at the end of the command line. Wildcards should be supported. When...

Needs Information