Daniel Burrell

Results 13 issues of Daniel Burrell

I have specified fallback text via the `.text()` method, yet the text displayed in the Activity section for my bot's post shows 'Unable to show preview. Tap to see the...

untriaged

**Describe the bug** `List ghPullRequestReviews = pr.listReviews().toList();` The above code should return an empty list if no reviews exist, instead it throws GHFileNotFoundException **To Reproduce** Steps to reproduce the behavior:...

bug

I have a ValueProvider that returns a list of possible values say A,B,C,D `@ShellOption(defaultValue = "", valueProvider = EnvironmentAwareClusterProvider.class) String[] clusters)` The first tab invocation brings up a list of...

type/enhancement

``` public void command( @ShellOption(ValueProvider = AgeProvider.class) Integer age, @ShellOption(ValueProvider = NameProvider.class) String name ) { ... ``` when I do `command --age TAB` the autocomplete system correctly shows the...

status/need-triage

Sorry if this is the wrong place, but it's sometime hard to guess where the responsibility for certain functionality sits. I've written a set of unit tests in my bazel...

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

type: feature request
priority: p2

### Description of the bug: Support for syntax highlightining of MODULE.bazel files exists in intellij, however if in the case of a large project the MODULE.bazel file is split into...

type: bug
product: IntelliJ
awaiting-maintainer

### Description I'm struggling to understand how to migrate from the old style workspace to the new MODULE.bazel. The world of grpc modules seems so fragmented it's hard to tell...

more-info-needed

Upgrade protobuf-src from 1.1.0 to 2.1.0 A changelog is present [here](https://github.com/MaterializeInc/rust-protobuf-native/blob/master/protobuf-src/CHANGELOG.md), **Key benefit** - Upgrades libprotobuf from v21.5 to v27.2

### Version 4.5.14 ### Context Visit https://mvnrepository.com/artifact/io.vertx/vertx-core/4.5.14 and look at the dependency list, notice how no version is specified, nor is the nature (runtime/compile time etc) mentioned. This means one...

bug