Dark Daskin

Results 10 issues of Dark Daskin

The UI does not have a way to specify the content type of POST data, it's always `application/x-www-form-urlencoded`. If I add the `Content-Type` header, the value I provide just gets...

When I try to tesselate an all-quad mesh using a cube as a component, I expect a cube to be placed into each quad, but the actual result is shown...

- Fixed captions of created games not being registered for progress tracking - Added tracking of changes in your level progress - Added an option to set smoothing threshold (fixes...

Currently the smoothening threshold is hardcoded to 1 which produces terrible results when drawing with a mouse slowly. For me the value of 3 produces best results, but it may...

I am not able to execute my code with DarkNotes. Running the same code multiple times results in one of the following: - A field which is guaranteed to be...

I have created a companion project for the Harmony library - [Harmony Tools](https://github.com/DarkDaskin/HarmonyTools). It currently consists of an extensive set of Roslyn static analysis rules for attribute-based patching and is...

enhancement
documentation

Members of `Storage.prototype` are displayed under the list of actual storage entries. This adds visual clutter and should be prevented. Problem started to appear few Firefox versions ago and reproduces...

I'm trying to use this library to compile a C# script against .NET Standard 2.1. Here is the code: ```csharp var code = "2+2"; var options = ScriptOptions.Default .WithReferences(NetStandard21.References.All) .AddImports("System");...

I have a unit test which builds several projects targeting **net46** and **netstandard2.0**. **net46** ones build successfully, but **netstandard2.0** ones fail with the following error: ``` C:\Program Files\dotnet\sdk\8.0.315\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(284,5): error MSB4018:...