Wouter de Vries

Results 24 issues of Wouter de Vries

To fix this `Markdown.ImageInlineEvaluator` should only run when it is not being run in the designer. See Splat.ModeDetector as reference: https://github.com/paulcbetts/splat/blob/master/Splat/ModeDetector.cs

The documentation for `NaiveDate::parse_from_str` states that it is very relaxed in parsing all sorts of formats. Unfortunately this does not pass over to the Json serialization strategy using Serde. The...

It would be helpful for new users to be pointed to the Windows Community Toolkit for extra functionality. The `ExpressionBuilder` is best used as a library instead of copying the...

The Swipe Scroller is a nice example, but it would be great to have a simpler example. The composition documentation includes a section on snap points, but the example code...

**Describe the bug** `PlatformModeDetector.InDesignMode()` returns incorrect information when used in controls that are used within a control you are working on in the WPF designer. **Steps To Reproduce** Provide the...

Bug

For use in non-web use cases it would be great to have an official translation sheet from the set short code to the Unicode character. It could look something like...

v4

It would be great if this tool could dump the status as a JSON object. This would make integration with other systems much easier. For this to work well with...

I need to handle request results that may contain errors and I want to filter away the error into an exception. An example of what I'm trying to accomplish is...

**Is your feature request related to a problem? Please describe.** We use App Center in various WPF products. These products are shipped on hardware assembled in house with Windows cloned...

feature request

It would be great if the exporter could export animation frames as separate image files. This would allow more optimal repacking using software like [TexturePacker](https://www.codeandweb.com/texturepacker) to reduce whitespace around frames.