Samuel Warfield

Results 9 comments of Samuel Warfield
trafficstars

Ah, that makes sense.

Found the API for retrieving bindings, we can query at runtime and compare values. ``` # curl -X GET "https://api.cloudflare.com/client/v4/accounts//workers/scripts//bindings" \ -H "X-Auth-Email: [email protected]" \ -H "Authorization: Bearer " \...

Ah, I think I'll update the script so that people can bind stuff to there if they want to but just by default leaving them unbound On Sun, Jan 12,...

Real quick question, Since this is the the OSS repo do we want to have CF specific API's in here? Ping: @jasnell @Frederik-Baetens @vlovich

Sounds Good @Frederik-Baetens

> > Builds should be entirely deterministic A docker registry could ensure that the same compilers/toolchains are used every time, allowing anyone to exactly reproduce the build On Wed, Jul...