Xie Zejian

Results 39 issues of Xie Zejian

In the current "select a kernel" telescope, the kernel only displays its file name, making it difficult for people to find the kernel they want. Since most people open kernels...

After use conda, the behavior fall back to `bck-i-search`

### Describe your question Currently, the python api of `client.get_experiment` only return experiment info from yaml, but not include those dynamically determined by determined, such as pod address. Is there...

question

Could you provide an option to set the client's automatic reconnection strategy? I would like to use the admin API to force delete a subscription, but currently, the consumer immediately...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation There is a API for increase partitions for a topic https://pulsar.apache.org/admin-rest-api/?version=3.3.0#operation/PersistentTopics_updatePartitionedTopic but it...

type/enhancement

- Surfingkeys Version: 0.17.0 - Surfingkeys-conf Version (git hash): latest - Operating System: Arch Linux - Browser Version: 128.0.6613.137-1 ## Details Surfingkey just release 0.17.0 to meet requirement for MV3,...

Regression on 3.x. I tried the demo file in #1050 ```python from pyinfra.operations import python, server def foo(): # fails server.shell("/bin/false") python.call(foo) ``` After commit https://github.com/pyinfra-dev/pyinfra/commit/a8ae039cc, pyinfra doesn't report any...

bug

If a git repo contains relative link, rattler seems cannot copy it correctly

Take following as an example ```yaml recipe: name: foo version: 0.1.0 cache: build: script: - mkdir -p $PREFIX/lib - mkdir -p $PREFIX/include - touch $PREFIX/include/test.h - touch $PREFIX/lib/libdav1d.so.7.0.0 - ln...