Oskars
Oskars
I`ve deleted some schemas through REST API to be able to use Schema Registry UI. Otherwise, a major refactoring seems necessary to avoid fetching contents of the latest schemas and...
Would be nice to have a pull request to fix it within azure-func-http.
Any chance to get this merged? It`s simple, straightforward and low risk.
Inner joins are supported with `.InnerJoins` method https://github.com/go-gorm/gorm/pull/5583/files I have submitted PR to add it to documentation https://github.com/go-gorm/gorm.io/pull/635
> Sometimes I see people wanting the whole agent instance - I don't understand why people want that (happy to hear what you want to do with it), nevertheless, you...
I am using the dashboard and had to fix some queries. Can you put the dashboard json into the repository to contribute fixes?
Thank you. Would you mind puting it into version control so that in the future it is available next to compatible exporter version?
Imho it would be nice to keep it in this exporter repo. Matbe in some docs folder.
How would you configure such support? Provide a list of aliases? ``` Transposer.withAliases([{'A2':'Asus2'}, {'A4':'Asus4'}]).transpose( ```
How would you expect the API to be? Conversion to Roman notation would not be a transposition so `.transpose()` method would not make sense, right? Or would something like this...