Ivan Tolstosheyev

Results 3 comments of Ivan Tolstosheyev

@nikkhils You will get the same with `template1` ``` ivan@bbox:~$ psql "host=localhost user=postgres password=postgres dbname=postgres port=5432 sslmode=disable" -c 'CREATE DATABASE test_42 WITH template = template1;' ERROR: source database "template1" is...

It is also possible to use something like it as well: ```go // uncurry helps to use lo.Map without providing an index to iteratee func uncurry[T any, R any](f func(T)...

Wow. also faced that issue, and made a quite similar solution: - https://github.com/samber/lo/issues/330#issuecomment-2507770542