Heath Naylor
Heath Naylor
When I am working on my project I am happy having my .env in the root of my git repo, however, when I run `go install` which points to `/srv`...
I see that the name for the repository has changed to `sqlcheck-old`. Is this still going to be a maintained project or is it considered feature frozen/deprecated?
After stepping through the code for `Log.php` I am seeing some code smell. ```
## Conditions When crafting the `CreateCustomerProfileRequest` and populating the profile via the `setProfile` method with a `CustomerProfileType` an `E00001` error is thrown when the email starts with four `x` characters....
My scenario is as follows. I have a `package main` and a `package mylibrary`. I have code in `mylibrary` that has the `raven-go` package imported and configured. I then run...
Is there command line access for gpick? I am looking to bind hotkeys to gpick to quickly grab colors from my screen and have that hex copied directly to the...
Can this convert from Postman Collection v2.1 into a swagger format?
As handled [here](https://github.com/sqlectron/sqlectron-core/issues/26), SQLite has been added to sqlectron-core, we should be able to support this for sqlectron-term as well.
Just pulled this in and got the following output. ``` $ go get -u github.com/shibukawa/configdir go: finding github.com/shibukawa/configdir latest go: downloading github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 ``` Cutting a release for v1.0 or...
In my experience, I have found it easier to both work with and teach pipenv over venv, would you be open to switching to that? I am looking to implement...