Hope

Results 14 issues of Hope

## Describe the Bug if you register a generic class with different generic parameter as scaler override strawberry will allow registering only one. sample code can be found here: https://play.strawberry.rocks/?gist=061b5d7c79310d6ac8c23b3b35c93cff...

bug

Hey there! There are some points I'd like to make clear. Specially that we've made lots of devs lives easier and have seen much of useful and positive impressions in...

This is a reminder to add missing higher order functions for rest module and embed request transformers (Embed -> EmbedRequest)

# Test Framework ## Summary provide a testing framework that helps the developer to ensure the correct functioning of their code. ## Goals * Ability to write test code that...

feature

# Summary Create `Remote` implementations of `Gateway`, `RequestHandler` and `DataCache` that can comminucate rate limits between multiple Kord processes. # Goals Make it viable for one bot token to be...

feature

## Summary Currently the project lacks full documentation with description and informative block tags in lots of places. ## Goal I open this issue with the intent of starting to...

documentation

It would be nice to have an Intellij plugin that allows you to view the edits to your entities in real-time. examples: [Embed Virtualizer] (https://leovoel.github.io/embed-visualizer/)

enhancement

```py class CreateTableMutation(mutations.DjangoCreateMutation): class Meta: model = Table exclude_fields = ('owner',) create_column = CreateTableColumnMutation.Field() @classmethod def before_save(cls, root, info, input, obj: Table): obj.owner = User.objects.get(pk=1) return obj ``` I've the...

bug

## Feature Request Type - [ ] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [x] New behavior ## Description It would be nice to be able...