diff --git a/collections/_posts/2024/10-16-2024-meshery-is-not-a-service-mesh-manager.md b/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md similarity index 76% rename from collections/_posts/2024/10-16-2024-meshery-is-not-a-service-mesh-manager.md rename to collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md index ce93954665..8df554a799 100644 --- a/collections/_posts/2024/10-16-2024-meshery-is-not-a-service-mesh-manager.md +++ b/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md @@ -9,21 +9,19 @@ permalink: /blog/meshery-is-not-a-service-mesh-manager featured-image: /assets/images/logos/meshery-logo-dark-text-side.svg --- -As a self-service engineering platform, Meshery enables collaborative design and operation of cloud and cloud native infrastructure. - -Meshery is not service mesh centric. Meshery is for modern and collaborative DevOps engineering teams, infrastructure teams, Site Reliability Engineer, Platform Engineers, Application Development and Service delivery teams to use an internal engineering platform for the Day 0 design, Day 1 deployment, and Day 2 opeeration of cloud and cloud native infrastructure and services. +As a self-service engineering platform, Meshery enables collaborative design and operation of cloud and cloud native infrastructure. Meshery is not service mesh-centric. Meshery is not service mesh-focused. Meshery is for modern and collaborative DevOps engineering teams, infrastructure teams, Site Reliability Engineer, Platform Engineers, Application Development and Service delivery teams to use an internal engineering platform for the Day 0 design, Day 1 deployment, and Day 2 opeeration of cloud and cloud native infrastructure and services. **The Evolution of Meshery** -Meshery has often been referred to as a service mesh manager. While this was partially true in its early days, Meshery has evolved into something much broader and more powerful. It's now more accurately described as a **cloud native manager**. +Meshery has often been referred to as a service mesh manager. While this was partially true in its early days, Meshery has evolved into something much broader and more powerful. It's now more accurately described as a **cloud native manager**. **Beyond Service Meshes** -Here's why the "service mesh manager" label no longer fully encompasses Meshery's capabilities: +Here's why the "service mesh manager" label no longer even comes close to fully encompasses Meshery's capabilities: * **Multi-cluster Management:** Meshery can manage multiple Kubernetes clusters, enabling unified control and visibility across your entire infrastructure. -* **Cloud Native Performance Management:** Meshery provides tools for baselining, tracking, and optimizing the performance of your microservices and the underlying infrastructure, including Kubernetes and service meshes. -* **Configuration Best Practices:** Meshery helps you assess your configurations against established best practices for Kubernetes and service meshes, ensuring optimal deployment and operation. +* **Cloud Native Performance Management:** Meshery provides tools for baselining, tracking, and optimizing the performance of your microservices and non-microservices and the underlying infrastructure, including Kubernetes and multi-cloud environments. +* **Configuration Best Practices:** Meshery helps you assess your configurations against established best practices for Kubernetes and the entire ecosystem of multi-cloud services and cloud native technologies, encompassing all CNCF projects, ensuring optimal deployment and operation. * **WebAssembly Filter Management:** Meshery allows you to dynamically load and manage WebAssembly filters for Envoy proxies, enabling advanced traffic management and control. * **Cloud Native Design Patterns:** Meshery provides access to a catalog of cloud native patterns and a design configurator, simplifying the design and management of your cloud native infrastructure. * **Unified Policy Engine:** Meshery incorporates a context-aware policy engine based on Open Policy Agent (OPA), allowing you to enforce configuration best practices and custom rules across your environment. From 6154b33ed70a49e044a70737ee9a819a08f30d4a Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 17 Oct 2024 08:36:19 -0500 Subject: [PATCH 11/30] tags Signed-off-by: Lee Calcote --- _sass/blog.scss | 3 +-- collections/_posts/2020-05-21-meshmark-explained.md | 6 +++--- collections/_posts/2020-07-30-analyzing-with-smp.md | 2 +- collections/_posts/2020-12-02-kubecon-+cloudnativecon.md | 2 +- ...offers-promising-solution-for-cloud-native-networking.md | 4 ++-- .../2021-04-26-validating-smi-conformance-with-meshery.md | 2 +- .../2022-01-26-pipelining-service-mesh-specifications.md | 4 ++-- collections/_posts/2022-10-24-meshery-v0.6-release.md | 6 +++--- collections/_posts/2023-01-09-meshery-system-provider.md | 2 +- .../_posts/2023-06-16-changing-meshery-release-channels.md | 4 ++-- collections/_posts/2023-12-08-graphql-and-rest-apis.md | 6 +++--- .../_posts/2023-12-15-meshery-the-extensible-platform.md | 6 +++--- collections/_posts/2023-12-19-meshery-relationships.md | 4 ++-- .../_posts/2023-12-22-meshery-v07-release-announcement.md | 4 ++-- collections/_posts/2023-9-2-layer5-badge-program.md | 6 +++--- ...ifying-cloud-infrastructure-and-kubernetes-management.md | 4 ++-- collections/_posts/2024/2024-03-29-models-designs-legos.md | 2 +- .../_posts/2024/2024-04-09-designs-on-artifacthub.md | 4 ++-- .../2024/2024-08-14-infrastructure-design-by-meshery.md | 4 ++-- .../2024-10-01-meshery-is-not-a-service-mesh-manager.md | 2 +- 20 files changed, 38 insertions(+), 39 deletions(-) diff --git a/_sass/blog.scss b/_sass/blog.scss index 870b575204..98e7959915 100644 --- a/_sass/blog.scss +++ b/_sass/blog.scss @@ -70,7 +70,7 @@ .post-details { border-bottom: 1px solid var(--brand-color-secondary); - font-size: 0.9em; + font-size: 1.25rem; justify-content: space-between; width: 100%; display: flex; @@ -98,7 +98,6 @@ } .post-author { align-self: flex-start; - font-size: 1rem; } } diff --git a/collections/_posts/2020-05-21-meshmark-explained.md b/collections/_posts/2020-05-21-meshmark-explained.md index a07c67c12c..105530c8ea 100644 --- a/collections/_posts/2020-05-21-meshmark-explained.md +++ b/collections/_posts/2020-05-21-meshmark-explained.md @@ -4,9 +4,9 @@ heading: Meshmark Explained title: Meshmark Explained author_contributor: Lee Calcote categories: - - Meshery - - OpenSource - - Meshmark + - meshery + - open-source + - meshmark permalink: /blog/meshmark-explained ---
diff --git a/collections/_posts/2020-07-30-analyzing-with-smp.md b/collections/_posts/2020-07-30-analyzing-with-smp.md index f7b5fef379..ff1f4e87d0 100644 --- a/collections/_posts/2020-07-30-analyzing-with-smp.md +++ b/collections/_posts/2020-07-30-analyzing-with-smp.md @@ -4,7 +4,7 @@ heading: Getting started with Service Mesh Performance Analysis title: Analyzing with SMP author_contributor: Lee Calcote categories: - - Meshery + - meshery - SMP permalink: /blog/getting-started-with-service-mesh-performance-analysis --- diff --git a/collections/_posts/2020-12-02-kubecon-+cloudnativecon.md b/collections/_posts/2020-12-02-kubecon-+cloudnativecon.md index d92dab9765..67155f08ab 100644 --- a/collections/_posts/2020-12-02-kubecon-+cloudnativecon.md +++ b/collections/_posts/2020-12-02-kubecon-+cloudnativecon.md @@ -4,7 +4,7 @@ heading: KubeCon+CloudNativeCon title: KubeCon+CloudNativeCon author_contributor: The Newsroom categories: - - Meshery + - meshery - KubeCon - CloudNativeCon permalink: /blog/kubecon-cloudnativecon diff --git a/collections/_posts/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking.md b/collections/_posts/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking.md index 7ebf0f6303..98cfafc9ec 100644 --- a/collections/_posts/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking.md +++ b/collections/_posts/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking.md @@ -4,8 +4,8 @@ heading: Service Mesh Offers Promising Solution for Cloud Native Networking title: Service Mesh Offers Promising Solution for Cloud Native Networking author_contributor: The Newsroom categories: - - Meshery - - Cloud Native + - meshery + - cloud-native permalink: /blog/service-mesh-offers-promising-solution-for-cloud-native-networking ---
diff --git a/collections/_posts/2021-04-26-validating-smi-conformance-with-meshery.md b/collections/_posts/2021-04-26-validating-smi-conformance-with-meshery.md index 61b22d9615..2390520bec 100644 --- a/collections/_posts/2021-04-26-validating-smi-conformance-with-meshery.md +++ b/collections/_posts/2021-04-26-validating-smi-conformance-with-meshery.md @@ -4,7 +4,7 @@ title: Validating SMI Conformance with Meshery heading: Validating SMI Conformance with Meshery author_contributor: Lee Calcote categories: - - SMI Conformance + - smi-conformance # layout: post # permalink: /blog/validating-smi-conformance-with-meshery --- diff --git a/collections/_posts/2022-01-26-pipelining-service-mesh-specifications.md b/collections/_posts/2022-01-26-pipelining-service-mesh-specifications.md index 6671283d65..a8a19ebde5 100644 --- a/collections/_posts/2022-01-26-pipelining-service-mesh-specifications.md +++ b/collections/_posts/2022-01-26-pipelining-service-mesh-specifications.md @@ -4,8 +4,8 @@ heading: Pipelining Service Mesh Specifications title: Pipelining Service Mesh Specifications author_contributor: The Newsroom categories: - - Meshery - - Service Mesh + - meshery + - service-mesh permalink: /blog/pipelining-service-mesh-specifications ---
diff --git a/collections/_posts/2022-10-24-meshery-v0.6-release.md b/collections/_posts/2022-10-24-meshery-v0.6-release.md index d3d279d160..3341caee1e 100644 --- a/collections/_posts/2022-10-24-meshery-v0.6-release.md +++ b/collections/_posts/2022-10-24-meshery-v0.6-release.md @@ -4,9 +4,9 @@ title: Meshery v0.6 subheading: Release Announcement author_contributor: Meshery Maintainers categories: - - Meshery - - Release - - Announcements + - meshery + - release + - announcements permalink: /blog/meshery-v06-release --- diff --git a/collections/_posts/2023-01-09-meshery-system-provider.md b/collections/_posts/2023-01-09-meshery-system-provider.md index 1d2221a5dc..34a1459685 100644 --- a/collections/_posts/2023-01-09-meshery-system-provider.md +++ b/collections/_posts/2023-01-09-meshery-system-provider.md @@ -4,7 +4,7 @@ heading: Meshery System Provider title: Meshery System Provider author_contributor: Lee Calcote categories: - - Meshery + - meshery - mesheryctl # layout: post permalink: /blog/mesheryctl-system-provider diff --git a/collections/_posts/2023-06-16-changing-meshery-release-channels.md b/collections/_posts/2023-06-16-changing-meshery-release-channels.md index 27e5aabf47..640d45ce0c 100644 --- a/collections/_posts/2023-06-16-changing-meshery-release-channels.md +++ b/collections/_posts/2023-06-16-changing-meshery-release-channels.md @@ -4,8 +4,8 @@ heading: Changing Meshery Release Channels title: Changing Meshery Release Channels author_contributor: Meshery Contributors categories: - - Meshery - - Open Source + - meshery + - open-source - mesheryctl # layout: post permalink: /blog/changing-meshery-release-channels diff --git a/collections/_posts/2023-12-08-graphql-and-rest-apis.md b/collections/_posts/2023-12-08-graphql-and-rest-apis.md index f056235658..f8183b2435 100644 --- a/collections/_posts/2023-12-08-graphql-and-rest-apis.md +++ b/collections/_posts/2023-12-08-graphql-and-rest-apis.md @@ -4,9 +4,9 @@ title: The Synergy of REST and GraphQL APIs in Meshery subheading: Extending Meshery as an engineering platform author_contributor: Lee Calcote categories: - - Meshery - - Open Source - - API + - meshery + - open-source + - api featured-image: /assets/images/posts/2023-12-08-graphql-and-rest-apis/meshery-apis.jpeg permalink: /blog/unleashing-power-and-flexibility-the-synergy-of-rest-and-graphql-in-meshery --- diff --git a/collections/_posts/2023-12-15-meshery-the-extensible-platform.md b/collections/_posts/2023-12-15-meshery-the-extensible-platform.md index f419420c91..a3f5876f29 100644 --- a/collections/_posts/2023-12-15-meshery-the-extensible-platform.md +++ b/collections/_posts/2023-12-15-meshery-the-extensible-platform.md @@ -4,9 +4,9 @@ title: "Meshery the Extensible Engineering Platform" subheading: Context-aware design with Meshery author_contributor: Lee Calcote categories: - - Meshery - - Open Source - - API + - meshery + - open-source + - api featured-image: /assets/images/posts/2023-12-08-graphql-and-rest-apis/meshery-apis.jpeg permalink: /blog/unleashing-power-and-flexibility-the-synergy-of-rest-and-graphql-in-meshery published: false diff --git a/collections/_posts/2023-12-19-meshery-relationships.md b/collections/_posts/2023-12-19-meshery-relationships.md index 5f1b7b17ce..c75d24bb45 100644 --- a/collections/_posts/2023-12-19-meshery-relationships.md +++ b/collections/_posts/2023-12-19-meshery-relationships.md @@ -4,8 +4,8 @@ title: "Meshery Relationships: AWS RDS DBCluster and IAM Roles" subheading: Context-aware design with Meshery author_contributor: Lee Calcote categories: - - Meshery - - Open Source + - meshery + - open-source - API featured-image: /assets/images/posts/2023-12-08-graphql-and-rest-apis/meshery-apis.jpeg permalink: /blog/unleashing-power-and-flexibility-the-synergy-of-rest-and-graphql-in-meshery diff --git a/collections/_posts/2023-12-22-meshery-v07-release-announcement.md b/collections/_posts/2023-12-22-meshery-v07-release-announcement.md index 805ab3847f..4cc3e184d1 100644 --- a/collections/_posts/2023-12-22-meshery-v07-release-announcement.md +++ b/collections/_posts/2023-12-22-meshery-v07-release-announcement.md @@ -4,8 +4,8 @@ subheading: Release Announcement title: Meshery v0.7 author_contributor: Jeremiah Obikoya, Pranav Singh, Hauwa'u Ismail categories: - - Meshery - - Open Source + - meshery + - open-source layout: post featured-image: /assets/images/posts/2023-12-22-v07-release/meshery-v07-release-announcement.webp permalink: /blog/meshery-v07-release-announcement diff --git a/collections/_posts/2023-9-2-layer5-badge-program.md b/collections/_posts/2023-9-2-layer5-badge-program.md index eb8f652c23..81c6443391 100644 --- a/collections/_posts/2023-9-2-layer5-badge-program.md +++ b/collections/_posts/2023-9-2-layer5-badge-program.md @@ -3,9 +3,9 @@ date: 2023-09-01 10:30:05 -0530 title: Layer5 Recognition Program subheading: Recognizing Your Contributions and Milestones categories: - - Meshery - - Open Source - - Community + - meshery + - open-source + - community # layout: post permalink: /blog/Layer5-Recognition-Program --- diff --git a/collections/_posts/2024/2024-02-17-simplifying-cloud-infrastructure-and-kubernetes-management.md b/collections/_posts/2024/2024-02-17-simplifying-cloud-infrastructure-and-kubernetes-management.md index d838f5b7cf..22a8d9d826 100644 --- a/collections/_posts/2024/2024-02-17-simplifying-cloud-infrastructure-and-kubernetes-management.md +++ b/collections/_posts/2024/2024-02-17-simplifying-cloud-infrastructure-and-kubernetes-management.md @@ -4,8 +4,8 @@ title: Simplifying Cloud Infrastructure and Kubernetes Management subheading: with Meshery author_contributor: James Horton, Lee Calcote categories: - - Meshery - - Open Source + - meshery + - open-source #layout: post featured-image: /assets/images/posts/2024-02-17-simplifying-cloud-infrastructure-and-kubernetes-management/meshery-catalog.png permalink: /blog/simplifying-cloud-infrastructure-and-kubernetes-management diff --git a/collections/_posts/2024/2024-03-29-models-designs-legos.md b/collections/_posts/2024/2024-03-29-models-designs-legos.md index 5a65958ad3..2d9728a0bd 100644 --- a/collections/_posts/2024/2024-03-29-models-designs-legos.md +++ b/collections/_posts/2024/2024-03-29-models-designs-legos.md @@ -4,7 +4,7 @@ subheading: Comparing Meshery Models and Meshery Designs date: 2024-03-29 author_contributor: Lee Calcote categories: - - Meshery + - meshery permalink: /blog/lego-bricks-and-lego-instructions featured-image: /assets/images/posts/2024-03-29-models-designs-legos/five-legos.png --- diff --git a/collections/_posts/2024/2024-04-09-designs-on-artifacthub.md b/collections/_posts/2024/2024-04-09-designs-on-artifacthub.md index d5b0424019..c600eb31f6 100644 --- a/collections/_posts/2024/2024-04-09-designs-on-artifacthub.md +++ b/collections/_posts/2024/2024-04-09-designs-on-artifacthub.md @@ -4,8 +4,8 @@ subheading: Working with Meshery Designs is easier than ever date: 2024-04-24 author_contributor: Chris Carrier, Lee Calcote categories: - - Meshery - - OpenSource + - meshery + - open-source permalink: /blog/designs-on-artifact-hub featured-image: /assets/images/posts/2024-04-09-designs-on-artifacthub/meshery-designs-on-artifact-hub-featured.png --- diff --git a/collections/_posts/2024/2024-08-14-infrastructure-design-by-meshery.md b/collections/_posts/2024/2024-08-14-infrastructure-design-by-meshery.md index 69d2686685..bc4eabad2f 100644 --- a/collections/_posts/2024/2024-08-14-infrastructure-design-by-meshery.md +++ b/collections/_posts/2024/2024-08-14-infrastructure-design-by-meshery.md @@ -4,8 +4,8 @@ subheading: a deep dive date: 2024-08-13 author_contributor: Vivek Vishal categories: - - Meshery - - OpenSource + - meshery + - open-source permalink: /blog/infrastructure-design-by-meshery featured-image: /assets/images/posts/2024-08-14-infrastructure-design-by-meshery/deep-dive.png --- diff --git a/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md b/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md index 8df554a799..0c8b18f3f5 100644 --- a/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md +++ b/collections/_posts/2024/2024-10-01-meshery-is-not-a-service-mesh-manager.md @@ -4,7 +4,7 @@ subheading: Meshery is so much more than this date: 2024-10-01 author_contributor: Lee Calcote categories: - - Meshery + - meshery permalink: /blog/meshery-is-not-a-service-mesh-manager featured-image: /assets/images/logos/meshery-logo-dark-text-side.svg --- From 3d2a3f919b5b63464c3df00f7ea8272a476de632 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 17 Oct 2024 08:37:59 -0500 Subject: [PATCH 12/30] Refactor sitewide banner in header.html Signed-off-by: Lee Calcote --- _includes/header.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 3b3de47e49..4d1f242b0f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -115,12 +115,13 @@ -
- + Youtube Logo From 9229b509e9761ce348a14976aeaee91b866599c7 Mon Sep 17 00:00:00 2001 From: Niteen Kumar <143118531+KniteenK@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:54:20 +0530 Subject: [PATCH 20/30] Update community.html Signed-off-by: Niteen Kumar <143118531+KniteenK@users.noreply.github.com> From 3bdd58430520b3060dd8d2c01e00ac5eb932610b Mon Sep 17 00:00:00 2001 From: leecalcote Date: Fri, 18 Oct 2024 00:01:25 +0000 Subject: [PATCH 21/30] Updated meshery.json with new discussion posts Signed-off-by: l5io --- _data/discuss/meshery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/discuss/meshery.json b/_data/discuss/meshery.json index 5f657116f4..82cc4a3cb4 100644 --- a/_data/discuss/meshery.json +++ b/_data/discuss/meshery.json @@ -1 +1 @@ -{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":0},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-16T14:23:02.177Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":54,"like_count":15,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":4,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":18,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":25,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":27,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":887,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":38,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":135,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":136,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":202,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":71,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":37,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":787,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file +{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":0},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-16T14:23:02.177Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":54,"like_count":15,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":20,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":4,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":27,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":135,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":136,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":205,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":71,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":787,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file From 9dd3947b6f98a6cec1f23f76df8779c1e4116d59 Mon Sep 17 00:00:00 2001 From: l5io Date: Fri, 18 Oct 2024 12:36:25 +0000 Subject: [PATCH 22/30] Publish meshery-operator-v0.7.124.tgz meshery-v0.7.124.tgz --- charts/index.yaml | 98 ++++++++++++++++++++++++++- charts/meshery-operator-v0.7.124.tgz | Bin 0 -> 8252 bytes charts/meshery-v0.7.124.tgz | Bin 0 -> 18172 bytes 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 charts/meshery-operator-v0.7.124.tgz create mode 100644 charts/meshery-v0.7.124.tgz diff --git a/charts/index.yaml b/charts/index.yaml index e288b2dff2..fa4d1ef99c 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,6 +1,72 @@ apiVersion: v1 entries: meshery: + - apiVersion: v2 + appVersion: v0.7.124 + created: "2024-10-18T12:36:24.372440059Z" + dependencies: + - condition: meshery-istio.enabled + name: meshery-istio + repository: "" + version: 0.7.0 + - condition: meshery-linkerd.enabled + name: meshery-linkerd + repository: "" + version: 0.7.0 + - condition: meshery-consul.enabled + name: meshery-consul + repository: "" + version: 0.7.0 + - condition: meshery-kuma.enabled + name: meshery-kuma + repository: "" + version: 0.7.0 + - condition: meshery-nsm.enabled + name: meshery-nsm + repository: "" + version: 0.7.0 + - condition: meshery-traefik-mesh.enabled + name: meshery-traefik-mesh + repository: "" + version: 0.7.0 + - condition: meshery-nginx-sm.enabled + name: meshery-nginx-sm + repository: "" + version: 0.7.0 + - condition: meshery-app-mesh.enabled + name: meshery-app-mesh + repository: "" + version: 0.7.0 + - condition: meshery-cilium.enabled + name: meshery-cilium + repository: "" + version: 0.7.0 + - condition: meshery-nighthawk.enabled + name: meshery-nighthawk + repository: "" + version: 0.7.0 + description: Meshery chart for deploying Meshery and Meshery's adapters. + digest: cb651cef54d2667972819ce15741f68d933964fc468094b76c4bb25dbfccb512 + icon: https://meshery.io/images/logos/meshery-logo.png + keywords: + - meshery + - meshery-istio + - meshery-linkerd + - meshery-consul + - meshery-kuma + - meshery-nsm + - meshery-traefik-mesh + - meshery-nginx-sm + - meshery-app-mesh + - meshery-nighthawk + maintainers: + - email: maintainers@meshery.io + name: Meshery Authors + name: meshery + type: application + urls: + - https://meshery.github.io/meshery.io/charts/meshery-v0.7.124.tgz + version: v0.7.124 - apiVersion: v2 appVersion: v0.7.123 created: "2024-10-17T15:42:24.128456271Z" @@ -28221,6 +28287,36 @@ entries: - meshery-v0.5.0-rc-5g.tgz version: v0.5.0-rc-5g meshery-operator: + - apiVersion: v2 + appVersion: v0.7.124 + created: "2024-10-18T12:36:24.36855217Z" + dependencies: + - condition: meshery-broker.enabled + name: meshery-broker + repository: "" + version: 0.5.0 + - condition: meshery-meshsync.enabled + name: meshery-meshsync + repository: "" + version: 0.5.0 + description: Meshery Operator chart. + digest: 1f34f945d326b4d1d8822c3d9e57d4b20bbcbecf81c154729f9a7558d9e31080 + icon: https://meshery.io/images/logos/meshery-logo.png + keywords: + - meshery-broker + - meshery-meshsync + maintainers: + - email: developers@meshery.io + name: Meshery Authors + - email: urakiny@gmail.com + name: aisuko + - email: leecalcote@gmail.com + name: leecalcote + name: meshery-operator + type: application + urls: + - https://meshery.github.io/meshery.io/charts/meshery-operator-v0.7.124.tgz + version: v0.7.124 - apiVersion: v2 appVersion: v0.7.123 created: "2024-10-17T15:42:24.124084709Z" @@ -42242,4 +42338,4 @@ entries: urls: - meshery-operator-v0.5.0-rc-5g.tgz version: v0.5.0-rc-5g -generated: "2024-10-17T15:42:24.122976393Z" +generated: "2024-10-18T12:36:24.36651099Z" diff --git a/charts/meshery-operator-v0.7.124.tgz b/charts/meshery-operator-v0.7.124.tgz new file mode 100644 index 0000000000000000000000000000000000000000..5f4f47fcee1878d1237d0bd7c549d0ea6ca03f3f GIT binary patch literal 8252 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 literal 0 HcmV?d00001 diff --git a/charts/meshery-v0.7.124.tgz b/charts/meshery-v0.7.124.tgz new file mode 100644 index 0000000000000000000000000000000000000000..2b69fe5907804dfdf83343a42dd3dd559436a991 GIT binary patch literal 18172 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 literal 0 HcmV?d00001 From a78b8fa8fc726ce245dacf87c5e39adceeea668f Mon Sep 17 00:00:00 2001 From: suttonskate <184332671+suttonskate@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:10:52 -0500 Subject: [PATCH 23/30] Update README.md with Youtube link Signed-off-by: suttonskate <184332671+suttonskate@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe10bc14b..566f8e111d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Find out more about the Layer5 co

✔️ Join any or all of the weekly meetings on the community calendar.
-✔️ Watch community meeting recordings.
+✔️ Watch community meeting recordings.
✔️ Access the Community Drive-by completing a community Member Form.
✔️ Discuss in the Community Forum.
✔️ RSVP to the CNCF Meshery Community meetings.
From f487ccb137ca23f09194395b9a99d2860c7d04f8 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 18 Oct 2024 13:04:19 -0500 Subject: [PATCH 24/30] Delete charts/meshery-operator-v0.5.0-rc-5g.tgz Signed-off-by: Lee Calcote --- charts/meshery-operator-v0.5.0-rc-5g.tgz | Bin 18919 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 charts/meshery-operator-v0.5.0-rc-5g.tgz diff --git a/charts/meshery-operator-v0.5.0-rc-5g.tgz b/charts/meshery-operator-v0.5.0-rc-5g.tgz deleted file mode 100644 index a207c99ccc94e8b48b95f68871dd0f21e8c7f7bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18919 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 From 5450bdd9d988c142498c0d0ccc7fdb0802b27232 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 18 Oct 2024 13:04:47 -0500 Subject: [PATCH 25/30] Delete charts/meshery-v0.5.0-rc-5g.tgz Signed-off-by: Lee Calcote --- charts/meshery-v0.5.0-rc-5g.tgz | Bin 19113 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 charts/meshery-v0.5.0-rc-5g.tgz diff --git a/charts/meshery-v0.5.0-rc-5g.tgz b/charts/meshery-v0.5.0-rc-5g.tgz deleted file mode 100644 index 95d38509e11a217c583d56cf5522a6bd138b21da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19113 zcmZsiby$;s^!GQqQ9v3-Nh(N5%1G%}5Rs6OE-9r(NlJH1Du{rjNQ~}Ax*Mc>z_$CD z-{*H-zvquOGw14Yt_3?$S%QF>gM<>uhi-Y^Z^ZF{Oyi-0OZf%MFr!0Yn;V)%; zrRu$7`C3yBKa4OM4g|H8gx)7`1?i-+?V%1`JjE)OV)*1DlBaLu`xLSLO_sj9jJ{r5 zCAl-~6&TTg{;3#BId2$In(_3PWS#`}e~$pL^0;uAa8GBx^X{#OBs$BP;fopVWP=v#J=zD1Zxj4_dQ}XA$j25q6L&XP-+_btLJ3%5;yl8VKt@3gfteg z4Z72KsdOr7s?>#yU5OlIa*>&G6EtoUxobZN^=rPulDa^Cm!K!13gur%gk|QFZsmD7 zUNhcBcf=`=E(9!}Et+po1>`()zB@f19(aTl`8a#kXV z_OD2U(F8ylzIj?#2t+%)_n-UyO3Ue5?=fE%x9kGJ(BO!*iUV%aNo8N5;Ca;f#q=`fdf2l2OQN5J+P@=ODWy7hj!oA|Po;pKTwUgmzy zpErhu15$XRUq{Qn1(kghE}I>A*=k*8Vf;Fyo*}b7+CS5&S;)yI_K{27{4cK$m(bXc zpHPv{m7f}vy6g(<-f&8vBU$`yHnMi=eJ`P3H}f*Lek6)%NX=&Z+Nt1M4hu02693%1 zBkLLOyojmWGj*!kPiN@gp(#0@v{9>=;#r%@RBSbss<%#jUi?Ny8QoN`BkRTU@owd` z{QPL+TNMzK(S?SPwxf>~J~Xxd7++pyc5!lOs4ZHc8#p{zef(p=t7o73-5xdG4t0r@ zgRmPhc2%9*%!o&gw%ffCUDtPHT$4Bb?;Ax(96kmsC#{WY4;QyeXP~7`U*CTCIc8J1 zHY*e$^RtIonkn{q&8e%8(DaYI;r_l4lAXl*65aefX3gn^?K%*$m;Oa$HhD4qe&V@t zobv~JuH|vLBcB17j$lA93i!0==vtM9`{fM1GNxQeI0M9yFipdJ64);&1cqZM*`~2} zU$Es;a4YYgXE3oy$#UM#oHw}qDc-3ZdeTK)Tg#+@)!db8c}r`O-l|z51}1vu5j;Lm zg4HZr&)~B=uz=w1`d()lCO$^h-TUXS-836 zyB0iMl~G%pDpda5BQ`i*v0{Qi9ykB8#|<(1_Bz<_U@Fb7%w@1+&U-EGxPr}zuhz4C`V5Wb)GOIb=D|? zlDTg%q3lwb26qLZ#5vHLxv`o~8d7oU-#)kJijo%N%997Sim;EF`^0vN>`F#=%Y;7~ z3rCO5TJs9MX$4d|tE9c{?)a#3-+F{;a!D&p)76h)4tX@bK_iPysE8@C+UTiu(AHJJK}@8E38Q^-$pmaHRUY=ROL?L z4%}aU6u2Qo-L7Nzck__hkxkE<&4KrJ?Y;xfVbgT}t3Jex+~`QV1dego!+ydl*jr;n zqxJZ-_5guD=W#lphFV}V*N6O5vzijei65OhU}3Hci2iszR}vV^9amM)8Ve*M>jHl`B<}42r+g2 zbYFu0@9zrkl6@c690fd)2nwoZn+%8ZF0X_5*IAo1q13Gnv4Fw&xtPoDN|D7%)5w(a zC^0bOWv3@h-{qx03AokS3F6plZe#~xDhm{*MgJL|Odbf{aP#PTyFk*z!!dY71Ly#`r`9>_gU4tUrWj7 zQv#lfrlj9^n+sp&-38K1%DrH)vr<0rEfe9N@bzU_>5$VK1-fi09W{CzyX^LJ{dAwFb#FJBP@x8VipgT;sQYY%+O8S~8&fBVay z-xrW(6Qjo&8R8BH??pbcp^R_7$qi8ripSSAOU4=Tsx8{?*V(w?oA~~4D||LPB$Tz3 zWyy+ag|n?sk=VDfOQw{*!kaX)hwAGE;p>mYdNmoX;(sewte;10J{vsuXDol_EvJ{f zc};SMhEKq$Jz!aBD`4(jh@H%}JH!C$VQD!Ij7k+q9& zhl~I7rM#2L)7dY5wXsl-nP@(ImeX6aYDstG5o*UUul7Xf;8AQ8DlZ}bd>^(kJ{x!m zm+2ZCt4wgpoFjS;hxvtQRrD40$9x_GO**+un&7x^-M&`3qOdcYEpwADj7g?iTAsMq zx|eHl5i!Izj?B21Il`~{Ds*CuKBuPIY_!AG-(Qo>rwh&?$)VxuAJaEP*jypQTw>=p#UM0_kkR@(DUuvc{{ULbA-1^2hAY!=% zcJp^3{2Bs<`d(mXu)WS#FbsQ z*H?}46GfB(`Hi}4&iJP+l<@*{6#X*&?zik|wKI@kq2r$44Ek#nnhSV{ z<%Jh_Qr_GeP@9g%8A_G67T%Ez#UOWgB(JCbPr`G*mDzw~}(Ad-6qj znT0c~uQLp}ISQjAQxQ_H=Z-kL_KNuLR4;B7YNee_)9V#pf2aPDqH~khAeXxL&fx4- zSVF^4S?5O26w{kmDk#%J3dq+K#NJe|K&6?=--Lj2t@5dH)|WB90V2OznctWx`yfIN z`A;53@h$dKS(JyW010Io&pl)8rdACmNG3iHsp>VV6@P4L`C(5dkj{E@t3W!8JV9?Y zc#p2Mt`9gJKK}a@hEFZq3^Wb~#-K=QBf|$E;eyRdxO<`@E(xDQaT*Hjy`yM%O~> z_jgNZingc9;1hy zRQg59s6o-Ia$#v@D3iYN9)fFYYAbVi@67k5$DFQyfh+Ip)#5{Dc^Cr#pfRpp=>NAuO@nk zEmkLz9R{F+cao%#L~#{8 zv(`Js4hn{#R~}INf&GVPM!=9vB8jbIUFzY~r+yM&%6JdFuH-p!t>pQR0?ppDUy4G{ zCEx)Gp*$oy-~0O87=exZnrNgE>h*AuFc0BX3UVyHNc7ra1E<1&fi%tbBu*Bk{A9JY zXWeOHBnmxJ2iNGP@Ql>LN>D3KVW^{`9uU;7(${Mj`Saz8)ZD~7m~xu;80p#RJZpX1 zDjd)D#A)n#Uh~v|yAgfJx=8iT0lUqtkzMGi=&_9|M)OJdDV4LYr7&FN#n4zdKjjXvw*I}%WBQHD@H{)?fk3+I;G<=}?~g=f zvdTnA9UWR1H|dE+gn;g3T)-pJqHkL+2wtXj&5xH7A?IQAtw+7&ndg!&q1BZ*N3=__Dg zx%wK4qMV%2@Nw%#M^|9m?`Rvv*>msIH>DTaQlk?Nx2t&mN=qnk9FKNuvA#~T^tY&{Kp03Ru`7XxotAzB7HHCH;qjiV5WavKFCY5)CctEdS8Nl`Q*?5(cm`*V; z*`GcM%;AgxSL}zE0L`@cQ8~j2Bl7-aj`2?i`;5e2$~-(o4`;KH492X7L9e><-a{N2 zysJyN=$%drmihmh{ejg(n>w6r#3P7M5QeZSv~X51`kKuMB{s9q^71lGRq9*mx^w4t zwyyuXTrph$sk^X=oqsLhzQtkS&q)FVnaBLtwGXm1e%CfZ*OJzf*Jd#Y5qp)9?|H?U zgb3b@PMQ;WpntXY>a>8|MlCZUDY{VUk@g0vS{$zUYoEIDvrX<7tM#Jl!s>qhN8Vp# z=8_aTbno5_Y|JMV3kcKL2t@c>Z^)$hbHb=hGQV(}tw(wrsp&R*C<%P(&C}N(?yDH& zI8H7pW_c#}*5dP9^x#1W3B6TWBD$zp%*NSer(<$V8e`_zXa$H+noX$pM3(3c$Jo-o zU+TJ$1aYV5kz5G@)M|9z#`@4V-{#{8qkq7uTz{JWJJFzJk@5H5O4U2}CayVVR4rKd z?jE>bw#SZ+jtc^OnorUm=3i2mh`=nBa$n5-NM-se`kUcpyvKoQgi&;?clO42uHErZ zdsd?#2n4MDgfu6>B4)RQuaf;#Bh+8lcf>XJo5?)-YP463-Ka%qVtU2mNB_uMy4A~& ztH?Csv5bCRYeIIl%R)Ypn-$sF*KsTD>xRg^ieb9=Ft&MMe663X63eg>P`!eEH3zO) z-zeunKV*H@a`a});rS(wJi5V@m}P>08BExpst0N20@P)j7vUJ8c*1{ zM@DxN3uAljO1}PHs9?Tm;$pxx%QgKRiS3eG^t>0iyAiIDd@pu{2PHk4kqP_;oZcT? zzJPtxMqC2@uF`m@V+CHVGfpYgV9Z8ywAUT64O(?~wS&#ef0}KG>3Z;h2=9Yu5Q=8m z-szT>6rE=i_U`jb|G-+BjKPk1mn=#~Pw0H57p=>7s)t7Z#10}BgZ$nvDiivkj9Xcr1Gqmza#~~gAMC`r(0uw_ z$+t7DUf?Z+-@eh0^{hE(u2kU3ZB0XZKi?jFP%D6)>X0?1SUT++qD(Y0gjs+l@j1B; zC!IM>{r)m{F&8P#+HY9U^xzNiU|hXjF-c< z{H(=SsQ0?KJD6Cz$zH#4Ti<#R_=&c+~T!k~Y+FlJvzM;2|`;59rK%ZG#;u z{h~Ad%*6fXM*TK|d|7@%kff}VvFyzx{pJf;6FVpb0lLlD$symS`uPQqVUR89`oo_c zZ{zhny`($NM>dNuKg2nV9*YKE}4naLPe|`!2(XukDQam2uzCP2U3v0kI3| zuyBF(yLiWzpLe%3mq4%^t7JAFW>30SM*+=$ie#5E21YlOq8h*ybs7fYv%FIBx@-k2 z2$K+xekJQ(Hw)`!gx5RPo?i7kp=H|Z7EQmg=Sswkq4ny%aU#;j+p2Q~C zN3J1y8vNKAKq-^9c<1nKHeP5Za@6+76m!}~U7bxfXy@-(ZV@P5Pqa28LaFN^-1DVO z7(7?K$v59`h89G*AUo&w1aGvFqpKayw4fdquXnOUTkhz&p?2-pb!SOl7P)*-yEXeC z$O~99`$hMKlMCe+3_HM$s=sQ1S@OLQ@eLZbq#n6O|FESA+IoC)3f5G!KmmxqH-in8 zwNn=OZpr&_!EAzkSZ6-j6-*#;tbuCl*bKhehlC;TDf~E`Dy7aI-ygLqf(p`nMTirX zPgL25soF^bOreHk0reh3I;7|tL4PFs?cL01b7w{rfyxI_%4RLb(R1{ENv7$2)!X2K z4#S=T?gfOYUTo~x!k^Okg2gYp_UGSI?4)+_P)Aa`&l}~+%E}^80_YHQuJ@BrXRGCi zG17v!84j!->^_hvg`%U-v6#hk9Y_E6^{vhY{piSRfClwqMa`KP)NLQoZj9`;=U2Sxj6Bw z5sJ=LLW~#me(%dy(haucwI087J}nHLdUer^n0k~bL>cx%I!iI07a&dg%}M{+nSva9 zv$E@xk>0sQ%J)WUxlA`d#xuN+7gwae-)JE6aEAtSRHJk~!JrQIea zKKbP8L63R~u*-anSFOfbmf;S_%Xz`A8L&%*6YnvTF+^I>OtSsQx;?P+u-&f>W`1I& z^VxVfG%lN_YJGtQ2ayAAbN5WRb}^cb{k6K4nNBW!51Qy+o)ww&!cTWMQ+J~6lWuBq z&4s&e=Y43JPtp$!^li2C{7l+e`foMQkq7QCe;cj(@O*t6y}r+TX%yH0GV<%&{o)*) z#}Vb29&Y6(TfyF*Z&G47{963F+SS>P9&wQh=|WKxMc(Q5%ew9_ zCz4JsCm{G~if`b*n&-Q>`lAN-tA1JKc7IRI^ZjZnQ(gIjqo6Qb$(Tv0hmxrw(xgiZ zMY27EJ^gGH|0CJ$YU-RqQ+VTflZc3zC&|s?zYS3XjP%+;G(wh2r6K2kNi52GT@ zUu|`;%zfYN@+gTE6&jt)ikKMMth7qga_ze7m=GAy?n}Wd&ibSJ7dD+oFCTyKvz}v9 zA63d9W;KYF@p-dq)DOX!^j#13+cWO@Br9VSciH|yiduiOEu;Z={Sr24hI0Xxas|Ks ziH1H6y@M5=I^yjE{t;zmYPn#GuQV2l$Wcy$mY1JLd?NR%vkw~^5B=9(#BMd_A4`y3 zP3a%#8L%$B=?aLQR+(8L#TCq{dv;yZ!sfqX|4jL)$1O1l+c7~*qCEbzjxO(^xHT0- zP}YMwp*VVLFKu?^Ndf(x@piA6SDO~jkDM46N!1~eZ*QBvGW1?-m^}!^8Z_RJP#Y2D z*VAqr=fO)2+Wi*V-fEe%_7V$uGCk{$Ub{>i|GGFz@OYwlQv74Bp;TuCu4XD*fnvc9 z#MEX)?%sC+uO?dcl6Cin=kMK~arQ?V?9-hlbkkdt2ox|ru`gnZzdzaw_A+8vttkAU zZt&A3*hqmQmeas<$%OB7EQl=hKnK?a)5~mrNxzJn)qreHSS1k733sL|5A+nzj zoc;V9E1Xg|mx^OdjUUG*>Z08Ee;l+)FtiJi+bTRN1y68hP%hh^6gH|5OES00wBBAw z2y)w6pA?VwAU3;MeqiaD*Ee;^eD5kg78Lj~Yf}D9>bbUWd{H56FW16uiD)Z>Zg+WOQ_hvvAINb?*HVku-9M?(Ti3!>DZi-ug#P z`@V>5Q<{H$;p4?l#S4!7SLYMvx=yNjKNAyVEE-c~*h*8Sxpj^X6eh2S`HqYhC!;eS z8H!j4B(52n)<1a25V!Q$lz*t?BItzO;Wn}fI?*hh$9$&+o69Cp$^Ul0VBh$mQ(TGl znr8&f@rRA~Px|KKF7h&3V25_gYvnFW5v&agl4?DIB%~Nus z$9e>4Wp$l8zxA22FuB{BQN7ZdQY~b%zpJ$th&$pAe@K39IguhVB{^9U_TvGksZ&8{ zq+!y`+x1UsT&DZOk(T&2n2a|pH+`~$?Kl2;cGEKY!%5-+kdqNW%V;xV!zdi(Nq!CM z4F=-&2(EzJgvBLvzQwzv(M>IJzF?(b6yHU5j(hR>{I$bD&*nXPS)=0XH``HBCj+%P zjR(Kgszc-93z)p^jhX7Qx!9YD_zAv8s=F8U(TO$*KJ99RH+QN7N=Gt(S`Nz9E})s8 zTvos@b^%-a&!Kk!`w1`~&G@jv{gtQw%aPoPXaUqjN(}57?C!ZWr(Fci#lR!N6AI(l zJxh$kgZuh#|MfFiQcJ@tnq%@9zY~fm^)r9YWLMCo^$2O)jBvIc(nTBKwP+0S*nihhk96EOUF*TLm@*-NIg z`9qU*qOho+JsU;ixDq4R~9D{v7xJ>`Ft+PA2^)>Rg2~K- zhfTcNS)9l0908*PW3EP}thFaCp2&u%T=+)?fHUT(W&e%;Me_;F2_N53F2XRf5f+M! zxs(2|)5rk=&X2)Y8Lb>IQxeZ8AV{@?*TFmn0q#NX*d>G1mLJs0&qj*NHv@WJ@V@s$ zEa~h%kKWKf@xYp@wJl9@B%vak$?5z!cJz7KC#ppJ^Tfb5=YO<*CxEWX@n}BzAFE%t zd!c;Vtnk$P%{IDX^#K}9;@9fdu*H~%ob`F_uk zuE@B<;MLPdM$;L}^S;gFRfJWQKgkw7u*m25?Y6-s=&vTk$^qZ7^=|sy?|TV2uDI__ znc%&1J$T|#fJec#MM(5?nl2Lk<8Z!6O{756a2fBh^u>~gyF`C;y_=Eqoc!g4JL9ob z))ceun8L~b%jcEe9ityC2%ek{G?^>M{fIe!lTW!)WL?AYZg->h8^mE;+0g5?^0bda z)&cMBHBsd*izP{3YhB@^>a9~B7j6jvQoCfsWE+1~#1ShsyRpk%swi;O)BNZspvUp2 z=^E4Qn&=ozH5K@N0QKiQSs_`4Ua^OT1;kWvzI!LLi)oYfeK~e{BSwFU#fUu?EYJU; zCquVK?p{koCTqJo!NPmlr$3h}DpeKZHs74C-b%^~49CS)RvNuHSl>T%ikeKN{6Wd$ zH%)_D&1v{j?$|Eu5k?p-u*Z7sjp>cuUag^eM@N}avbVB)9%DRY31ytd)SrH-7y0b2 z1nnd)$}qffD5@+9KiHcx7E|jwWO-_iMfYCVn=l-_9k7{reT$tY?q!s(NwMb)Qe`qG z`!m!X`~tTGt_1vI8pC;I!|X%V4TU8q>&qqVkO65_Qt}ZVitZPZMGX1*A7c~#7p6X5 zKHwVPCm;9dYJTDrUaRxC>GQ3COUR>1rIq0^Nz3Q#3pS^zMh`wL{)!4ACN5oZFj(BE zU6*OOMQmLXt1gX`Pe(SICab(mav%%Y-*3P4EDC|n9$}dk{3^)Nc-uo1aRDifvU@R_ z{+!ggW-4#H0LSOm7#oFDO&E2+2jFa>X~)IP&ART2+B2&$1n>Rm-DuQ+;NwoN?vd*} zRlj3$q7>fc`I41)TeLP`4fs`z;xlf%C(XVnyXEW1o75xiXbKZzMR^tV3_}FG%)|R= zM?_2}MJ=_Kqg;k3Kl;A2r42L;yyK`lfV*Hgo+Wgw!!xV6jrY#wY4*w0iX$Ex?vt>; zzmYfgsU>sLGrsuHe4VIAof$c6EsBhNDWchQ@?auPj8^0q;if+sbEK1TiR9!FplS=I(Sz*J- z*Zq)p(K)u03h&#?gP(j4{~q_pNGnWL%xOp_O_-bYlV_;Dc85RJTAgoLa*f0T2>!ru zu#X(#7Ux$yXo_Jw^X4V*Bj*);Rf{a_aFu_2`c&|FKT55H75|gbK&tqilwA3^R9}}C zEpi4#+DbaV`#`~3h}!$3q@}6YM~NP{$y)U#Jgb@#!Dt=k=N`@pc7Gpr@(hyenhLsP zJY4u#8n->fN0+8WN34t-81NX@Z`RSSI9n!J|DkPn^U!-?Kba-(<;%=id2N#HNZya4 zPj!{NNzVQ#Kh8Y9*^1tO`H`|kQAP3xMR0KDsid*+uQ3Q!Pmxj+$c{rb?@D1R`EPH5 z%kR11n51@p|9dFbp$|on(%o?S&p_P)^!dkEYpF-(ya(`~GFw-$@SZMAZ^o1Z)^EjB zl%{6NnPNH${%rLrUl^v-7*rg~P7rDKjUN4_;PD>IPCXC)Nd$86or$1s$7PlVo?5le zcD@~br4IJlR_n3Zr(nMrXD=~?j)4jFFOJ}`2|U(6WIw#Dt}q0{GzeQ z8*s@|qfB`etRgE!A#m7ScrW?dGEcPey)zB*q+UGp{RK96)i^ykM~KEb)tA(N{4a() zgOZ}-JDtxv{)*2#!ZPP{;r%~3tRMb*wvm=y&35jSDzfkKnSbMEvz138={~V)Tji@? zi+yign9t!88m@CxnJ#bDh`Hq(X{?nMys`}rOoyVAVwZ>o9mc6gBwBrfnN8BQydcUS zSPL08Nn3yKf!Y5T_I1c@i9GshU{sx`ksm4}fS<1xymj@#;o4LF@26RcZ*FJLt6whG zD?eE8!-~|q4$Z)HLj;%V`mrYR|5O7F9)xCZ0rJbe^aj9_X#{q~W`cmxJc6BIuPhAV z`?ZG%d^o`+pD?hG0gP{h%YOr+4EyV70R-%?QvEg1Dz+csdrT}NtbE+IBrDMG+uic)%#`?MjCFE`~E}dM*R!R!@U(U;^)x6}~J=LB=Eu6#Wgy#vR6eN#Dq) zVY`t{-JGNEt{(e%T*q1|S*ePRSWFU_EX<7 z+gsl&CR;^puGsdk78s3E9WPOmeW9tFovsDllzAL$S;IlZu`pV1@gfUj_ydlIn ztn(-M$_#>qgkx_5x_6AAKzssF@}I>K!oWmvFnAUZtU`R&MjP1mWd@AE?@)bq=OP6% zPeF+ZBkmw!f;eb1fofm0SxLhI6)3%7o0%6K$M9$W1gLKZtb6yTPvDsc@Sa_$>Uup6 zp!$xaBTp&>JzjPgdCN7d_iP)Y`A%Wi?5V@2KT!JJdp}{rrLc+er`>3`cXkd(W;3&J zZg>24)L@tH5Nd-<@3I}Xh?t?h2%E~v79!vi@*dcpk3WM zwxqPW$nE|Gr!5%lL_^Rv@Qo}M{7O7ZTAX0@KCet){Nu+4>OV<|sN}v7cqJNqA;40) z#~pmF^mh(e0E74rfP9%P6hPNQi-5JLa3P`XXZRp^w2Xi=fvWzZ zXB;0PfG5w{X@R?VG6d|d=IDBiATZ^--xNXH^V<~)(5qr#gYXz|6BqOt17xgLZeTA5 zTQ$LfF-_^dv7qv=|Nij%1&sFqh{(!-u6wD=ZU=~$!C!u<6v_{kHN+Di20M+RNvrsDyuSP zvM|nCRx-}4MtMdOQjZ96+BymH=b1Al(zGKQPQxMh=P&DJ)49Fz!J(?`Jm8KK;qSMy zwEa5_3U3E)3kOc&n4K|3N6SzmVEW>~T$~4H&&vfoyvaGl${D$VVso4YT%cH}EMx;t zMMh5^3t%Cr+ZsTvxF?STUBGj%G1BsGg9V-E{Sy=oMo?&VjG$KGAOII3@SmVy_(+-) zU@6+84K|nO2@mgqmA=_>7=|V610x6l%T@Sd!hsY}Y(Lk)0~FhlyN{j_%b3-K^f=>NgLgW|jwFp-RykEod-U@VSt%Z+3Us*OejX((gH8h^G(P6Z45 zAdPBTHYnZQqT&kMcuBv{^D8LK<~scUDX_FlF&h?z=`c%Rr<^ zIypyCPVNG#pXyQ+gnYJNI25+E_@7`!S7qgO?zKQI2h|FpkHGja2u2 z$G2}9>Z7+*Ey+?k>71PB($8wyhNC~cDrZS|JgpJo&IzDO)^>g-VraAHq$%^HK^zlX zs@X>p4aOh8RiZd=q94{vXQ#2|^*woBfaCl2A@wY56KGFy@azDUn*x~h>GK>df*jT7 zg@m2~7>4r6)K9Ut*rN|H&N`aHYl>}5U;+I%0BWoc+DJ8hj`c?rLv-X#q|$g%$H8EX ziT!KZvIE$tV>zN^R!ln8r=#U}%y_p);lh}T%3TSL%w5uc*_ftR4D2!MT*d76G}LRKGYk)$Z`7n~0*#yFmNo3K7pPeFVC#DCHFk9pWk-rt1@ zVBJC60D(z>|0;mDHOkY`%M+e}31Et#~Y&B}-u^5jB z)_GpR)zhz?TSTG58ir=LS(;bVEDfV9fa~HiKC-&`7aNR#>7zQ&F3=)+H9U6iYXmT9 zhF<2K5+LE%Yzset*0@YnlAxqY^wYCVifcKG)sBaYzkbSmu;G7Pqz3rD0+<*qP2K>w zca=0emjFdWFtdM~qHZsf`n$OdtQo(DGKuOmUTTcpU3N6t-6~7niZ=$L$bcxT?!edign~}kP@ts{ zn6_aXFbci{RJUzbv3EiKpa*}JM^K;#UBs<{^9U?8qVqN+xI2l_6@6Y++=`l6#@E55 z84pGP(o5EI;EJv38tA-?U&Xe?mkH!hkVJrgrv(HiX3F50$*Ni~++wc_8|_kZ6Cz}h zSP!-vN?lkY=YB)cK|+m=YwX_=c9`eh>^iqxUr3{88h}SniO-*X<-xBVKr@hk1fZRB znC!6ygWn}u(_j{_GgY(TPy z^cdpU86@mCLJCpwE6~=+tD3mNT`I+}nWWtreMVlXLGx^@6kEmc8{wI!OPVofEN=#M z#jk1XJvb5vrS@_6@`w*sceU}J>hD>5JPg(}wz;Sr_PGz2HEgd}9S}6;qi|55-x?{4 z$c>tHL&bYoh<&D3E(ndnrS#dEy*&LC10Up5yM5aV>N>__P;-C6Gh1#hsB24Y5>#!$21E(hua2FW+4qg zkHRYaiv4l;C$m??w&IeChb0Yi9quQ}%^Y^ozDbEByad)^Ew4jNL=Y2bwSiy!(wc^q zIQ9F#zVCC}bd;pHi*@HRy~hk^DF|Hsd9<`6G)g-fZn~PC!t1~KekZ1^_9QYz zPY3z%flejSkq;wQBSWbRP=>jMw89=cZ5dA)7y_WpiSND zhu0c$vw;Wx4tcXj(r&DOuyWqUQMH>&!9>>sj;hwA6ZRK=olyev2L7k59*tk!WVDSx zFsH%F61d)vtRY4Zre7P3G_ySN>$CqX!g7!XlW0V6-BoYCb&ToGqL`D!&D&m`d~?R` z&djdsW2&vvmc4!4Cn`DM^Sd;mg4=OzhU1x)ACtj^=yU(LM^#0mrE^=ZdEb_1zR}J2 z$yL0$31D04r<%4)jBn+oL@tKp`DXmd`*&Psf&jx`;bq`X2Z9Y0)9iHtO&;6$GOKqv zH^Gn(C)nfxt8$sDs8e_gIU?%REKd`0x1zv=fTL9K(JR+3OV{}~L6vnKeAl=uuK;62 zVC4kx(-mzaf(68(R1UvWEj4;n*1TUCy!mo>w9pd!X9l>ES>@}6g}?!+++biQpokne z#>JD@hn)PVhh2}7`^niYCJ11Pvg2+bybGA29f4i2tpeCcc-kI}91ZQM;W-A}C9~RZ zF~t@KYfCUW;t&Ztd4W7^fr(uIBI8|E_l*JDPIeA#VK(+f@HfhVs=p zd8~jiz-4LPRZv({kXC5k9Zope?iN-^3w7RJg(Lh_kLu{&o$#tzbTskpDia?VqO0ifTP)<6Hp8@s= zF5v%ygw+oLUk_9=;u-JhU(9>la4iZ$WhNg+`yJPBt?+#I3-$E}TZADI^I*Yc{sSeV zaFUj~zpKOtis>rCDq>XSm)1dP1&8qAqaG3}x9?upNAc?gOT;i0jwJE{>%bQlfalt6xLOM8tM;#(6`dIyS9Bo_7=Yp*0O7MctG7EK6CmP2gL@^^B6;=X zYfL9ZFBX4ye}@Ng3rtuhj6-b%s2+dp_9DQS8r|bD`00Ek{?iw zX{Iohhmhb-Na9FXYk-gupU1gEhx9#iXm$Bh&!Z$U-Rs^;@IF)`=9n4clt42ZQvWTOqUj zfq5?lnHcwLY*&9-4%zf<&a;<&t!s6}x>&?oox_^VU}v!Uw6WW*ZeWyP=TataC zMa60=;|L42>hm^+sjkDRBBzawFEv1FRWa2|@S6F)kvgzY2r2zHX7hCOrcz%4A2a!M zy9$lM+=LgFlZS9rp-hyut8$yNmf8iJ_<}u!7e#XuH(5${yAllo?jzzb+ynPELG2Sd zu1CQc?V|Bc;T3SK6#M>wN*3xI8Sn^i9fVWuLSW_8`i4C>Tb2cUVI>2TZC!YFbF}B& z=Y2y_s-XvRo=+?O8D&u9L!lGI04Agf!+gm z77#NFSjWIq$_6yRhD&75K*Yk=kG%={+XlwzSJAw4;lujJB(hG>@R;#?M;Lc%+5xPa z)L1}AfuO#)zipuAG!j{Z;c!{76^~ONc*wdk9;Z+K**)qn(lwfPfz74Aq0(*Quel|r*X%=b~r+^7v`Hn6WGxe6Rk{$5eA z1Q`gNz0?6^?ZKol$Bd5S>bM0o!tcyl`dZHc-ZVcc7Lb95;B_YWl|InG1~P~RB%uI= zfqe`xEh0zf4awT7fgD>=4KNZ}BZ);(+^QFV6lSwMcps1zgudoz1F+F%`DkxNQ27`z zZq;=TDe2@H0(=wL$#Su9+QU-{HNvo~CUZxHQYT2EH&*RslWK`1?;XTO``2xlwy=NP^Gy!_}q|MHWc9qIJ z5QL3GyUN-I+Mk6jSb#9yp-#+b7_B}=`O1NqdK(GP_9vrl!|np5{#hNd3w-E?O;tro z^~CT?8y=1X$nG6b*9kJ1g;|-U z91HLj$&UH=q@3g?G_{<|)0^py{c}cc(&`SqIb5o0uVnn*uyPS1(0v{`#dqqYDhaYt zIC>oMY(Z2vfkhdp6*6oi43s6!fdW$58f!=l-y#Hlj-BC?SOLP2FLGF<6t?j!mql}k ze_MJ2E>Aa5P;xF;bPZ%L5cmb(4m+by05OtE!6577$1=yW($RnN<=KOfi3z#v9 zRSKFI*_$tu*@5^U?|J#}%2odhWsz;L91>4Vjkl?yH4G-P3a3?}qa(D9zYf7O8p;QA zZ-xZPQ{SikdiOczQJB0InCQm*OFZrs1pB#@W`LDmBU*}%5DCNZ=L@!_Q;69Zr@mG| zZS$19!a)%5w)5LN-~NelhFfBvR>DzfsI6-B9}5O$WB@CFV%;S^QPiUuz^Ok@qih={ ztboxj?Z1$^1+6xyve{Hl7Z;f8_n z(u|>2ny)tRnJ0jvab9gQwX+Q#!v9+l({~&=hh3C{cL1OJt5D`AfME4#5b{Idrn24A zVfGDo%mdpvC)+q(U1pXYH-c>Cc$L5Nu*1GM4c-}`1c@TI#6kmi2}|b?cN9lF#9KCi z3eVGAW?6mP^2KPltncT<`S|nnQFGQcL82?!*;w30CpAy1p()gw1gAtZltbAqx9%%R z@9!%!sWV6t(VdH<#z*vuE5Qy7llI=gCh9&NIfL9427-hDqTULVF|@s+muogWu^o#5 zM$rM`tL(J7>n1id0>?uFkpqL&vH^E^XH5Eni;4-vtBYmIa-d>+jJ9EL8rZRmkr@d&KznDj5F4 z6fnDpQ5x|+!0wNQtTg>cJ*Ng+nBsvljM#dRgK8!y7iF}io&0T?WA_D8K?U%hMf?F>!?o7>~PFA;&d znGh_BDtSN(3^Eu7-YJC40H+>!w=3ZoB2TfjgaNe4y#K?AuY*9gjtU^FxqS*O0uots z5Hl}!)u~2J2YMd|^vW983kJ;mpJJiiF-Y_ueeb@K0D;Kwfw(K1b0|Su<5*Z#q*zb* z2eGX{^lcy#Oeq5wtXSD3JX_Pe}XN!qG|*4yPkcls$ zs2&B!1^wU1wu}}lv0Q~+vtdMJl?nxcd~0eg>~kNJN1Y6X2Cv}Nt)P0&V!I>wynVt@j@@<9X_vrHg>kAzeF z_h~**h~e_R=~{vRC@0|zl$t12Ytqaa-+ z$#A-z2=q~aFkV#?qe3B7M+H2NyncBCD~gjK9Twtq zj0$-KjjzM8Gy1nsV7Y;JCca9+I3FYQR?sfwpdYnBFY@--RT@)-w5Wt5M}s|!4Ol=6 zlk5Hm9}0iH&Grq$T9Q#1Hvh8F>n$!mrsoU(@WuaJR^q^>U(NCYM=L*k~K*1Q<9st+=}k1gH2*f6UH^=QOVi)+P_V>~&HDc6p3y)BS|hL30KNec|2}cq%3t^XDa1J zi)>>z_GK9BFlITw=Qp?KdH#6*J?C|Puh%)}w|w58&-eE$83(-QY!G5;&Hx?B(4VjP z(uFPIIwn`zVtNfrOTje0?5Kcdp_mJ-p}>HhJsuqQJ8db=Y(EAS2q74P^=d+;8~6jq zgc9sJu-1GhMq#c~%0!Hyorx<`6VTd=Ea2l0@t{b4`8BFtAE7c{eeM^5gIMjbCD@|~Bb zT)I3~TrxjD-9@Nb(tdN!p)ylPi0UqyWK8mqhgHDYq8fZlhW7BOqLRydaO%b4$#O@MwZ7IkHhuO46-4Rj0*b!9z6Ppak#|XU0(qi=G8EvgcUKHYO zjSDr5AzKfv&?GTST95&O)1VK0QzDNdP~X#4vVr_Ki|B;*;dyF|(q0@rjwip2a#LX_ z-SwDWe54bx7{IdZa`rMYj^od4lpu&G8u!YtwZlzv3UG9vGGC6LFNHKvp-|1K4Ldor zp_!-MbmH89u<gBz?`uKLokU!^aS+z*?F#IFRawY0<& zqY2#>kqUF%j$Fe9tr&AJ&x(RPOXYqA+s5$G@r7g+oK)|{<9Jzl`vbUZ*8&SO#r@i1 z*FuS!CxG`&5o{ESmRTBJ{A%Z-!2w#Fz*YKRdDMsQC3C2)Al7^4ha|!lVE2XR7oBZGe z<7^UIJz!^Zm%g*O85mO;84I+BW8kwsEDGpOh70E)lxQU8j$;)r45&0lDW>4{X>4z$ zKNg`VA`VhWKsl2i$r?g3U=NZiYrtB9ECxh?B-xa~1UvmO`j2@;saf1chIB<$xT>E+ z4TBgQPxOF}@~@2Nt5tB!L?hlbxFi-p!cLh12B1dA9?QwdJ)^~6- zdUB@46OK&0ep1L^Qo|O`2yr{;@ea1ijN7>;l2!RSm7ozVmkuH7Sm|>^j*E zrZ?U>x`b}zBbv9J%V2;DlR-mouSu?XwckFi&2r^+XFH{p%b^Kbf8FpOs@huX=4I6= zX9wI<+B|KPtaiT+tcl82vv(!9mDdF0_2f3YlJiRQoB&Y` zLZGDtH}6b1!L`&oD7$KlRQXYj@cohQ91e0-HgJR=y6yp_NyqBHLuka%lyrX=)h7f@ zQ{>9?ExEEX#|ptod+O6g`Y`Q_z9V@NRl#Grvy?{YN5}?3-$9=M0<6iBEk({cRx;E( zr0YuhppPX-Mik>lXaQF=}6(ow(gOuxJYRIaMdYfYM=ZR zDmj)V)?l%IJqI1qq=6QHaTTTWHsC9S=#Rg5-tFUtUpV--XrFq@yeVh#;eSsrkrQ9^ z7udyQK6d(Lc=GItP3Oi=mARa>uoSb~Y7R8;Pz6Ci1;(iXH0V_8ABwmcoMUCq4Sgq5 zaOfGB;O<{!|1YlE75zeVR(p2_rc$qa9t1tw&lUxl+$Dp6rZeWT+VvIW>6Nkp-`en; zKYQqi&kucZa#Lv8)H5|L^X}*OILLNm=GJ9o&ze{f<%^$a#>o#9g#qVj|h^<9#nR{S7rF1H4VXlXIZeTZ_CF!d$(GFRxlep?iF zW@yD=tJ|!Q7{)xr!p_Zzi@LC!y(cR5+Ix!XY@X8~FCl|9AdLQ4clYYs zgP!TtOtNBi{1zjh3o=BmpZ#PPfQ`1!0rR!(h(ACn&~i_%o0pj}iTM)ETvp)6;`>dg zp9{JC{yw2Q8JO6B-gWQ9rLj+lz(iO9i$0>!R_~$otFivg2Y^o$Qal6_SRl=AJ#aVZ6lK@8f`4t)9a$8w=yL(6mg7y^&9$xRHK;nO3`(*|PO8WVdu z-L(^5I6w2fZ(6t1W0W#H>)hU!U}i&-G56?Y`YY~8>2ypq(=;L^nz2n+Nl6X+HUK4f PDiv6m|9k_7N#XttoO13k From 7c3f27b98bbdb7f97cb4596a8b7832333b834046 Mon Sep 17 00:00:00 2001 From: leecalcote Date: Sat, 19 Oct 2024 00:01:36 +0000 Subject: [PATCH 26/30] Updated meshery.json with new discussion posts Signed-off-by: l5io --- _data/discuss/meshery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/discuss/meshery.json b/_data/discuss/meshery.json index 82cc4a3cb4..c24c0bcb1f 100644 --- a/_data/discuss/meshery.json +++ b/_data/discuss/meshery.json @@ -1 +1 @@ -{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":0},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-16T14:23:02.177Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":54,"like_count":15,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":20,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":4,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":27,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":135,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":136,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":205,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":71,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":787,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file +{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":0},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":20,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":54,"like_count":15,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":20,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":135,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":136,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":207,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":787,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file From f8e11d66bb2d71fb027a316bf9a710e6e6f28436 Mon Sep 17 00:00:00 2001 From: leecalcote Date: Sun, 20 Oct 2024 00:01:42 +0000 Subject: [PATCH 27/30] Updated meshery.json with new discussion posts Signed-off-by: l5io --- _data/discuss/meshery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/discuss/meshery.json b/_data/discuss/meshery.json index c24c0bcb1f..b93ade7095 100644 --- a/_data/discuss/meshery.json +++ b/_data/discuss/meshery.json @@ -1 +1 @@ -{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":0},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":20,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":54,"like_count":15,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":20,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":135,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":136,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":207,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":787,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file +{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":1},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":22,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":55,"like_count":18,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":208,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":788,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file From 9f3254668b1ef5338e9b3a1600b1d24a6f23fed9 Mon Sep 17 00:00:00 2001 From: leecalcote Date: Mon, 21 Oct 2024 00:01:48 +0000 Subject: [PATCH 28/30] Updated meshery.json with new discussion posts Signed-off-by: l5io --- _data/discuss/meshery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/discuss/meshery.json b/_data/discuss/meshery.json index b93ade7095..be0b3c3c84 100644 --- a/_data/discuss/meshery.json +++ b/_data/discuss/meshery.json @@ -1 +1 @@ -{"users":[{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":1},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":22,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":55,"like_count":18,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":21,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-09T18:14:07.039Z","bumped":true,"bumped_at":"2024-10-09T18:14:07.039Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":201,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":208,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":788,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file +{"users":[{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":1},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":4,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-20T05:29:07.758Z","bumped":true,"bumped_at":"2024-10-20T05:29:07.758Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":14,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":24,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":56,"like_count":18,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":202,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":138,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":209,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":788,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file From 9e148e012f5b13d7edbce99ed6da831f1171cacf Mon Sep 17 00:00:00 2001 From: l5io Date: Mon, 21 Oct 2024 19:18:54 +0000 Subject: [PATCH 29/30] Publish meshery-operator-v0.7.125.tgz meshery-v0.7.125.tgz --- charts/index.yaml | 98 ++++++++++++++++++++++++++- charts/meshery-operator-v0.7.125.tgz | Bin 0 -> 8254 bytes charts/meshery-v0.7.125.tgz | Bin 0 -> 18251 bytes 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 charts/meshery-operator-v0.7.125.tgz create mode 100644 charts/meshery-v0.7.125.tgz diff --git a/charts/index.yaml b/charts/index.yaml index fa4d1ef99c..103f7125f6 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,6 +1,72 @@ apiVersion: v1 entries: meshery: + - apiVersion: v2 + appVersion: v0.7.125 + created: "2024-10-21T19:18:53.844745859Z" + dependencies: + - condition: meshery-istio.enabled + name: meshery-istio + repository: "" + version: 0.7.0 + - condition: meshery-linkerd.enabled + name: meshery-linkerd + repository: "" + version: 0.7.0 + - condition: meshery-consul.enabled + name: meshery-consul + repository: "" + version: 0.7.0 + - condition: meshery-kuma.enabled + name: meshery-kuma + repository: "" + version: 0.7.0 + - condition: meshery-nsm.enabled + name: meshery-nsm + repository: "" + version: 0.7.0 + - condition: meshery-traefik-mesh.enabled + name: meshery-traefik-mesh + repository: "" + version: 0.7.0 + - condition: meshery-nginx-sm.enabled + name: meshery-nginx-sm + repository: "" + version: 0.7.0 + - condition: meshery-app-mesh.enabled + name: meshery-app-mesh + repository: "" + version: 0.7.0 + - condition: meshery-cilium.enabled + name: meshery-cilium + repository: "" + version: 0.7.0 + - condition: meshery-nighthawk.enabled + name: meshery-nighthawk + repository: "" + version: 0.7.0 + description: Meshery chart for deploying Meshery and Meshery's adapters. + digest: 27d6ca08bd88423e716163e5def78459c8039e109a559794430848ba7b7e9e36 + icon: https://meshery.io/images/logos/meshery-logo.png + keywords: + - meshery + - meshery-istio + - meshery-linkerd + - meshery-consul + - meshery-kuma + - meshery-nsm + - meshery-traefik-mesh + - meshery-nginx-sm + - meshery-app-mesh + - meshery-nighthawk + maintainers: + - email: maintainers@meshery.io + name: Meshery Authors + name: meshery + type: application + urls: + - https://meshery.github.io/meshery.io/charts/meshery-v0.7.125.tgz + version: v0.7.125 - apiVersion: v2 appVersion: v0.7.124 created: "2024-10-18T12:36:24.372440059Z" @@ -28287,6 +28353,36 @@ entries: - meshery-v0.5.0-rc-5g.tgz version: v0.5.0-rc-5g meshery-operator: + - apiVersion: v2 + appVersion: v0.7.125 + created: "2024-10-21T19:18:53.841387251Z" + dependencies: + - condition: meshery-broker.enabled + name: meshery-broker + repository: "" + version: 0.5.0 + - condition: meshery-meshsync.enabled + name: meshery-meshsync + repository: "" + version: 0.5.0 + description: Meshery Operator chart. + digest: 5c5df3602ed5945a2782dbe68b05bcb718aeef995adb7de184c41fb77ae7822b + icon: https://meshery.io/images/logos/meshery-logo.png + keywords: + - meshery-broker + - meshery-meshsync + maintainers: + - email: developers@meshery.io + name: Meshery Authors + - email: urakiny@gmail.com + name: aisuko + - email: leecalcote@gmail.com + name: leecalcote + name: meshery-operator + type: application + urls: + - https://meshery.github.io/meshery.io/charts/meshery-operator-v0.7.125.tgz + version: v0.7.125 - apiVersion: v2 appVersion: v0.7.124 created: "2024-10-18T12:36:24.36855217Z" @@ -42338,4 +42434,4 @@ entries: urls: - meshery-operator-v0.5.0-rc-5g.tgz version: v0.5.0-rc-5g -generated: "2024-10-18T12:36:24.36651099Z" +generated: "2024-10-21T19:18:53.840108001Z" diff --git a/charts/meshery-operator-v0.7.125.tgz b/charts/meshery-operator-v0.7.125.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d539e7033aaf545dcc39ec790d88802a28d8e530 GIT binary patch literal 8254 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 literal 0 HcmV?d00001 diff --git a/charts/meshery-v0.7.125.tgz b/charts/meshery-v0.7.125.tgz new file mode 100644 index 0000000000000000000000000000000000000000..7e994c5337906d1c7a5f7b32cc1a74ed0ea68778 GIT binary patch literal 18251 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 Tr Date: Tue, 22 Oct 2024 00:01:32 +0000 Subject: [PATCH 30/30] Updated meshery.json with new discussion posts Signed-off-by: l5io --- _data/discuss/meshery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/discuss/meshery.json b/_data/discuss/meshery.json index be0b3c3c84..61bf2b7e56 100644 --- a/_data/discuss/meshery.json +++ b/_data/discuss/meshery.json @@ -1 +1 @@ -{"users":[{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":1},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":4,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-20T05:29:07.758Z","bumped":true,"bumped_at":"2024-10-20T05:29:07.758Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":14,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":24,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":56,"like_count":18,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":26,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":33,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":202,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":138,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":209,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":72,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":38,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":788,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file +{"users":[{"id":2988,"username":"Pranjal_Gupta","name":"Pranjal Gupta","avatar_template":"/user_avatar/discuss.layer5.io/pranjal_gupta/{size}/2736_2.png","trust_level":1},{"id":826,"username":"Yash.Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash.sharma/{size}/762_2.png","trust_level":2},{"id":2853,"username":"Awani_Alero","name":"Awani Alero","avatar_template":"/user_avatar/discuss.layer5.io/awani_alero/{size}/2569_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":2},{"id":975,"username":"vishalvivekm","name":"Vivek Vishal","avatar_template":"/user_avatar/discuss.layer5.io/vishalvivekm/{size}/1038_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":3,"username":"Lee","name":"Lee Calcote","avatar_template":"/user_avatar/discuss.layer5.io/lee/{size}/7_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"admin":true,"moderator":true,"trust_level":2},{"id":621,"username":"Yash_Sharma","name":"Yash Sharma","avatar_template":"/user_avatar/discuss.layer5.io/yash_sharma/{size}/2715_2.png","trust_level":2},{"id":2901,"username":"Sylan","name":"Syed Mohammed Sylani","avatar_template":"/letter_avatar_proxy/v4/letter/s/ed655f/{size}.png","trust_level":0},{"id":2969,"username":"weilirs","name":"Lawrence Li","avatar_template":"/user_avatar/discuss.layer5.io/weilirs/{size}/2716_2.png","trust_level":0},{"id":2596,"username":"Matthieu.EVRIN","name":"Matthieu EVRIN","avatar_template":"/user_avatar/discuss.layer5.io/matthieu.evrin/{size}/2369_2.png","trust_level":2},{"id":2962,"username":"Pratik_Chandra_Pal","name":"Pratik Chandra Pal","avatar_template":"/user_avatar/discuss.layer5.io/pratik_chandra_pal/{size}/2701_2.png","trust_level":1},{"id":969,"username":"Sudhanshu_Dasgupta","name":"Sudhanshu Dasgupta","avatar_template":"/user_avatar/discuss.layer5.io/sudhanshu_dasgupta/{size}/997_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"moderator":true,"trust_level":2},{"id":2943,"username":"JianMin.Tang","name":"JianMin Tang","avatar_template":"/letter_avatar_proxy/v4/letter/j/45deac/{size}.png","trust_level":1},{"id":2912,"username":"ashish111333","name":"ashish","avatar_template":"/user_avatar/discuss.layer5.io/ashish111333/{size}/2647_2.png","trust_level":1},{"id":117,"username":"theBeginner86","name":"Pranav Singh","avatar_template":"/user_avatar/discuss.layer5.io/thebeginner86/{size}/422_2.png","trust_level":2},{"id":2955,"username":"Guraasees_Singh","name":"Guraasees Singh Taneja","avatar_template":"/user_avatar/discuss.layer5.io/guraasees_singh/{size}/2691_2.png","trust_level":0},{"id":1581,"username":"ash-kamrip","name":"ash-kamrip","avatar_template":"/user_avatar/discuss.layer5.io/ash-kamrip/{size}/1472_2.png","trust_level":1},{"id":2869,"username":"Redarcher9","name":"Snehit","avatar_template":"/user_avatar/discuss.layer5.io/redarcher9/{size}/2594_2.png","trust_level":1},{"id":2871,"username":"Vidit_Kushwaha","name":"Vidit Kushwaha","avatar_template":"/user_avatar/discuss.layer5.io/vidit_kushwaha/{size}/2597_2.png","trust_level":0},{"id":2194,"username":"Kunyue.Xing","name":"Kunyue Xing","avatar_template":"/user_avatar/discuss.layer5.io/kunyue.xing/{size}/2670_2.png","trust_level":1},{"id":2633,"username":"Pratiksha.Sankhe","name":"Pratiksha Sankhe","avatar_template":"/user_avatar/discuss.layer5.io/pratiksha.sankhe/{size}/2386_2.png","trust_level":1},{"id":989,"username":"Santosh_Kumar_Doodala","name":"Santosh Kumar Doodala","avatar_template":"/user_avatar/discuss.layer5.io/santosh_kumar_doodala/{size}/943_2.png","trust_level":1},{"id":1270,"username":"Chhanda.Naskar","name":"Chhanda Naskar","avatar_template":"/user_avatar/discuss.layer5.io/chhanda.naskar/{size}/2661_2.png","trust_level":0},{"id":1521,"username":"csengineer23","name":"Roshan Goswami","avatar_template":"/user_avatar/discuss.layer5.io/csengineer23/{size}/1388_2.png","trust_level":1},{"id":2479,"username":"Senthil_Athiban","name":"Senthil Athiban","avatar_template":"/user_avatar/discuss.layer5.io/senthil_athiban/{size}/2269_2.png","trust_level":1},{"id":2875,"username":"Devesh","name":"Devesh","avatar_template":"/user_avatar/discuss.layer5.io/devesh/{size}/2600_2.png","trust_level":1},{"id":2896,"username":"anujagrawal","name":"Anuj Agrawal","avatar_template":"/user_avatar/discuss.layer5.io/anujagrawal/{size}/2620_2.png","trust_level":1},{"id":2579,"username":"Rudraksh_Tyagi","name":"Rudraksh Tyagi","avatar_template":"/user_avatar/discuss.layer5.io/rudraksh_tyagi/{size}/2364_2.png","trust_level":1},{"id":2890,"username":"Jerens_Lensun","name":"Jerens Lensun","avatar_template":"/user_avatar/discuss.layer5.io/jerens_lensun/{size}/2617_2.png","flair_name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_group_id":42,"trust_level":1},{"id":2902,"username":"hritesh94","name":"Hritesh Goldar","avatar_template":"/user_avatar/discuss.layer5.io/hritesh94/{size}/2629_2.png","trust_level":0},{"id":637,"username":"Annu.Singh","name":"","avatar_template":"/user_avatar/discuss.layer5.io/annu.singh/{size}/598_2.png","trust_level":1},{"id":1429,"username":"Loveyfin00","name":"loveth omokaro","avatar_template":"/user_avatar/discuss.layer5.io/loveyfin00/{size}/1304_2.png","trust_level":1},{"id":2885,"username":"Shridhar","name":"Shridhar","avatar_template":"/user_avatar/discuss.layer5.io/shridhar/{size}/2611_2.png","trust_level":1},{"id":2881,"username":"Shubh_Garg","name":"Shubh Garg","avatar_template":"/user_avatar/discuss.layer5.io/shubh_garg/{size}/2606_2.png","trust_level":0}],"primary_groups":[],"flair_groups":[{"id":42,"name":"Team","flair_url":"/uploads/default/original/2X/2/217d51a6a52fec6ed215c48ec60f366eb09c02da.png","flair_bg_color":"7FFFFFF","flair_color":""}],"topic_list":{"can_create_topic":false,"more_topics_url":"/tag/meshery?match_all_tags=true&page=1&tags%5B%5D=meshery","per_page":30,"top_tags":["meshery","community","meetings","layer5","doubt","websites","meshmate","mesheryctl","meshery-ui","meshmap","weekly-summary","ux","docs","newcomers","error","meshery-adapter","devops","kubernetes","sistent","models","reactjs","setup-issue","announcements","cicd","components","design-review","discussion","docker-desktop","help","maintainer","meshmodel"],"tags":[{"id":78,"name":"meshery","topic_count":370,"staff":false,"description":null}],"topics":[{"id":5867,"title":"I created an environment but it cannot be listed","fancy_title":"I created an environment but it cannot be listed","slug":"i-created-an-environment-but-it-cannot-be-listed","posts_count":4,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png","created_at":"2024-10-09T11:14:51.761Z","last_posted_at":"2024-10-20T05:29:07.758Z","bumped":true,"bumped_at":"2024-10-20T05:29:07.758Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1319,"height":94,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_1024x72.png"},{"max_width":800,"max_height":800,"width":800,"height":57,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_800x57.png"},{"max_width":600,"max_height":600,"width":600,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_600x42.png"},{"max_width":400,"max_height":400,"width":400,"height":28,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_400x28.png"},{"max_width":300,"max_height":300,"width":300,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_300x21.png"},{"max_width":200,"max_height":200,"width":200,"height":14,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/ae5785fc5dd7abf6cc22ee98e43720a512ae1b65_2_200x14.png"}],"tags":["meshery","mesheryctl"],"tags_descriptions":{},"views":15,"like_count":0,"has_summary":false,"last_poster_username":"Pranjal_Gupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2988,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5888,"title":"Explore Meshery's Published Relationship Design Examples","fancy_title":"Explore Meshery’s Published Relationship Design Examples","slug":"explore-mesherys-published-relationship-design-examples","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-14T16:33:38.193Z","last_posted_at":"2024-10-14T16:33:38.350Z","bumped":true,"bumped_at":"2024-10-18T13:20:05.906Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","kanvas"],"tags_descriptions":{},"views":25,"like_count":1,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42}]},{"id":5869,"title":"Meshery CLI Maintainer: Matthieu Evrin","fancy_title":"Meshery CLI Maintainer: Matthieu Evrin","slug":"meshery-cli-maintainer-matthieu-evrin","posts_count":6,"reply_count":0,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg","created_at":"2024-10-09T13:55:59.517Z","last_posted_at":"2024-10-15T09:23:25.567Z","bumped":true,"bumped_at":"2024-10-15T09:23:25.567Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2432,"height":2432,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":1024,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_1024x1024.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":800,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_800x800.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":600,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_600x600.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":400,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_400x400.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":300,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_300x300.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":200,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/ea9cef474ec212be6fa9c74cd3e2cb02e9bacd71_2_200x200.jpeg"}],"tags":["meshery","community","maintainer"],"tags_descriptions":{},"views":56,"like_count":18,"has_summary":false,"last_poster_username":"Sylan","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":2901,"primary_group_id":null,"flair_group_id":null}]},{"id":5874,"title":"Fatal: repository 'https://github.com/mitchellh/osext/' not found","fancy_title":"Fatal: repository ‘https://github.com/mitchellh/osext/’ not found","slug":"fatal-repository-https-github.aaakk.us.kg-mitchellh-osext-not-found","posts_count":5,"reply_count":4,"highest_post_number":6,"image_url":null,"created_at":"2024-10-11T02:10:02.778Z","last_posted_at":"2024-10-14T03:23:02.287Z","bumped":true,"bumped_at":"2024-10-14T03:23:02.287Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"weilirs","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":2596,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5788,"title":"How to connect sistent to meshery locally?","fancy_title":"How to connect sistent to meshery locally?","slug":"how-to-connect-sistent-to-meshery-locally","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-09-27T14:27:32.438Z","last_posted_at":"2024-10-08T22:19:35.252Z","bumped":true,"bumped_at":"2024-10-09T19:49:58.576Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":22,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5393,"title":"Meshery Build and Release Meeting | June 27th 2024","fancy_title":"Meshery Build and Release Meeting | June 27th 2024","slug":"meshery-build-and-release-meeting-june-27th-2024","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":null,"created_at":"2024-06-27T14:43:51.432Z","last_posted_at":"2024-10-09T15:22:09.275Z","bumped":true,"bumped_at":"2024-10-09T15:22:09.275Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":37,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":826,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5860,"title":"Make ui build issue","fancy_title":"Make ui build issue","slug":"make-ui-build-issue","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-10-08T22:03:27.178Z","last_posted_at":"2024-10-08T22:03:27.304Z","bumped":true,"bumped_at":"2024-10-08T22:03:27.304Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":5,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5777,"title":"Problem with ruby installation on Linux","fancy_title":"Problem with ruby installation on Linux","slug":"problem-with-ruby-installation-on-linux","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-25T11:44:32.264Z","last_posted_at":"2024-10-03T05:27:07.717Z","bumped":true,"bumped_at":"2024-10-03T05:27:07.717Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":19,"like_count":1,"has_summary":false,"last_poster_username":"Pratik_Chandra_Pal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2962,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5806,"title":"`mesheryctl system start` errors","fancy_title":"`mesheryctl system start` errors","slug":"mesheryctl-system-start-errors","posts_count":7,"reply_count":5,"highest_post_number":7,"image_url":null,"created_at":"2024-09-30T05:34:01.280Z","last_posted_at":"2024-10-01T07:42:33.328Z","bumped":true,"bumped_at":"2024-10-01T07:42:33.328Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":27,"like_count":4,"has_summary":false,"last_poster_username":"weilirs","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2969,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2596,"primary_group_id":null,"flair_group_id":null}]},{"id":5785,"title":"Hacktoberfest Prep 2024: Extending Meshery Models","fancy_title":"Hacktoberfest Prep 2024: Extending Meshery Models","slug":"hacktoberfest-prep-2024-extending-meshery-models","posts_count":2,"reply_count":0,"highest_post_number":2,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg","created_at":"2024-09-27T03:57:20.817Z","last_posted_at":"2024-09-27T03:59:34.385Z","bumped":true,"bumped_at":"2024-09-27T03:57:20.967Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":3856,"height":2176,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":577,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_1024x577.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":451,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_800x451.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":338,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_600x338.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":225,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_400x225.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":169,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_300x169.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":112,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/fb0d91678fe4d1537ce419e41efbdea7b9894ff0_2_200x112.jpeg"}],"tags":["meshery","community","meetings","layer5","hacktoberfest"],"tags_descriptions":{"meetings":""},"views":28,"like_count":1,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":9,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":5728,"title":"Problem on meshery-cli setup with minikube","fancy_title":"Problem on meshery-cli setup with minikube","slug":"problem-on-meshery-cli-setup-with-minikube","posts_count":7,"reply_count":4,"highest_post_number":7,"image_url":null,"created_at":"2024-09-09T10:06:09.151Z","last_posted_at":"2024-09-25T15:58:24.330Z","bumped":true,"bumped_at":"2024-09-25T15:58:24.330Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":45,"like_count":0,"has_summary":false,"last_poster_username":"theBeginner86","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2912,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":117,"primary_group_id":null,"flair_group_id":null}]},{"id":5758,"title":"What's the deadline for applying to meshery mentorship program through the linux foundation portal","fancy_title":"What’s the deadline for applying to meshery mentorship program through the linux foundation portal","slug":"whats-the-deadline-for-applying-to-meshery-mentorship-program-through-the-linux-foundation-portal","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-15T21:25:49.593Z","last_posted_at":"2024-09-15T21:25:49.749Z","bumped":true,"bumped_at":"2024-09-15T21:25:49.749Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":23,"like_count":0,"has_summary":false,"last_poster_username":"Guraasees_Singh","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2955,"primary_group_id":null,"flair_group_id":null}]},{"id":2928,"title":"Newcomers call experience and Star Meshery","fancy_title":"Newcomers call experience and Star Meshery","slug":"newcomers-call-experience-and-star-meshery","posts_count":15,"reply_count":6,"highest_post_number":15,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png","created_at":"2023-06-22T12:52:08.145Z","last_posted_at":"2024-09-12T20:04:17.812Z","bumped":true,"bumped_at":"2024-09-12T20:04:17.812Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":285,"height":104,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72.png"},{"max_width":200,"max_height":200,"width":200,"height":72,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f476bab5e84edfdfa15dedef0ec4b49d95a9fa72_2_200x72.png"}],"tags":["meshery","meetings","doubt"],"tags_descriptions":{"meetings":""},"views":891,"like_count":24,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1581,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2869,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2871,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5734,"title":"Debug Problem in meshery server","fancy_title":"Debug Problem in meshery server","slug":"debug-problem-in-meshery-server","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-09-12T00:39:06.286Z","last_posted_at":"2024-09-12T00:39:06.456Z","bumped":true,"bumped_at":"2024-09-12T00:39:06.456Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","doubt"],"tags_descriptions":{},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"JianMin.Tang","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2943,"primary_group_id":null,"flair_group_id":null}]},{"id":5708,"title":"Which projects (github repos) are included in Layer5.io internships","fancy_title":"Which projects (github repos) are included in Layer5.io internships","slug":"which-projects-github-repos-are-included-in-layer5-io-internships","posts_count":3,"reply_count":1,"highest_post_number":3,"image_url":null,"created_at":"2024-09-05T08:03:21.554Z","last_posted_at":"2024-09-05T19:01:04.809Z","bumped":true,"bumped_at":"2024-09-05T19:01:04.809Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":39,"like_count":3,"has_summary":false,"last_poster_username":"Kunyue.Xing","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2194,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster, Accepted Answer","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":4947,"title":"Help needed for setup of meshery cli","fancy_title":"Help needed for setup of meshery cli","slug":"help-needed-for-setup-of-meshery-cli","posts_count":5,"reply_count":3,"highest_post_number":5,"image_url":null,"created_at":"2024-04-16T05:38:33.730Z","last_posted_at":"2024-08-31T15:47:19.660Z","bumped":true,"bumped_at":"2024-08-31T15:47:19.660Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":137,"like_count":1,"has_summary":false,"last_poster_username":"Lee","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2633,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":989,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5631,"title":"Meshery UI local changes is not reflecting in localhost","fancy_title":"Meshery UI local changes is not reflecting in localhost","slug":"meshery-ui-local-changes-is-not-reflecting-in-localhost","posts_count":3,"reply_count":0,"highest_post_number":3,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png","created_at":"2024-08-25T16:25:31.375Z","last_posted_at":"2024-08-28T05:19:50.710Z","bumped":true,"bumped_at":"2024-08-28T05:19:50.710Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":2878,"height":1800,"url":"https://discuss.layer5.io/uploads/default/original/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":640,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_1024x640.png"},{"max_width":800,"max_height":800,"width":800,"height":500,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_800x500.png"},{"max_width":600,"max_height":600,"width":600,"height":375,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_600x375.png"},{"max_width":400,"max_height":400,"width":400,"height":250,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_400x250.png"},{"max_width":300,"max_height":300,"width":300,"height":187,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_300x187.png"},{"max_width":200,"max_height":200,"width":200,"height":125,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/c/c3d638be32dfa75ebc07b22492f63bc843e44312_2_200x125.png"}],"tags":["meshery","community","layer5"],"tags_descriptions":{},"views":34,"like_count":0,"has_summary":false,"last_poster_username":"Sudhanshu_Dasgupta","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":1270,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42}]},{"id":4463,"title":"I am facing following issue in my local setup","fancy_title":"I am facing following issue in my local setup","slug":"i-am-facing-following-issue-in-my-local-setup","posts_count":3,"reply_count":0,"highest_post_number":4,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png","created_at":"2024-01-09T05:04:59.837Z","last_posted_at":"2024-08-20T18:47:43.462Z","bumped":true,"bumped_at":"2024-08-20T18:47:43.462Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1917,"height":1021,"url":"https://discuss.layer5.io/uploads/default/original/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":545,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_1024x545.png"},{"max_width":800,"max_height":800,"width":800,"height":426,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_800x426.png"},{"max_width":600,"max_height":600,"width":600,"height":319,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_600x319.png"},{"max_width":400,"max_height":400,"width":400,"height":213,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_400x213.png"},{"max_width":300,"max_height":300,"width":300,"height":159,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_300x159.png"},{"max_width":200,"max_height":200,"width":200,"height":106,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/a/a8e15a47770a54e98c88709baed0854f83c56cf5_2_200x106.png"}],"tags":["meshery"],"tags_descriptions":{},"views":202,"like_count":0,"has_summary":false,"last_poster_username":"Senthil_Athiban","category_id":7,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":1521,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2479,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5574,"title":"Meshery Development Meeting (Aug. 14th, 2024)","fancy_title":"Meshery Development Meeting (Aug. 14th, 2024)","slug":"meshery-development-meeting-aug-14th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-14T17:01:17.992Z","last_posted_at":"2024-08-14T17:01:18.131Z","bumped":true,"bumped_at":"2024-08-14T17:01:18.131Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":12,"like_count":0,"has_summary":false,"last_poster_username":"vishalvivekm","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":975,"primary_group_id":null,"flair_group_id":42}]},{"id":5547,"title":"Meshery containers are not stopping properly","fancy_title":"Meshery containers are not stopping properly","slug":"meshery-containers-are-not-stopping-properly","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png","created_at":"2024-08-11T02:28:37.824Z","last_posted_at":"2024-08-11T02:28:37.970Z","bumped":true,"bumped_at":"2024-08-11T02:28:37.970Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1521,"height":163,"url":"https://discuss.layer5.io/uploads/default/original/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":109,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_1024x109.png"},{"max_width":800,"max_height":800,"width":800,"height":85,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_800x85.png"},{"max_width":600,"max_height":600,"width":600,"height":64,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_600x64.png"},{"max_width":400,"max_height":400,"width":400,"height":42,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_400x42.png"},{"max_width":300,"max_height":300,"width":300,"height":32,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_300x32.png"},{"max_width":200,"max_height":200,"width":200,"height":21,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/5/5c20c9e3e7ca14541897282a15f484772e14331f_2_200x21.png"}],"tags":["meshery"],"tags_descriptions":{},"views":11,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":5495,"title":"Unable to run Meshery locally","fancy_title":"Unable to run Meshery locally","slug":"unable-to-run-meshery-locally","posts_count":15,"reply_count":10,"highest_post_number":16,"image_url":null,"created_at":"2024-08-04T17:02:05.687Z","last_posted_at":"2024-08-10T05:19:52.279Z","bumped":true,"bumped_at":"2024-08-10T05:19:52.279Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery"],"tags_descriptions":{},"views":138,"like_count":3,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2579,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42}]},{"id":5498,"title":"How to setup e2e testing environment with playwright and docker for Meshery","fancy_title":"How to setup e2e testing environment with playwright and docker for Meshery","slug":"how-to-setup-e2e-testing-environment-with-playwright-and-docker-for-meshery","posts_count":5,"reply_count":2,"highest_post_number":6,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg","created_at":"2024-08-04T17:39:23.255Z","last_posted_at":"2024-08-10T04:39:03.552Z","bumped":true,"bumped_at":"2024-08-10T04:39:03.552Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1190,"height":581,"url":"https://discuss.layer5.io/uploads/default/original/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19.jpeg"},{"max_width":1024,"max_height":1024,"width":1024,"height":499,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_1024x499.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":390,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_800x390.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":292,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_600x292.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":195,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_400x195.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":146,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_300x146.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":97,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/f/f80dcffcff050e5d4fa57cd28d85b174d0d65a19_2_200x97.jpeg"}],"tags":["meshery","testing"],"tags_descriptions":{},"views":212,"like_count":8,"has_summary":false,"last_poster_username":"anujagrawal","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2890,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":"latest","description":"Most Recent Poster","user_id":2896,"primary_group_id":null,"flair_group_id":null}]},{"id":5540,"title":"Help needed to setup Meshery locally","fancy_title":"Help needed to setup Meshery locally","slug":"help-needed-to-setup-meshery-locally","posts_count":9,"reply_count":2,"highest_post_number":9,"image_url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg","created_at":"2024-08-09T06:40:26.319Z","last_posted_at":"2024-08-09T12:03:43.734Z","bumped":true,"bumped_at":"2024-08-09T12:03:43.734Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":856,"height":659,"url":"https://discuss.layer5.io/uploads/default/original/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c.jpeg"},{"max_width":800,"max_height":800,"width":800,"height":615,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_800x615.jpeg"},{"max_width":600,"max_height":600,"width":600,"height":461,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_600x461.jpeg"},{"max_width":400,"max_height":400,"width":400,"height":307,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_400x307.jpeg"},{"max_width":300,"max_height":300,"width":300,"height":230,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_300x230.jpeg"},{"max_width":200,"max_height":200,"width":200,"height":153,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/e/e9619cfc50c5ddbcde46ed90911e87d103499a7c_2_200x153.jpeg"}],"tags":["meshery","meshmate","mesheryctl","meshery-ui"],"tags_descriptions":{},"views":73,"like_count":1,"has_summary":false,"last_poster_username":"hritesh94","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":"latest","description":"Original Poster, Most Recent Poster, Accepted Answer","user_id":2902,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":969,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42}]},{"id":5525,"title":"Trying to build server on meshery is failing","fancy_title":"Trying to build server on meshery is failing","slug":"trying-to-build-server-on-meshery-is-failing","posts_count":7,"reply_count":2,"highest_post_number":7,"image_url":null,"created_at":"2024-08-07T15:06:32.288Z","last_posted_at":"2024-08-08T20:53:30.351Z","bumped":true,"bumped_at":"2024-08-08T20:53:30.351Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","community"],"tags_descriptions":{},"views":39,"like_count":0,"has_summary":false,"last_poster_username":"Yash_Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":621,"primary_group_id":null,"flair_group_id":null}]},{"id":5533,"title":"Meshery Build And Release Meeting | Aug 8th 2024","fancy_title":"Meshery Build And Release Meeting | Aug 8th 2024","slug":"meshery-build-and-release-meeting-aug-8th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-08T15:03:59.357Z","last_posted_at":"2024-08-08T15:03:59.480Z","bumped":true,"bumped_at":"2024-08-08T15:03:59.480Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":9,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5526,"title":"Meshery Development Meeting | Aug 7th 2024","fancy_title":"Meshery Development Meeting | Aug 7th 2024","slug":"meshery-development-meeting-aug-7th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-08-07T15:25:28.642Z","last_posted_at":"2024-08-07T15:25:28.782Z","bumped":true,"bumped_at":"2024-08-07T15:25:28.782Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":6,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5482,"title":"Unable to access meshery server after meshery server status is running","fancy_title":"Unable to access meshery server after meshery server status is running","slug":"unable-to-access-meshery-server-after-meshery-server-status-is-running","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png","created_at":"2024-07-31T16:23:18.355Z","last_posted_at":"2024-07-31T16:23:18.468Z","bumped":true,"bumped_at":"2024-07-31T16:25:13.548Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1551,"height":948,"url":"https://discuss.layer5.io/uploads/default/original/2X/6/694ca1223ff76435fcb38a967512aac419c978fb.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":625,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_1024x625.png"},{"max_width":800,"max_height":800,"width":800,"height":488,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_800x488.png"},{"max_width":600,"max_height":600,"width":600,"height":366,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_600x366.png"},{"max_width":400,"max_height":400,"width":400,"height":244,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_400x244.png"},{"max_width":300,"max_height":300,"width":300,"height":183,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_300x183.png"},{"max_width":200,"max_height":200,"width":200,"height":122,"url":"https://discuss.layer5.io/uploads/default/optimized/2X/6/694ca1223ff76435fcb38a967512aac419c978fb_2_200x122.png"}],"tags":["meshery","community","doubt"],"tags_descriptions":{},"views":16,"like_count":0,"has_summary":false,"last_poster_username":"Devesh","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":2875,"primary_group_id":null,"flair_group_id":null}]},{"id":1822,"title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","fancy_title":"Successfully setup cloud based developer environment to contribute to Meshery using GitHub Codespaces","slug":"successfully-setup-cloud-based-developer-environment-to-contribute-to-meshery-using-github-codespaces","posts_count":8,"reply_count":2,"highest_post_number":8,"image_url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png","created_at":"2023-01-13T12:34:36.693Z","last_posted_at":"2024-07-31T09:24:40.972Z","bumped":true,"bumped_at":"2024-07-31T09:24:40.972Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1901,"height":933,"url":"https://discuss.layer5.io/uploads/default/original/1X/3fa8544f6efd1f870e43227758d93d44d6238555.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":502,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_1024x502.png"},{"max_width":800,"max_height":800,"width":800,"height":392,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_800x392.png"},{"max_width":600,"max_height":600,"width":600,"height":294,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_600x294.png"},{"max_width":400,"max_height":400,"width":400,"height":196,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_400x196.png"},{"max_width":300,"max_height":300,"width":300,"height":147,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_300x147.png"},{"max_width":200,"max_height":200,"width":200,"height":98,"url":"https://discuss.layer5.io/uploads/default/optimized/1X/3fa8544f6efd1f870e43227758d93d44d6238555_2_200x98.png"}],"tags":["meshery"],"tags_descriptions":{},"views":788,"like_count":12,"has_summary":false,"last_poster_username":"Awani_Alero","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":true,"posters":[{"extras":null,"description":"Original Poster","user_id":637,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster, Accepted Answer","user_id":2853,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":3,"primary_group_id":null,"flair_group_id":42},{"extras":null,"description":"Frequent Poster","user_id":1429,"primary_group_id":null,"flair_group_id":null},{"extras":null,"description":"Frequent Poster","user_id":2885,"primary_group_id":null,"flair_group_id":null}]},{"id":5456,"title":"Looking for a Meshmate for LFX","fancy_title":"Looking for a Meshmate for LFX","slug":"looking-for-a-meshmate-for-lfx","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2024-07-20T11:59:44.367Z","last_posted_at":"2024-07-24T17:57:39.268Z","bumped":true,"bumped_at":"2024-07-24T17:57:39.268Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","layer5"],"tags_descriptions":{},"views":44,"like_count":0,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":12,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":null,"description":"Original Poster","user_id":2881,"primary_group_id":null,"flair_group_id":null},{"extras":"latest","description":"Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]},{"id":5448,"title":"Meshery Development Meeting | July 17th 2024","fancy_title":"Meshery Development Meeting | July 17th 2024","slug":"meshery-development-meeting-july-17th-2024","posts_count":1,"reply_count":0,"highest_post_number":1,"image_url":null,"created_at":"2024-07-17T18:12:09.452Z","last_posted_at":"2024-07-17T18:12:09.630Z","bumped":true,"bumped_at":"2024-07-17T18:12:09.630Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":["meshery","meetings"],"tags_descriptions":{"meetings":""},"views":15,"like_count":1,"has_summary":false,"last_poster_username":"Yash.Sharma","category_id":5,"pinned_globally":false,"featured_link":null,"has_accepted_answer":false,"posters":[{"extras":"latest single","description":"Original Poster, Most Recent Poster","user_id":826,"primary_group_id":null,"flair_group_id":null}]}]}} \ No newline at end of file