Aleksandr Tulskiy
Aleksandr Tulskiy
## Bug report When using libvips to convert to jxl, there is a huge memory consumption. Yes, the image is large. It has a size of 23205x15802. But this is...
resolves https://github.com/uber-go/mock/issues/175 resolves https://github.com/uber-go/mock/issues/197 resolves https://github.com/uber-go/mock/issues/128 It is impossible to create an mock for a generic interface via reflect mode, because it is impossible to compile a generic type without...
I found same issue https://github.com/harness/gitness/issues/1558 at 2016. @bradrydzewski closed it, with the comment that he supplemented issue #939. But there is no such issue. Is there any news on fixing...
I think, we can easily migrate source mode from current parser, that uses go/ast, to [package_mode parser](https://github.com/uber-go/mock/blob/main/mockgen/package_mode.go#L18). This will make it easier to support mockgen and build a new features.
We need the ability to create mocks for signature, not just for interfaces. It can be usually in cases, where we use callback functions. **Example:** ```go type RunFunc func(ctx context.Context)...
resolves https://github.com/uber-go/mock/issues/42
Hi. Thanks for the library, it's great, we've been using it for a long time. It would be cool to have native support for time.Duration. This will allow you to...
So, i don't understant why is this works fine: ```rust #[proc] pub fn get() -> Result ``` But this is produced compile error: ```rust #[proc] pub fn get_batch() -> Result...
Resolves https://github.com/uber-go/mock/issues/205