Ildarov Gazimagomed

Results 27 comments of Ildarov Gazimagomed

In case when destination is an instance of User2 struct, Age (string) is assigned a corresponding unicode character(garbage for large integer values), whereas ```copier``` won't do any copying in the...

Seems quite interesting. But i guess that the following syntax would be more appropriate ```go type User2 struct { Age string `copier:"transform:int"` } ```

I've got the same problem with ubuntu. The only operating system I'm able to run now is the one offered by utm itself, i.e prebuilt one. "Guest has not initialized...

Oops, my fault. I put an iso image in the wrong place. Now it's working

I think you should check [this](https://github.com/go-swagger/go-swagger/issues/581) out

@avdv Sorry, should've read carefully. Anyways, I did some research, which resulted in some weird ugly-looking fix. So the problem was in how golang's float represents int64's maximum value. Consider...

Can this problem be fixed without touching templates? That would be really nice if it is.

I'm not yet comfortable with a go-swagger's codebase, but what I was searching for is a place where this template substitution happens. I would also be glad to know why...

I finally managed to find an issue. Had to dig into the source code. It turns out that unexpired entries are filtered relative to the UTC time(assuming that ::Time.current.to_s(:db) returns...

Thanks for an answer. My apologies for a great delay. Well, problem still persists even after changing to Time.current. Here's an output of Time.current: 2021-05-14 10:23:59 UTC, and also DateTime.now:...