Hassan Syed
Hassan Syed
I am vendoring elasticmq in our mono repo to get FIFO queue features from a wip branch. I'd like to upstream the `BUILD` file, minus `WORKSPACE` or a `bazel-deps` setup....
[This issue](https://github.com/bazelbuild/bazel/issues/4798) is blocking us from upgrading to bazel >= 0.12 as source jars aren't downloaded after an expunge. There "seems" to be a bug in updates made to the...
I need to fetch rows from a database that match a large list of sha256 hashes. would it be possible to get support for this.
Skydoc had a lot of problems and was becoming a major hinderance for this repo so it has been removed. A new documentation tool is in the [works](https://github.com/bazelbuild/skydoc/issues/102). I don't...
Implement strict deps suggestions similar to what native java rules support.
As primitives the `k8s_defaults` and `k8_object` are quite fine grained. I envisage the current `k8s_defaults`, `k8s_object` to evolve to provide some templating parameterised by make variables, json files, statically provided...
### What version of gazelle are you using? 0.18.2 ### What version of rules_go are you using? 0.19.4 ### What version of Bazel are you using? 1.1.0 ### Does this...
It would be great to have support for validating arbitrary precision decimals.
both have id(value: T) methods that differ only on return type. This causes problems in constructing a type class hierarchy. Could the id on identifiable be renamed to something else...
Currently the relay support for schema building creates a circular dependency between `NodeInterface` and the objects that extend it. This is quite limiting for large scale schemas as decoupling is...