Results 12 issues of Valera

If there is example?. I didn't understand this =( ``` go // Join performs a JOIN on tables, for example // Join(hood.InnerJoin, &User{}, "user.id", "order.id") func (hood *Hood) Join(op Join,...

Fixing https://github.com/spf13/cast/issues/102 Adding parsing UNIX timestamp from string

`panic: 2> unable to parse date: 1600285405` Code for reproduction: https://play.golang.org/p/yyxxFcFhQg1 ```golang package main import ( "fmt" cast "github.com/spf13/cast" ) func main() { val, err := cast.ToTimeE(1600285405) if err !=...

Hello, I am getting the following error: ``` $ /usr/bin/git submodule update --init --recursive dev_server/0/dev |-- Dependencies (Installs or update the dependencies on server) [RuntimeException] Class "Rocketeer\Strategies\Dependencies\nullStrategy" for strategy "dependencies"...

Ubuntu 12.04 LTS: When I tried to run it I got an error: yandex-tank ``` 12:48:32 WARNING: /etc/yandex-tank is not acessible to get configs list 12:48:32 INFO: Loading configs... 12:48:32...

Removing unnecessary: - sed - which is kinda obsolete

https://github.com/wix/quix/issues/174 To use ``` docker-compose -f docker-compose-es.prebuilt.yml up ``` Elasticsearch will be at `elasticsearch:9200` You can use Kibana to query it `http://localhost:5601/`

Hello, I am checking if the project is alive or the [following abg1979's fork](https://github.com/abg1979/errcron) has a newer version? The latest release was a long time ago https://pypi.org/project/errcron/0.4.4/ ;)

Hi There is an option (vlan) to specify network name for the first adapter. It would be nice (and I think consistent) if we have vlan as a hash that...

Hey there, I am using the following command `goxc -tasks 'xc archive' -bc 'darwin linux' -d "$RELEASES_PATH" -resources-include 'README*' -build-ldflags="-X github.com/weldpua2008/supraworker/cmd.GitCommit=${TRAVIS_TAG} "` And with Go 1.15.x where they removed Darwin/386...