Chris S. Kim

Results 7 issues of Chris S. Kim

(cherry picked from commit 807898a3c2bdac9890ffaac61fc52b4cc855086a) original: https://github.com/hashicorp/consul/pull/14093

type/docs
pr/no-changelog

### Description The UI needs an endpoint to query for a given peering stream's health. Originally I thought it should be internal but wondering if it's valuable to expose publicly...

pr/no-changelog
theme/cluster-peering
backport/1.13

Hello, I'm working on Consul and have seen several users face issues around how spring-cloud-consul interfaces with Consul so I've been trying to investigate. I've noticed that [spring-cloud-consul-discovery](https://github.com/spring-cloud/spring-cloud-consul/blob/main/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.java#L128) polls the...

waiting-for-triage

Unsure if the button is a placeholder since I don't see it on nightly but it would be nice to see what updates are being made to the nightly tags!

enhancement

#### Overview of the Issue https://github.com/hashicorp/consul/issues/10603 has been addressed by https://github.com/hashicorp/consul/pull/15701 but users are still reporting seeing WARN logs such as ``` 2023-02-06T05:50:55.844+0100 [WARN] agent: [core]grpc: addrConn.createTransport failed to connect...

type/bug
theme/internals

Fixes https://github.com/anthropics/courses/issues/46 In recent versions of IPython, `pickleshare` is required for users to be able to store and fetch `API_KEY` and `MODEL_NAME` across notebooks.

IPython made `pickleshare` optional in this [PR](https://github.com/ipython/ipython/pull/14217), so users may be unable to fetch stored variables across ipynb files. ``` /home/ckim/.local/lib/python3.10/site-packages/IPython/extensions/storemagic.py:229: UserWarning: This is now an optional IPython functionality, setting...