andig
andig
Recently getting this message on OSX: ``` ~/htdocs ❯ which python _alias_tips__preexec:34: command not found: python python not found ~/htdocs ❯ which python3 _alias_tips__preexec:34: command not found: python /opt/homebrew/bin/python3 ```
Seems that the API will sometimes return 404 if not logged in which would currently result in received status code %d
I would like to use this to support the Leaf as part of https://github.com/andig/evcc. It would be nice if the api could work without supplying the Filename. I‘d like to...
I didn't find any obvious examples, maybe this could be added or referenced for new users: https://gist.github.com/andig/604080b2996c84c3ea584eb0af1c0eb2
Coming from https://github.com/cpuguy83/go-md2man/issues/43 and https://github.com/golang/go/issues/34165 my feeling is that the module versioning for this repo might be broken. Given that v2 changes the import path, the `/v2` should be appended...
Running a symfony/doctrine application on above setup with php and apcu installed through homebrew. Application loads fine and database access on when I disable apcu in my application setup. I...
Seems that there are some problems with 1.18 in conjunction with the old x/tools library: ``` go generate ./... enumer: internal error: package "fmt" without types was imported from "github.com/evcc-io/evcc/charger/easee"...
Fix https://github.com/alvaroloes/enumer/issues/65, fix https://github.com/alvaroloes/enumer/issues/62. I've also raised the minimum go version since a vet error in stringer complained about that version required for integer shift.
This PR upgrades github.com/pascaldekloe/name. By upgrading, it removes the dependency on yuin/goldmark.
https://github.com/alvaroloes/enumer/blob/master/enumer.go#L7 shows the template for to string transformation. Reading user input from config file I would like to support this in a case-insensitive way. Since my type is in camel...