Mark Lambert

Results 18 issues of Mark Lambert

I wanted to be able to pass a struct to the shader, (so that I can use the same struct in a vertex attrib array and automatically do the required...

I was trying out the ViewModel bindings, and hit a problem with an infinite recursion that I think is fixed in [Fixed BindOnChanged issue.](https://github.com/JordanMarr/ReactiveElmish.Avalonia/commit/f4b652a9ff33f9ca11a1f929553c8d3adfcd7b38) Would it be possible to get...

If the `static do` block of a class attempts to call a `protected static` member of a base class, a MethodAccessException is raised because the code from the do block...

Bug
Impact-Medium
Area-Compiler-Checking

### Describe the bug If a xaml file for a UserControl has a backing class which has the base type of `Control` rather than `UserControl`, the xaml compiler fails with...

bug

### Issue description I found a couple of examples where type hints are needed inside the FsToolkit.ErrorHandling `option` CE with `--checknulls`` turned on. I'm providing some example code, and comments...

Feature Improvement
Area-Nullness

A github action workflow for build and for publish. Publish is run manually, and takes the version from the latest git label.

### Issue description A method of implementing INotifyPropertyChanged by publishing an Event now seems impossible to make compile cleanly (?) ```F# namespace Nullness open System.ComponentModel type XViewModel() = let propertyChanged...

Bug
Area-Nullness

I've made a sample repo at https://github.com/marklam/GridSizingScopes The sample code from https://docs.avaloniaui.net/docs/reference/controls/grid/sharedsizegroup is replicated in F# in the XamlGrids project. An attempt to recreate this in FuncUI is in the...