-
# Trending repositories for C#
1. [**Unity-Technologies / megacity-metro**](https://github.com/Unity-Technologies/megacity-metro)
__Megacity-Metro: a thrilling shooter game, using…
-
The nature of the C# driver means that it needs to see all csc invocations for a build. Today that is achieved by [disabling shared compilation][shared] during build. That unfortunately creates a sign…
-
PHPUnit 10 has recently been released and it includes improvements to the testing framework along with a new Event system. Unfortunately, it also brings along a breaking change that causes this librar…
-
## Affected Version
Tested on Branch 4.6
## Description
It will be hugely beneficial to fix all the linting errors in framework because that means that all other modules will have significant…
-
Hey @sep2, Thanks for making immer-yjs!
I have been thinking about making something similar and I am glad someone is already doing that :) (in my ideal world, one could even swap yjs with fluid fra…
-
## Affected Version
SS 4.1, possibly earlier
## Description
If an invalid extension (e.g. ".css") is added to a valid URL (e.g. /about-us) a 404 response should be returned. Instead a 200 res…
jonom updated
6 years ago
-
Hi All - I'm raising this issue in regards to some of the JVM tests I've seen. It's going to be impossible to gain a true benchmark comparison of the JVM frameworks if arbitrarily many JVM flags are a…
-
# nodejs awesome
## outline
- [sindresorhus/awesome-nodejs](#issuecomment-2371244039)
- [zerolab-fe/awesome-nodejs](#issuecomment-2371245848)
- [AST](#issuecomment-2382593846)
## Course
- …
-
Hey Ryan,
First off, Forem is awesome! I have been using it on my site for a couple of years:
https://prototyperobotics.com/forums
I am in the process of upgrading to Rails 4 so I updated to the rai…
-
### Clear and concise description of the problem
Since a generally accepted good practice* is to put unit tests next to the code they test, and e2e tests in a separate folder, excluding such a folder…