Nick Wallace

Results 35 issues of Nick Wallace

Any chance you can update the usage instructions? I would like to be able to get the package name and version info from an uploaded apk file. Thanks!

Is this library still maintained???

Please add support for logging in via AWS IAM

Please let me know if this already exists. I can test and/or build

How does an observer from say Android connect to this assuming I have an API.

I am using a module currently to version off endpoints. I have a couple of redirects, for access denied, token expiration, etc. Currently revel is not redirecting properly. This was...

type-bug
topic-controller
topic-modules
topic-routing
waiting-for-reply
effort-unknown

I am wanting to use version 3.5 in my url. Currently I have a module named v3 and now want one named v3.5, but the dot in the module name...

status-planning

**Describe the bug** ![Screen Shot 2021-07-26 at 4 12 32 PM](https://user-images.githubusercontent.com/339131/127059891-a03f7d20-aacc-4a2a-9a83-690083f22f8c.png) Searching for an artist (in this case Metallica) renders this on Desktop. **To Reproduce** Steps to reproduce the behavior:...

I am trying to do a join query and have it map correctly to my struct: ```go type ExerciseCms struct { Uuid string `db:"uuid" json:"uuid"` Timestamp int64 `db:"timestamp" json:"timestamp"` Object...

Here is their github driver for Go. It is a NoSQL type of DB that also has transactions. https://github.com/fauna/faunadb-go Please let me know if this is something I would need...