Brandon Buck
Brandon Buck
**Should we include points?** Tough call, most people are used to it, and it gives an extra layer of "gamification" to using these features. Like, encouraging a games users to...
Marking this as closed, it will be addressed in the Kotlin port with issue #12
It would take some engineering time to plug it into a shell environment so it may not be a good choice. I am working on version 4 which will essentially...
It looks like a possibility. It appears that Aesh already provides a console with a somewhat similar structure for handling input as DragonConsole. so it may be entirely possible to...
Sorry for seeing this so late, I think that's a good point. I suppose the solution will be to add that information to the error being thrown so that it...
Sure let me take a look this weekend.
The most recent commit I can find is from "3 months ago" in the `duration_wip` branch. Probably. Or they're just busy.
An option here is to provide a standard endpoint for file uploads and route the user through it. With some iframe trickery (unless things have changed since I've done this)...
I don't think that the GraphQL spec has any details about handling multi-part/file uploads. There is no reason you cannot have non-GraphQL endpoints along with GraphQL endpoints, like for uploading...
Referring to the official GraphQL spec: https://spec.graphql.org/ I still think files should be handled outside of GraphQL endpoints. **edit:** I do not speak for this project's owners.