-
-
### Describe what should be investigated or refactored
Right now the `cmd` package subpackage `cmd/common` containing shared functionality. Packages with overly-general names like common, utils, etc.…
-
### What version of gazelle are you using?
v0.29.0
### What version of rules_go are you using?
v0.38.1
### What version of Bazel are you using?
v6.0.0
### Does this issue reprodu…
-
Currently we don't support version of ETCD lower than 3.5 because of the following changes in configuration (notes from [documentation](https://etcd.io/docs/v3.4/op-guide/configuration/)):
- `logger`…
-
A few improvements to the agents package include:
- [ ] Executor -> *Executor
- [ ] Deprecate Initialize
- [ ] Rename CreationOption+CreationOptions to Option+Options
- [ ] Move agent-specific t…
-
Header only subpackages should be supported.
-
# 🚀 feature request
### Relevant Rules
+ gazelle
### Description
Sometimes a python code base uses relative imports:
```python
from .baz import Baz
from .same_package_other_module imp…
-
For example `libquadmath` is a subpackage of `gcc` that is only available for i686*, x86_64* and ppc64le, so `show-avail` should tell us it's not available for `aarch64-musl`.
### Expected behavior…
-
### tdesign-miniprogram 版本
1.5.0
### 重现链接
_No response_
### 重现步骤
[system] WeChatLib: 3.5.3 (2024.8.1 14:44:53)
[system] Subpackages: N/A
[system] LazyCodeLoading: true
Lazy code loading is ena…
-
Hello,
Reading the documentation it states:
```
an application module’s base package is considered the API package and thus is the only package to allow incoming dependencies from other modules.
…