Mikkel Ricafrente

Results 21 issues of Mikkel Ricafrente

Hello All, I just installed the latest version of this program, using a custom BMP file, and when I rebooted, I saw the Debug, as I had set it to...

### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) [Examples](https://developers.cloudflare.com/workers/examples) [Tutorials](https://developers.cloudflare.com/workers/tutorials) Maybe more? ### Section that requires update Code snippets across the Workers Docs and other...

documentation
content:edit

### Describe the solution Currently, when using the `--persist` flag with `wrangler pages dev`, the cache is entirely persisted to disk. While this is handy for emulating/testing cache behavior, it...

enhancement

### What is the feature you are proposing? Followup from Discord. I'm contemplating expanding the capabilities of `hono/cache` to support a wider value of `cache-control` directives, but I had a...

enhancement

Similar to #373. According to [the docs](https://tikv.org/docs/6.1/concepts/explore-tikv-features/ttl/), TiKV, and the Java client specifically, have the ability to apply TTLs to `put` actions, so that keys expire after a certain amount...

[Repro](https://github.com/helloimalastair/rpc-collapse) When calling a DO RPC method, return type collapses to `Promise`/`never` if using an `interface`. When using a `type`, return values are as expected.

types

Is there a way to build the TTS WASM example in a way that it can be used in a Vite-based project? At the moment, a lot of paths/other stuff...

Support revocation of tokens via [RFC7009](https://datatracker.ietf.org/doc/html/rfc7009)

### Describe the solution It would be nice to be able to be able to use `wrangler.toml`/`.json` as a source-of-truth for which Buckets/Queues generate/handle Event Notifications. Configuration should *probably* be...

enhancement
awaiting Cloudflare response