axunonb

Results 22 issues of axunonb

Even with a `MaxRecursion` of 10, serializatiion output is too heavy and serialization takes too long. Add `Exception` to `KnownTypes` with reduced serialization levels and/or members.

feature

* Implement cache for `MemberWrappers` * Implement object pool pattern for child `YAXSerializer`s * Rename `TypeWrappersPool` to `UdtWrapperCache` (that's what it actually is) * Re-use a cached instance for `ICustomSerializer`s...

performance
feature

### Description ### Complete minimal example reproducing the issue ```csharp var options = new PuppeteerSharp.LaunchOptions { // --use-cmd-decoder=passthrough causes Chromium error Headless = true, Args = new[] {"--no-sandbox", "--disable-gpu", "--disable-extensions",...

help wanted

Add a math formatter extensions that allows the following: ```CSharp Smart.Default.FormatterExtensions.Add(new MathFormatter()); var data = new { Arg1 = 3, Arg2 = 4 }; _ = Smart.Format("{:M():({Arg1} + {Arg2}) *...

Feature
Open for Discussion

MediathekView v13.8.0 (Windows 10, 64bit) During setup we can enter the path for the VLC player. It looks like this setting is applied only after a restart of MediathekView. Before...

Does not contain any changes in code logic - automated with ReSharper * Use file-scoped namespace * Remove unused directives * Reformat code and embedded xmldoc comments * Correct typos...

size/XXL
code style

* Add ability to call a child `YAXSerializer` for de/serialization * Add ability to iterate over fields of a type to de/serialize

feature
breaking change

Also include simple, comprehensive sample to the docs.

enhancement
docs
good first issue

Stumbled across the following lines, which I found misleading: https://github.com/PiranhaCMS/piranha.core/blob/2cf3647caf7a0fdc4bd248051554fc4b6fe570f2/examples/RazorWeb/Pages/Archive.cshtml#L73-L78 Because to my understanding, the model https://github.com/PiranhaCMS/piranha.core/blob/2cf3647caf7a0fdc4bd248051554fc4b6fe570f2/examples/RazorWeb/Pages/Archive.cshtml#L2 does not include posts with `PostInfo.Published == false`. (And if it would, the...

Hi, You're using the [`SmartFormat` package](https://github.com/axuno/SmartFormat) in your project. We bumped it to v3.0.0, while you're using vv2.1.0.2. I forked your repo and gave the upgrade to v3 a try....