DimShadoWWW
DimShadoWWW
I have the same problem with Alpine Linux 3.9 (Docker image alpine:3.9) after running: ```shell pip install librabbitmq ```
I signed it!
Thank you @EuAndreh !! I'll try it soon ..I didn't think in rewrite the route thank you very much
Hello.. the restriction worked like you said in the README), but there has to be al least one admin user to register new accounts. My approach was to add the...
Hi.. again :-) I made up to this code (in my previous code I forgot that the API used promises): ``` superlogin.getUser(config.local.admin.username).then(function(user) { if (user !== undefined && user !==...
This is a polymer element I'm working on https://github.com/DimShadoWWW/superlogin-element
Added a new commit to the PR to fix the structure for `[]struct`, where the `Type` should be set to "array" and `properties` should be moved to `items`. Additionally, I...
closed PR on error
restored commit history
Hello @EwenQuim , I uploaded the example code to [testapi](https://github.com/DimShadoWWW/testapi.git). I used customOpenAPI and customBaseRoute in api/oapi/custom.go to overwrite fuego.OpenAPI and fuego.BaseRoute. This way I was able to insert a...