Moritz

Results 7 issues of Moritz

This was required for me while following your guide. Maybe it's a valuable addition for others?

When it comes to typescript we have to manually link the `wrangler.toml` with TypeScript. For me this might look like this: ```ts interface Env { MyKVVariable: KVNamespace } ``` Some...

enhancement

Hey there, we have done our best to solve the [package size issue](https://github.com/contra/graphql-helix/issues/9). This may not be complete, especially around the deno packages. Looking for some early feedback on this...

This example did not work for me. I copied this with the expectation that `['default']` enables the default middlewares. However this seems not be true. It failed with `middleware is...

Hey @jhurliman , thanks for this clean library! I wanted to define the bucket size independent from the tokensPerInterval, so I added the option. Let me know what you think!

Awesome work you've done! Looks very smooth and i'm impressed by the card animations. I'm using [react-native](https://github.com/facebook/react-native) to build native apps in javascript. And it looks like this library is...