Chris Halbert

Results 10 issues of Chris Halbert

As part of the `Auth()`'s returned `gin.HandlerFunc`, the `user` is saved to the context and session. This is great for identification, however I'm running into an issue. During the `google`...

While working #76, I had issues running all of the tests locally. Also, my PR didn't abide to go doc standards, which I also didn't catch. I think this repo...

This is a PR to address a user's need to sort a list of integers, as noted in https://github.com/Masterminds/sprig/issues/362 I added tests, but I'm interested in feedback. Thanks

I noticed this while reading through release notes 2.10.0, but `initial` is spelled `intial`. Unless of course we are aiming to get the `int` like value :P Ok, terrible joke,...

This fixes a typo in the changelog.

**Feature Request:** Create a means to do local development regardless of operating system. **Background:** While trying to run tests locally in my WSL2 version of ubuntu, I was getting errors...

under-investigation
delivery

This pull request includes a `Dockerfile`, which is intended to be used only for development purposes. This also contains a `make` target that allows a user to run any of...

under-investigation
delivery

The `Closure` param is namespaced to the Nomadic package, rather than the global space. ![image](https://user-images.githubusercontent.com/16158060/129192667-419825e8-bea8-4ff3-9367-4eb30bee770c.png) This and similar params should be scoped to the global namespace. Change `Closure` => `\Closure`...

We should create a timestamp trait to document when a migration starts and stops, similar to that of the Eloquent models (created/updated). A bonus would be to make this easily...

enhancement

This has some minor linguistic updates to the readme. There's nothing earth shattering, but I thought it would be helpful. Thanks! # PR Checklist: - [ x ] Have you...