Justin Toh
Justin Toh
> Thanks so much for your great work here!!! Hi @alexbarbato, really appreciate it! 🙂 --- Just want to clarify a bit more on your request. Given the following command,...
By the way, would any of these potential features satisfy your use case? (currently in the backlog) 1. Support printing multiple root objects similar to `kubectl get` ```shell kube-lineage $KIND_1,$KIND_2...
Hi @alexbarbato, really appreciate for the detailed description of your use-case! 🙏 I'm glad to hear that [scenario 2](https://github.com/tohjustin/kube-lineage/issues/2#issuecomment-955153758) would be able to handle your current use case. While waiting...
This also the first time I've heard of the [Cartographer](https://github.com/vmware-tanzu/cartographer) project, it looks really interesting after taking a quick look at its [documentation](https://cartographer.sh/docs). I have a few more questions regarding...
Here's another test case for this issue which I encountered in Sourcegraph's UI ([uses `marked` to render error messages](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/client/shared/src/util/markdown.ts?L52:14)) - [Marked Demo](https://marked.js.org/demo/?text=%7B%0A%20%20%22error%22%3A%20%22External%20service%20updated%2C%20but%20we%20encountered%20a%20problem%20while%20validating%20the%20external%20service%3A%20error%20in%20syncExternalService%20for%20service%20%5C%22OTHER%5C%22%20with%20ID%202%3A%20Get%20%5C%22http%3A%2F%2Flocalhost%3A3434%2Fv1%2Flist-repos%5C%22%3A%20dial%20tcp%20127.0.0.1%3A3434%3A%20connect%3A%20connection%20refused%22%0A%7D&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22extensions%22%3A%20null%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22tokenizer%22%3A%20null%2C%0A%20%22walkTokens%22%3A%20null%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=master) (URL is enclosed by escaped quotes eg. `\"http://localhost:3434/v1/list-repos\"`)...
Same here, I wasn't able to import the framework via Carthage on MacOS ## Minimal steps to reproduce the issue ``` ❯ mkdir temp && cd temp ❯ echo 'github...
What's the status of this PR? I think I can help to resolve the current conflicts in `src/HelmetUtils.js` if needed 😄
@matej-g @saswatamcode I'm interested in implementing HTTP SD on Thanos. Should I proceed with writing a [proposal](https://github.com/thanos-io/thanos/tree/main/docs/proposals-done) document or that isn't necessary?
Hi @guettli, really appreciate your feedback on this 🙏 Here's my initial idea for these two operations: 1. Default command (e.g. `kubectl lineage `) 1. Recursively list all **dependents** —...
Hi @erdii! Really glad that you found this tool useful for you & thanks for writing this comprehensive bug report 🙏 Can I also trouble you to share the example...