Frontrider

Results 96 comments of Frontrider

Adding this to the build file/plugin is a permanent fix: ```kotlin //setup gdignores fun setupGdIgnore(){ buildDir.mkdirs() if(buildDir.exists()) { File(buildDir,".gdignore").writeText("") } File(project.rootDir,"gradle/.gdignore").writeText("") } //run setup, so building it once/importing into intellij...

I see. Doesn't the `/asset`'s `post` method need a `token` field then for now? :)

I guess I start carpet bombing with questions until I can publish/update a plugin :) Is `download_provider` in `AssetSummary` an enum containing `github`, `gitlab`,`bitbucket`, `gogs`,`cgit` and `custom`? Same with `category`,...

> However I'm unsure about the use of enums in OpenAPI specs, since some client/server generators do not handle language-specific enums in the same way, and since the are just...

Good lord. Do I have to send both category AND category id? Only one of them is not sufficient, while they seem to mean the same thing. Yeah, that is...

I understand it now then. Remove the category name from places where sending it is invalid. I'm not sure how it could be documented then. That is the bit I...

Well, I feel like I should apologize to that beautiful person who will have to look at my 5 "useless" edits on my addon, but It works now. Everything but...

I have a suggestion to document it via code. IF possible, there should be a special STS client that takes in the settings for SAML/Web identities then return a "normal"...