Skip to main content
Aaron Franke's user avatar
Aaron Franke's user avatar
Aaron Franke's user avatar
Aaron Franke
Enthusiast
  • Member for 9 years, 6 months
  • Last seen this week
39 votes
1 answer
8k views

What is GitHub's public GPG key?

37 votes
4 answers
32k views

Mathematically producing sphere-shaped hexagonal grid

34 votes
2 answers
11k views

What does the [Intrinsic] attribute in C# do?

26 votes
2 answers
34k views

git am: Patch format detection failed

24 votes
2 answers
15k views

Is there a way to set up a shortcut to call Build Tasks in VS Code?

20 votes
2 answers
4k views

Is it possible to hide Force Push actions in a pull request on GitHub?

15 votes
1 answer
3k views

Why is the "dialog" element disabled by default in Firefox?

10 votes
3 answers
3k views

Running a GUI application on a CI service without X11

9 votes
2 answers
3k views

What formatting tools are available for GLSL?

8 votes
1 answer
11k views

How do I add a path in the home directory in GitHub Actions CI?

6 votes
2 answers
3k views

Visual Studio creates empty TargetFrameworkProfile in csproj when changing .NET versions

6 votes
2 answers
8k views

Is Python available for Windows on ARM?

6 votes
1 answer
11k views

GCC misleading indentation warning is disabled from this point onwards?

5 votes
1 answer
2k views

ESLint: Unexpected property "indent" in eslintrc

5 votes
4 answers
465 views

Arrays.sort() removes many items from my array

5 votes
0 answers
158 views

How can I find math operations that would be optimized by `-ffast-math`?

4 votes
2 answers
2k views

Trigger AHK script based on the position of the mouse

4 votes
1 answer
265 views

Is there a reason to subtract zero from a number in Python?

3 votes
1 answer
131 views

Is there a way to grab code from a PR with a deleted branch on GitHub?

3 votes
1 answer
4k views

How do I use optimist in Ruby?

3 votes
2 answers
2k views

How do I format a single digit month in C# date formatting?

3 votes
2 answers
549 views

C++ union struct with struct member works on Clang and MSVC but not GCC

3 votes
2 answers
2k views

Is it possible to natively compile ARM Windows C++ software on an ARM Windows host?

2 votes
1 answer
954 views

How do I find out where the size of the final executable comes from in C++?

2 votes
4 answers
233 views

How can I ensure a line of PowerShell does not break the script on failure?

2 votes
1 answer
967 views

Is it possible to make an IL project in .NET Core?

2 votes
3 answers
740 views

On GitHub, is it possible to deny a push based on the title of the commits?

2 votes
1 answer
1k views

How do I use System.Numerics in Mono C# in MonoDevelop?

2 votes
1 answer
545 views

Implicit not operator (!) with enums explanation?

2 votes
1 answer
657 views

Is there a function for integer fmod in C++?