Alex Doe

Results 7 comments of Alex Doe

@kripken looks like the problem is still exists, can we elaborate a little bit more on how it should be solved, I'd be happy to spend time for this. any...

@kripken I've drafted a very direct/naive approach https://github.com/nxpub/binaryen/commit/449dd409d856311ecb9b68763de379e253c43d45 (will make a PR when have a proper draft) just to verify the logic. I'll rewrite the way table(s) is generated, will...

@kripken I had the feeling I'm not handling it properly, makes more sense now, thank you. As I understand, we already have a helper to diagnose how many local variables...

@r3h0 @johnspurlock I figured out how to extract JSON schemas from the official documentation app, take a look https://github.com/nxpub/cloudflare-api-schemas

> @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? @johnspurlock I don't think they are exactly the...

> They do a great job of maintaining idl I'm also using this, but there are problems: it doesn't describe the entire API available within the worker, for example (like...

> Regarding the comprehensibility of the rest api docs: I'm sure you've noticed that the api surface represented in those api docs you extracted are still not up to date...