Andreas Carlson

Results 5 issues of Andreas Carlson

An attempted fix of this issue: https://github.com/artch/angular-route-segment/issues/114 This solves the problem for me, but the author may be aware of some drawbacks to using this method.

ObservableCollection implements a Clear method that calls CollectionChanged callback with a NotifyCollectionChangedEventArgs where the action is NotifyCollectionChangedAction.Reset. This case isn't implemented in ComboBox.Items_CollectionChanged, Menu.ItemsOnCollectionChanged or Grid.OnProportionsChanged (But probably should be,...

Nullable reference types are a language feature that greatly simplifies dealing with possible null values in code. Decorating public and protected types with nullable information would allow seamless integration in...

Using angular-froala-wysiwyg 4.0.15 in current angular (14.2.6 as of this comment - this message is most likely printed using angular 13 as well) prints the following warning during build: ```...

See issue here: https://github.com/MonoGame/MonoGame/issues/7348 Allocate array texture in C#: ``` List bytesList = Foo.GetRawBytesForEachArraySlice(); Texture2D = new Texture2D(device, Width, Height, false, SurfaceFormat.Color, bytesList.Count); for (int i = 0; i <...

Blocked