
@zachleat @TatianaTMac @nejsconf @andybelldesign @DavidDarnes @Robb0wen It mostly happens when I'm in trouble. 😞

@TatianaTMac @zachleat @nejsconf @andybelldesign @DavidDarnes @Robb0wen Curses for being called Philip with its 2 disqualifying extra letters.

@notrab @Netlify Aha. Gotcha. Not just creating the UI to populate, but pre-populating it too.
Seems handy to me, but I'm not sure I've seen it happening.
Can I suggest asking this question over in http://community.netlify.com? Smart people from support and the community are likely to chime in there
Seems handy to me, but I'm not sure I've seen it happening.
Can I suggest asking this question over in http://community.netlify.com? Smart people from support and the community are likely to chime in there

@notrab @Netlify I think you'll be able to do what you want by adding some info to the netlify.toml file of the repo you are cloning. That can let you prompt of contextual variables in the UI
https://www.netlify.com/docs/deploy-button/#template-configuration
https://www.netlify.com/docs/deploy-button/#template-configuration

Phil Hawksworth
@philhawksworth •
🧪 Don't run A/B tests in a way that harms your site's performance!
Create and measure real A/B tests for your @gatsbyjs sites with @Netlify.
No fuss.
No mess.
No performance degradation.
Here's a video and an explanation.
https://dev.to/philhawksworth/power-up-gatsby-sites-with-a-b-testing-on-netlify-fp4
Create and measure real A/B tests for your @gatsbyjs sites with @Netlify.
No fuss.
No mess.
No performance degradation.
Here's a video and an explanation.
https://dev.to/philhawksworth/power-up-gatsby-sites-with-a-b-testing-on-netlify-fp4

@peduarte I’m on Three for exactly this reason. It can be cheaper to buy a pre-paid sim while you’re there that gives you good data. It means you’ll have a different number but that’s not biggie if you use WhatsApp or similar and do lots of messaging.

@jaffathecake @charis “Motion sensor”

@swyx @sxywu @mysterhee What!!??! Fantasticl! So many congratulations.
(And this photo is off the charts wonderful!)
(And this photo is off the charts wonderful!)

@sarah_edo Tony.

@CodeFoodPixels @sarah_edo Luke. Step away from the “add to basket” button.

@sarah_edo @smashingmag Adding “fashionista” to my list of skills on LinkedIn.

@toddmorey @sarah_edo @Ace_KYD @Netlify Never has the choice of font size been more critical.
In my mind’s eye, I’m seeing something rather like an eye exam chart.
In my mind’s eye, I’m seeing something rather like an eye exam chart.

@Ace_KYD @sarah_edo @toddmorey @Netlify I hold you more than a little responsible for this, Adéwálé! 😳

@sarah_edo @toddmorey @Ace_KYD @Netlify I notice though, that you’ve still vetoed the tweed version. Which was always going to be the runaway best seller.

@toddmorey @Ace_KYD @Netlify Don't.
I'd spent months assembling my autumn collection. A real triumph!
Then, that @sarah_edo demanded that I take it down because the only merch @netlify DX team members are allowed... is hers:
https://www.customink.com/designs/dsdrasnerd/zbm0-00bs-p1x4/
#drasnerd
I'd spent months assembling my autumn collection. A real triumph!
Then, that @sarah_edo demanded that I take it down because the only merch @netlify DX team members are allowed... is hers:
https://www.customink.com/designs/dsdrasnerd/zbm0-00bs-p1x4/
#drasnerd

Phil Hawksworth
@philhawksworth •

@brucel @eleven_ty @Netlify In the google sheets script editor:
function makeBuildHappenNow() {
var url = "https://api.netlify.com/build_hooks/XXXX";
var options = {
"method": "post",
"headers": {},
"payload": {}
};
var response = UrlFetchApp.fetch(url, options);
}
And assigned to a btn as its action.
function makeBuildHappenNow() {
var url = "https://api.netlify.com/build_hooks/XXXX";
var options = {
"method": "post",
"headers": {},
"payload": {}
};
var response = UrlFetchApp.fetch(url, options);
}
And assigned to a btn as its action.