Matvei Stefarov
Matvei Stefarov
There is a problem with current WeakEventListener pattern: Every time its OnEventAction/OnDetachAction lambdas called an instance method or referenced something from the outer context (a local, a field, a parameter),...
Time-aware layers can have continuous or irregularly-spaced time data, so they don't specify either `ITimeAware.TimeInterval` or `LayerTimeInfo.Interval`. This might be the case for WMS and for the hypothetical KML layers....
Items in lists should be rendered even if they lack "term" and "description" tags. This is needed for parity with SandCastle and IntelliSense. This only impacts lists of type "bullet"...
**Sign-in procedure:** - GET `http://www.classicube.net/acc/login` - Store cookies and value of `csrf_token` hidden input field. - POST to `http://www.classicube.net/acc/login`. - Request string: `csrf_token=STORED_TOKEN&username=USERNAME&password=PASSWORD` - If session should be remembered (assuming...
For alternative skin server support, e.g. classicube.net This request replaces #55
Give screen a bluish tint or fog effect when player's head is submerged.
For proper viewing of shaded pixelart.
https://github.com/dotnet/BenchmarkDotNet/issues/521 added support for async GlobalSetup, but it appears that InProcess toolchain does not wait for the async setup method to finish. Simple reproducer: ```cs using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using...
### Describe the bug I have VS 17.3 and VSPreview 17.4 installed side-by-side, and I just updated both to latest versions (17.3.5 and 17.4pre2.1). Since the update, my builds started...