Illia Ovchynnikov
Illia Ovchynnikov
According to the [doc](https://docs.buf.build/bsr/remote-generation/remote-plugin-execution#official-plugins), `buf.build/protocolbuffers` and `buf.build/grpc` are managed by the Buf team. I am wondering if you have any plans to upload older versions of the plugins, something like...
**Describe the bug** Because of [this](https://github.com/config4k/config4k/blob/master/src/main/kotlin/io/github/config4k/readers/SelectReader.kt#L59) Java classes are not supported, config4k fails with "$classname not supported" **Expected behavior** Config4k supports Java classes the same way [ConfigBeanFactory](https://github.com/lightbend/config#configbeanfactory) does.
Please help translate: locale code: `uk ` (ukr: Українська (скрипниківка)) files Required translation: - [x] `def/uk/about.cson` - [ ] `def/uk/context.cson` - [ ] `def/uk/menu_darwin.cson` - [ ] `def/uk/menu_linux.cson` - [...
As many other users, I recently discovered my local [workspace](https://docs.buf.build/reference/workspaces) is broken due to https://github.com/bufbuild/buf/issues/1380: ``` ❯ buf lint team-project Failure: buf.build/googleapis/googleapis:cac7f97f0d3a4c3d9d2004f475c0553c: does not exist ``` I tried updating the...
Is there any plan to add official Swift plugins (protoc & grpc) for remote plugin execution, which would be: * https://buf.build/protocolbuffers/plugins/swift for https://github.com/apple/swift-protobuf * https://buf.build/grpc/plugins/swift for https://github.com/grpc/grpc-swift
### Use case Although using nested transactions seems to be an easy task, the code showed in a [blog post](https://blog.jooq.org/nested-transactions-in-jooq/) is rarely met in production. This code: ``` ctx.transaction(trx ->...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
I am using the latest `buildifier` to check Bazel files in a project with bzlmod enabled. ``` > ls -1 BUILD.bazel MODULE.bazel MODULE.bazel.lock src ``` It appears to me that...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `compile_pip_requirements` (or rather `py_test` (`$name_test`) generated by this macro) ### Is this a regression? Unclear. I...
I routinely work with Swagger UI to test endpoints and every single time I forget to click "Try it out" button to enable parameter inputs to send a request and...