DimShadoWWW

Results 10 issues of DimShadoWWW

go-octokit can't get all the issues (included the closed ones), because the All() function doesn't have parameters for the query, Github api's default is to only show the open ones

Will you include openvpn support?? I was trying to add it, but my knowledge about Go (and many search in google) doesn't helped in port the openvpn protocol detection from...

Adding colorized output to frenzy

I'm using app-pouchdb-sync to upload documents from local database to remote couchdb using this code in _src/my-app.html_ : ``` ``` and in the web console keeps appearing this errors: ```...

Initial support for custom databases by user's roles (used only on a new account registration) ```js defaultDBs: { private: ['private1'], shared: ['shared1'] }, customDBs: [ { roles: "client1", DBs: {...

I could not find any way to only allow administrators to create new users (require authentication on /auth/register) It could be useful for systems were the new user registration has...

This pull request introduces basic support for XML tags in OpenAPI documentation, allowing the following features to be defined for schema fields: 1. Custom XML Element Names: The `xml:"customName"` struct...

**To Reproduce** Steps to reproduce the behavior: Example code: ```golang package main import ( "fmt" "net/http" "github.com/go-fuego/fuego" "github.com/go-fuego/fuego/option" "github.com/go-fuego/fuego/param" ) type Health struct { Status string `json:"status" xml:"status" example:"ok"` }...

bug