Alex Shcherbakov

Results 17 issues of Alex Shcherbakov

[Protocol Buffers](https://developers.google.com/protocol-buffers/) are a great tool to describe APIs as well as data. It'd be great to have a spec for each resource present so that the tooling can be...

enhancement
data

### Why do you need this resource or plugin? Please describe. There's a lot to keep track of in Zoom configuration, especially in a large organizations. ### Describe the solution...

resource

**Describe the bug** When checking `redundant-import-alias` the code will only look at the import path, whereas the proper way would've been to check the imported package name. I've seen this...

bug
good first issue

Overtakes https://github.com/cloudquery/cloudquery/pull/16066 Relevant changes are in `client` package. Resource mock tests are updated to return a reference (`client.Services` includes `sync.Mutex` which requires the code not to copy it).

area/plugin/source/aws

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ```sh $ python ./setup.py /opt/homebrew/lib/python3.11/site-packages/setuptools/dist.py:674: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated....

priority/p2
kind/bug
area/plugin-sdk/python

### Are you positive this feature should be implemented in the SDK? - [X] I'm positive this is an SDK feature ### Which problem is this feature request solving? We...

kind/feat
area/plugin-sdk/go

### Are you positive this feature should be implemented in the SDK? - [X] I'm positive this is an SDK feature ### Which problem is this feature request solving? We...

kind/feat
area/plugin-sdk/go

**Description** There are several issues with `SearchResponse` unmarshaling: 1. [These lines](https://github.com/meilisearch/meilisearch-go/blob/main/types_easyjson.go#L2138-L2147) are always defaulting to `in.Interface()` path per `v55` being nil interface 2. There's no way to properly unmarshal `uint64`...

bug

Fixes https://github.com/cloudquery/cloudquery-issues/issues/1567

automerge
fix