-
I have a project with a structure like so,
```
project/
a/
package.json
b/
package.json
package.json
```
So our sub directories can have projects which have independent versions.
Is i…
dijs updated
6 months ago
-
I'm the author of [ConEmu](https://github.com/Maximus5/ConEmu) - alternative terminal for Windows. My users have created the issue Maximus5/ConEmu#629. When bash is started in ConEmu console, it total…
-
For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is:
```
// See https://aka.ms/new-console-template for more information
C…
-
It seems like a simple improvement to provide a core option for the games that have the ability to use the new CD soundtracks. The option would toggle between original music and the samples.
This s…
-
[Moved from twinbasic/twinbasic#806 into its own issue - bclothier]
Just a side note - it might just be me, but I find all the [ ] stuff in code very distracting. This is probably better as a new d…
-
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
Note that the term _technical debt_ is used loosely here to mean "accumulated broken behavior that can't be fixed without breaking backward-compatibility"; strictly speaking the term has a different, …
-
**Issue**
WSL2 on the same system (laptop) as other hyper-V systems and vswitches. Not able to reach other hyper-v systems from within WSL2 like I am from the host command prompt. This boils down t…
-
I've noticed that cosmopolitan supports the creation of gui applications on windows.
I'm curious on your thoughts on how you'd go about extending this to the remaining platforms.
I'd be happy to mak…