ddev saying “ngrok not found in path, please install it” when trying to share my wordpress project

Summary The issue at hand is that ddev is unable to find ngrok in the system’s PATH, despite ngrok being installed and the PATH environment variable being updated. This prevents the user from sharing their local WordPress project using ddev share. Root Cause The root cause of this issue can be attributed to several factors, … Read more

Is there an API in Forge to fetch JSM customers filtered by customer details (with sorting & pagination)

Summary The question revolves around the availability of an API in Forge for Jira Service Management (JSM) that can fetch customers filtered by customer details with support for sorting and pagination. The goal is to retrieve space customers based on profile fields, custom attributes, status, etc., and sort them accordingly. Root Cause The root cause … Read more

Orval sometimes gets 403 in GitHub Actions when fetching Swagger URL (works locally)

Summary The issue at hand involves Orval, a Swagger client generator for TypeScript, encountering intermittent 403 Forbidden errors when fetching a Swagger JSON file in a GitHub Actions workflow. This issue does not occur when running the same process locally, suggesting an environment-specific problem. The randomness of the failure, with success often achieved after re-running … Read more

Clarification of Education Is Needed

Summary The situation involves a friend facing rejection in multiple interview processes due to his educational background, specifically the 10 + 3 years + correspondence degree format, which does not meet the 15 years of full-time education requirement of several MNCs. Despite having over 5 years of solid industry experience, strong technical skills, and a … Read more

How do you generate large-scale NL→SPARQL datasets for fine-tuning? Need 5000 examples

Summary Generating large-scale NL→SPARQL datasets for fine-tuning requires a strategic approach to balance quality and quantity. The goal is to create around 5000 question-query pairs, which can be achieved through a combination of human-written examples, programmatic expansion, and potentially LLMs (Large Language Models) for synthetic pair generation. Root Cause The root cause of the challenge … Read more

Publicly shared slideshows with notes other than slides.com

Summary The problem at hand is sharing presentations created in Google Slides, including detailed presenter notes, in a publicly viewable format without allowing edits. The goal is to find an alternative to slides.com that supports PPTX/Google Slides format. Root Cause The root cause of this issue is: Incompatibility between Google Slides and slides.com: slides.com uses … Read more

Docker fails to pull image from GHCR on AWS EC2: failed to resolve reference / timeout on https://ghcr.io/v2/

Summary The issue at hand is Docker failing to pull an image from GitHub Container Registry (GHCR) on an AWS EC2 instance. The error message indicates a timeout when attempting to access the GHCR URL. Despite successful DNS resolution, HTTPS connectivity to GHCR appears to be the point of failure. Root Cause The root cause … Read more