Thomas Waters

Results 8 issues of Thomas Waters

From the [JsonConfig Documentation](https://vsapronov.github.io/FSharp.Json/reference/fsharp-json-jsonfield.html) it specifies how default values in types should be used. I am trying to be able to get the record to be populated ```fsharp type MyType=...

First off, is there any intention to support loading SVG files through this repository? I know that Avalonia is based off of Skia for it's rendering engine and adding support...

I've been trying to figure out how to get my gui's window icon to register within the system dock within MacOS. I would like to get it working on all...

When creating two or more [Mark.tree](https://package.elm-lang.org/packages/mdgriffith/elm-markup/latest/Mark#tree) blocks within a single document using [Mark.manyOf](https://package.elm-lang.org/packages/mdgriffith/elm-markup/latest/Mark#manyOf) , then the first tree is used for both when parsing the emu file. For example if...

Added [.github/workflows/ubuntu22.yml](https://github.com/shimat/opencvsharp/compare/master...Evelios:ubuntu22?expand=1#diff-f2ffe19e8d71769ca25fde1e5c55df220ff2388ed9d184c5a14dff03c7f29ff6) with the following changes * Runs on `ubuntu-22.04` from `ubuntu-22.04` * `libswresample-dev` used instead of the deprecated package `libawresample-dev` * `libdc1394-dev` used instead of the deprecated `libdc1394-22-dev`

I am getting the following error ``` File "/usr/local/lib/python3.8/dist-packages/appimagebuilder/utils/shell.py", line 23, in require_executable raise CommandNotFoundError("Could not find '{exe}' on $PATH.".format(exe=tool)) appimagebuilder.utils.shell.CommandNotFoundError: Could not find 'mksquashfs' on $PATH. ``` I have...

I'm looking to be able to test some of my view creation modules and I'm looking to figure out the best way to go about that. There was issue #159...

I'm getting run time errors with the SharpVG library while using Fable 4.1.4. Is this library going to stay up to date with ongoing fable releases? I saw that one...