GraphZahl icon indicating copy to clipboard operation
GraphZahl copied to clipboard

A Framework to implement Declarative, Type-Safe GraphQL Server APIs using Runtime Magic 🎩

Results 16 GraphZahl issues
Sort by recently updated
recently updated
newest added

When a class is set `final`, the compute properties or the functions are not working anymore. This can be tested with any samples of the README. If the behaviour is...

For some reason the viewer context is not always perfectly retained on linux... And apps might crash when accessing the implicit viewer context in a method call. The workaround for...

This is still failing with the `self` context for some reason

Add support for larger argument lists (limited to what would be feasible given the combinatorics)

Method Dispatching

For some reason I have not quite figured out yet: GraphZahl will crash when a function is returning a reference convertible. This applies to: Date, URL, UUID, etc.

Method Dispatching

make a nice promotional website for GraphZahl... Include some nice examples (with animations) and documentation on how it all can be used

documentation
help wanted

Perform dynamic dispatching by checking the implementation in the vtable instead of assuming the address is the current one

Currently Generics are not very easy to use... The users usually have to define their own type names and more importantly. We end up creating one version per generic parameter...

Type Resolution

So I was just looking at your movie database demo repo and [I saw this line](https://github.com/nerdsupremacist/tmdb/blob/d805244018e20fa1b1bfa85ededd9cca8cc26cda/Sources/MovieDB/Media/Movies/Movie.swift#L8). And I thought, a lot of lines could've been saved there if you could...

enhancement
good first issue
Type Resolution

For details refer to the discussion in #12

enhancement
Type Resolution