Oleksandr Shepetko

Results 5 issues of Oleksandr Shepetko

https://play.golang.org/p/5kUZwo1uV9W ```go package main import ( "fmt" "github.com/spf13/cast" ) func main() { fmt.Printf("%#v\n", cast.ToIntSlice(nil)) fmt.Printf("%#v\n", cast.ToStringSlice(nil)) } ``` Output: ``` []int{} []string(nil) ``` In first line an **empty** slice returned,...

```shell git clone https://github.com/spf13/cast && cd cast && go test . ``` ``` go: downloading github.com/stretchr/testify v1.2.2 --- FAIL: TestToTimeWithTimezones (0.02s) --- FAIL: TestToTimeWithTimezones/3;timeFormatType=1;Mon,_02_Jan_2006_15:04:05_MST (0.00s) --- FAIL: TestToTimeWithTimezones/3;timeFormatType=1;Mon,_02_Jan_2006_15:04:05_MST/local_timezone_without_a_default_location (0.00s) require.go:157:...

- Ukrainian language added. - .d-* CSS classes renamed to .dp-* to avoid intersection with Bootstrap's class names. See https://getbootstrap.com/docs/4.0/utilities/display/.

It seems there are no activity on the project according to commits. Is the project alive and has a maintainer?

enhancement

### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment...

bug
resources
v2