Jakub Wieczorek

Results 10 comments of Jakub Wieczorek

@zebp after switching to using `worker-build` from this repo's main branch, we now see a different error: ``` ✘ [ERROR] A request to the Cloudflare API (…) failed. Uncaught Error:...

@zebp pardon, I was not able to reduce it down easily, but somehow it went through at another attempt. We're now using workers 0.0.10 just fine.

@sunli829, we're using `async_graphql` – which, by the way, is a fantastic crate; thank you! – in a Cloudflare Worker using [workers-rs](https://github.com/cloudflare/workers-rs). Within some of our GraphQL objects' methods we'd...

@yuchanns you can configure a custom time source with `time_source()`. For instance, in one case where I wanted the time to be static within the single use of the AWS...

@ikrivosheev do you plan on continuing with this PR?

@markbaird very bizarre, indeed. So 2007 or something. And certainly not how GitHub issues are intended to be used.

@lpotthast @dylanhart @Ekleog I opened [a PR](https://github.com/dylanhart/ulid-rs/pull/72) that does this a bit nicer than what we did in the branch that you had found. 🙂

@dylanhart a test compiled to wasm32-wasi and run with https://github.com/bytecodealliance/wasmtime should be short and simple. I can do it tomorrow if you could wait. 🙂

@dylanhart actually, I managed to do it now, these days it's simpler than I thought. [Here's](https://github.com/dylanhart/ulid-rs/pull/73) the PR.