John Spurlock

Results 61 comments of John Spurlock

Ok, the service is live to everyone now: https://blog.cloudflare.com/r2-open-beta/ I've been keeping [notes about R2](https://gist.github.com/johnspurlock-skymethod/6027c81953f81aa535d889d86a1061ba#litestream-sqlite-replication) which has a listing for Litestream

Yea, it's frustrating - the source exists internally and can even be seen here! [1] Hopefully they have something in the works... [1] https://community.cloudflare.com/t/where-is-the-source-json-schema-for-cloudflare-api-v4/119389/2

> generating the details by [scraping api.cloudflare.com with beautifulsoup](https://github.com/cloudflare/python-cloudflare/blob/master/CloudFlare/api_decode_from_web.py). 😳

@alexdoesh Ooh, nice idea - are those exported objects embedded in the static app bundle source-equivalent to the `https://api.cloudflare.com/schemas/v4/**/*.json` source files? I wish they just made those endpoints available!

They do a great job of maintaining idl for the workers runtime here: https://github.com/cloudflare/workers-types/blob/master/index.d.ts They even have a process to generate it periodically from the source, so new production runtime...

That's true, I suppose we'll have to wait until they finish their refactoring and open source the runtime itself: https://blog.cloudflare.com/workers-open-source-announcement/ Regarding the comprehensibility of the rest api docs: I'm sure...

As far as public code, you might find some workers-related ones in my Denoflare project's cfapi client: https://github.com/skymethod/denoflare/blob/master/common/cloudflare_api.ts For more, just open up dash.cloudflare.com and do stuff : )

What are your thoughts on the feasibility of a web app version, using [WebUSB](http://caniuse.com/#feat=webusb)? Which the latest ChromeOS supports.

I'm confused, all of the information you asked for is in the initial comment. I'd expect all non-fatal errors (errors that do not prevent execution) to be available in the...

> I am not familiar with JDBC warnings 🤔 still confused - this project is a SQLite JDBC Driver, right? Warnings have been part of the jdbc spec for over...