tison

Results 181 issues of tison

TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.

Master Issue: #16912 - [x] `doc-not-needed` cc @Shoothzj @eolivelli @nicoloboschi @Technoboy-

doc-not-needed

Python Client document writes: ``` # avro serialization $ pip install pulsar-client[avro]=='2.10.1' # functions runtime $ pip install pulsar-client[functions]=='2.10.1' # all optional components $ pip install pulsar-client[all]=='2.10.1' ``` However, all...

type/bug

Related to https://github.com/apache/pulsar-site/issues/146. ### Motivation * Websocket is not a language but a language-agnostic interface. ### Modifications 1. Separate language-specific and language-agnostic clients. 2. Improve third-party client libraries display -...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/runs/7739162912?check_suite_focus=true#step:11:185 ### Exception stacktrace ``` /pulsar/pulsar-client-cpp/tests/BasicEndToEndTest.cc:2184: Failure Expected equality of these values:...

component/test
flaky-tests

In this comment https://github.com/apache/pulsar/pull/16884#issuecomment-1201512995 I wrote: > I don't like powermock as it lacks maintenance. It seems all usage of powermock is `Whitebox`. We can get rid of it with...

> Is this change a fix, improvement, new feature, refactoring, or other? Improvement. > Is this a change to the core query engine, a connector, client library, or the SPI...

cla-signed

Our README provides getting start steps as: ``` docker run -it --rm -p 8000:8000 --workdir /workspace golang apt-get update && apt-get -y install protobuf-compiler export GOPROXY=https://goproxy.io,direct go install github.com/go-kratos/kratos/cmd/kratos/v2@latest &&...

feature

Signed-off-by: tison This resolves [CASSANDRA-17687](https://issues.apache.org/jira/browse/CASSANDRA-17687). Shall I submit a patch in this way?

Currently, s3 client can access s3mock with any access_key & region config. Is it possible to configure these props for mock?

feature