-
The following code is more or less the same from the examples
```
public void run(MessageBean bean)
{
String query = bean.getQuery();
try (SessionsClient sessionsClient = Se…
-
## Wechaty Version
- wechaty@0.77.24
## Puppet Service (client)
```
12:54:00 VERB PuppetLoginMixin login(wxid_4wkls7tu62ua12)
12:54:00 VERB PuppetService hookPayloadStore() this.on(login) c…
-
**Reproduce**
- create non-paritioned topic
- send message to this topic
**error**
![image](https://user-images.githubusercontent.com/9473606/183640375-517bcea0-fa50-48af-8881-9696fab6d558.png)
…
-
**yarn run:backrun**
```
Stream error: 12 UNIMPLEMENTED: subscribe_mempool is deprecated
at ClientReadableStreamImpl. (/.../jito-ts/dist/sdk/block-engine/searcher.js:171:27)
at ClientRe…
-
Currently there is an option to "getBaseUrl" from base class, which is fine. It would be awesome to get the same for the second constructor parameter `instance`. That way interceptors can easily be ad…
-
The following program hangs with `-m32`, but not without:
```console
$ clang -m32 -fsanitize=address -lpthread sem_timedwait.c; ./a.out
```
(and therefore the same happens with gcc)
```c
#…
-
(version 11.10)
Hey team,
I need to intercept a `409` so that my service sees it as a `200`. From what I've scraped from the internet and the docs, you need to override `aroundDecode`, so my sim…
-
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/220740bc30b1fb92c6a36f3ac3c248ad0c5cc53d/interceptors/logging/examples/logrus/example_test.go#L21
`if` statement should be replaced with `f…
-
### Environment information
```plain text
System:
OS: macOS 15.1
CPU: (8) arm64 Apple M2
Memory: 274.83 MB / 24.00 GB
Shell: /bin/zsh
Binaries:
Node: 23.1.0 - /opt/homebrew/bin/nod…
-
### Feature request
Helm chart values.yaml support extraEnvVars,
```
tekton-operator-lifecycle:
extraEnvVars:
- name: FOO
value: "bar"
```
I hope install in offline environment…