58,393 questions
0
votes
0
answers
17
views
How to add own pathfinder in GitHub PathFinding.js repository?
I have forked PathFinding.js and have added the IDDFS pathfinder. (It is based on this Java implementation.)
I followed some arbitrary guidelines and made it visible in the visual/index.html, yet it ...
-1
votes
0
answers
24
views
Missing image comparison tools and preview switcher
I'm encountering a problem with the image/code diff viewer interface. The expected tools and views are not available, which significantly impacts usability and review workflows.
Problems observed:
...
-1
votes
0
answers
24
views
I can't open a specific branch on GitHub because there are too many files in the root folder
I have a GitHub project that I use to test certain integrations and pages in the product my company develops for speed and usability. One of the branches of this project has over 600,000 files in the ...
1
vote
1
answer
24
views
podman build from private repository with ssh
I would like to build an image directly from a private gitlab repository without cloning the this repository first. I found out that this is possible with:
podman build -t mytag https://gitlab.example....
-1
votes
0
answers
24
views
Is it safe to speed up monorepo builds on GitHub Actions with Nx Cache?
I'm working on a project with a monorepo structure, using Lerna for package management and Nx for build caching to improve performance. While Nx's caching works well for local builds, the build step ...
0
votes
0
answers
10
views
Github Copilot Version/ Model choice selection. Can not find how to change the default selection setting for every time
HELLO Coders and Github Users!
Recently I am using github copilot to generate tasks for me. For the code I usually use claude by selection on the copilot. But here is an issue, whenever I refresh or ...
-4
votes
0
answers
31
views
I'm a beginner who doesn't know anything about coding, so I'm asking because I got blocked while making it through GPT [closed]
I'm setting up a zalo canine page when I click the link.
Currently, I created a link through a site called github, and when I click on Android, Zalo is automatically connected
The iPhone is trying to ...
-1
votes
0
answers
65
views
Make pre-commit work to check the commit message on GitHub
I am wondering how I can make a commit message pre-commit hook work in both locally and on GitHub using pre-commit.
We use pre-commit in two projects I am involved in to locally check that the commit ...
0
votes
0
answers
16
views
How to only trigger a redeploy when there are changes in a specific folder on Vercel
I'm using Vercel to build a static web page for one of my coding projects. It's linked up to my GitHub repo, so it's automatically rebuilding every time I push any changes to my repo. Since my project ...
-7
votes
0
answers
30
views
having issue in adding one file named .\tempCodeRunnerFile.py [closed]
tempCodeRunnerFile.py : The term 'tempCodeRunnerFile.py' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was ...
-4
votes
0
answers
53
views
Does GitHub creates a demo-repository automatically? [closed]
Does GitHub make a "demo-repository" in the Organization?
I've never created the repo and do any commits, but we see the new repo called "demo-repository" with some "initial ...
1
vote
2
answers
31
views
Unity WebGL Build too large for GitHub Pages and Cloudflare Pages – Alternative hosting options?
At start I wants to highlight I'm new to Unity, but I've experience in .NET development (mostly ASP .NET Core, but also some Blazor) and some basic DevOps knowledge.
I'm trying to host a Unity WebGL ...
-3
votes
0
answers
19
views
Settings has invalid type exected"object" . Fix in json [closed]
whenever i try to open my file on live server i need to give its directory all the time . It is showing all the folders available on window like [in browser][1] [1]: https://i.sstatic.net/5wi1BsHO.png
...
2
votes
0
answers
19
views
Get `gh pr list` to output all fields as JSON
I would like to get the Github CLI to give me JSON output including all JSON fields (I find it easier to see what's available and useful by quickly checking example output rather than deciphering ...
0
votes
0
answers
23
views
How to use Github nested worflows for more than 2 levels
trigger.yml:
name: Trigger workflow
on:
push:
branches:
- '**'
jobs:
parse_and_call:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
...