58,093 questions
Score of 0
0 answers
30 views
False alignment rendering in GitHub
I have the following Markdown file in my GitHub repo in which I use the aligned environment in a math block:
# Test
Trying to understand a MathJax rendering error
$$
\begin{aligned}
x &= 5\\
y + ...
Score of 0
0 answers
105 views
GitHub Regressions: Private dataset to GitHub [closed]
I am designing a CI workflow that require access to a private dataset that cannot be stored in the GitHub repository or downloaded by a GitHub-hosted runner.
Connection desired design: GitHub PR → ...
Score of -3
0 answers
146 views
GitHub commit page only renders 2–3 changed files or none, but git show and .patch contains the full diff [closed]
I'm seeing a strange issue with GitHub's commit viewer. On the GitHub commit page, the left sidebar correctly lists the changed files, but the diff panel only renders a few files (sometimes 2–3) or is ...
Advice
2
votes
0
replies
74
views
How do i get to use the new winforms code after a merged change request
I have reported a bug in github concerning the winforms (net core) framework. Someone seems to have fixed this bug and wants to merge the pull request. So after that has been done - how do i get to ...
Score of 0
0 answers
42 views
Why isn't $badrule working with the domain= option?
Let's say I have a faulty uBlock Origin filter which blocks all .com domains.
||*.com^
I can use $badfilter to disable that rule.
||*.com^
||*.com^$badfilter
uBlock Origin's documentation mentions ...
Score of 2
0 answers
59 views
Next.js OAuth route returns 307 redirects and eventually 404 after disabling development auth mode
I'm working on a Next.js application that supports two authentication modes:
Development mode (NEXT_PUBLIC_DEV_MODE=true) which bypasses GitHub OAuth and logs in a mock user.
Production mode (...
Advice
0
votes
2
replies
66
views
GitHub changes .zip file in release, hash and DLL is different?
I have a GitHub project CSV Lint which is a plugin created in C# for Notepad++. I'd added all the commits, created a new release and uploaded the .zip for x64 and x86 as usual with the release 0.4.8.
...
Score of 0
1 answer
82 views
Restore GitHub immutable release
I originally created a release with tag v1.0.0 while immutable releases were enabled.
Later, I discovered an issue and decided to rebuild and re-release the same version. To do this, I deleted the ...
Score of -2
1 answer
94 views
How do I close a GitHub issue as "Not planned"?
I encountered a GitHub issue that has the status "Closed as not planned" instead of the usual "Closed". Up until now I've been using tags to specify issues as not planned, but I'd ...
Tooling
2
votes
3
replies
84
views
Working with Git Commands for Source Code Management
i have initialized with "git init" but now i want to undo , what i can do for this ? Is the no. of commands are less ? Can you list them all ? if possible give some tips and tricks to ...
Tooling
1
vote
2
replies
130
views
Is there arm-neon-optimization skill?
I want to find some useful arm-neon-intrinsics-optimization skills to accelerate C++ code. I searched in GitHub, but I didn't find anything. This is a common skill. In which path can I find the skills?...
Advice
0
votes
5
replies
144
views
How to learn the gits command lines
Is there any sites to show me all gits command lines that I can used in my repository and briefly explain about each gits command ? I want to work with git to improve my projects and develope it .
And ...
Advice
0
votes
1
replies
90
views
Does VSCode github copilot charge extra for use of Semantic Indexing
Currently Semantic Indexing is turned off by default in VS Code Github Copilot for Enterprise licenses. I could not find any documentation regarding pricing impact if it is enabled. Would it cost ...
Advice
1
vote
3
replies
80
views
How do I look into https://raw.githubusercontent.com/python-visualization/folium/master/examples/data to see available data?
I am learning how to create maps using python and a lot of the examples I learn from use
https://raw.githubusercontent.com/python-visualization/folium/master/examples/data
as an example dataset. ...
Advice
1
vote
5
replies
143
views
GitHub "You have used 90% of the Actions minutes..."
I received various emails regarding "failed runs" and using up all of my "actions minutes". I have no clue what these even are, and I am sure I've never set up any automated ...