-
I had four reasons for choosing flat makefiles:
1. I wanted libui to not have any extra dependencies (GNU make on Windows was already pushing it, but nmake is just way too primitive).
2. I wanted to e…
-
***
### Daily status - 2022 January
This is the daily status thread for 2022 January. Daily status posts will be put daily (or when I get to it) below this post.
I have really been fallin…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode:
* Followed all applicable steps in the de…
-
***
### Daily status - 2021 October
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last m…
-
***
### Daily status - 2021 December
This is the daily status thread for 2021 December. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last…
-
Hi,
two small issues on Windows with gcc (gcc version 6.3.0 (GCC)). Both report missing headers which are typically not found on windows. I haven't looked at the implementation but I guess it is po…
-
***
### Daily status - 2021 November
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last …
-
***
### Daily status - 2021 September
This is the daily status thread for 2021 September. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see la…
-
## Issue Description ##
Making the default `dotnet new console` project throws everything as an error, but running the project works fine.
## Steps to Reproduce ##
run `dotnet new console`
run `…
-
If I make a mistake in Java, I'm told ahead of time by the IDE that e.g. the method name I typed doesn't exist, or those data types are incompatible. This works in Python, too. Is there a way to do th…