dsdante

Results 5 issues of dsdante

Is there any specific reason why I2C communication is [implemented](https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs#L49) through /dev/mem instead of /dev/i2c-1? I'm wondering since I'm looking for a better way to implement it in C. I...

https://stackoverflow.com/a/29414133 https://learn.microsoft.com/nuget/create-packages/symbol-packages-snupkg

After updating from 15.3.0 to 16.0.0 the deserializer no longer sees private/internal/etc properties even when built with `DeserializerBuilder.IncludeNonPublicProperties()`. ```csharp // Program.cs using YamlDotNet.Serialization; using StreamReader file = new("test.yaml"); var result...

Steps to reproduce: 1. Export an IFC from a BIM with a name `original.ifc`. Make sure its `HEADER`/`FILE_NAME` is also `original.ifc`. 2. Rename the file to `renamed.ifc`. 3. Open it...

There is a splitter that separates the text editor and the markdown panel. If it's in the middle, it would be nice to have it stay in the middle when...