jeff922
jeff922
* [X ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [X ] I have searched the issue tracker for a feature request that...
After cloning repo, upgrading to .NET8 release, and building the following error occurs in: \open-dis-csharp\CsharpDis6\OpenDis\Enumerations\Entity.Information.Minefield\PaintScheme.cs line 275 public byte[] ToByteArray() => BitConverter.GetBytes(ToByte()); CS0121 The call is ambiguous between the following...
Code snippet below causes error in my Google Chrome: import plotly.graph_objects as go from plotly.subplots import make_subplots import plotly.io as pio fig = make_subplots(specs=[[{"secondary_y": True}]]) fig.add_trace( go.Scatter(x=[1,2,3],y=[4,5,6]), row=1, col=1 )...