Sebastian Loncar
Sebastian Loncar
I have now a SPI Device here. It's a OLED display. At the moment, i emulate SPI via standard GPIO, but it's slow, very slow, even a Commodore C64 is...
Hey, I'm using GPIOMem, of course. After some optimazions, of example removing all unneeded lines in the "Write"-Method (Exporting-Pin, ok, it will check it, but i need every percent of...
For emulating SPI, i'm using this code: ``` public class TSPIEmulator : TSPIDevice { private GPIO SDI; private GPIO SDO; private GPIO SCK; private GPIO CS; public TSPIEmulator(GPIO SDI, GPIO...
i have a similar problem: ``` System.NullReferenceException: Object reference not set to an instance of an object at Raspberry.IO.GeneralPurpose.GpioOutputBinaryPin..ctor ``` Its since the upgrade from kernel ARCH Linux 4.4 to...
Another argument against snap: The archives are compressed, while mounting they are virtually decompressed. As we know, JetBrains IDEs are a heavy bast. Even Canonical writes in their documentation, that...
To generalize the first "prewarm", i place that method into an Init-Method within inherited `MyBaseRepositry : BaseRepository`: ``` if (!IsPrewarm) { lock (database) { if (!IsPrewarm) { _ = QueryAll().FirstOrDefault();...
Here's another exception (happens only when using multiple Threads): ``` Npgsql.PostgresException (0x80004005): 42804: column "Name" is of type jsonb but expression is of type text POSITION: 36 at Npgsql.Internal.NpgsqlConnector.g__ReadMessageLong|226_0(NpgsqlConnector connector,...
Maybe it's useful: It seems it has todo with the PropertyHandlers. They are all declared at Property Level, but it seems they are sometimes not correctly respected. ```c# public class...
Can you sketch how this concept would work, please? Checkout the specific AUR repo (containing the PKGINFO file), checkout the specific comit, and than just tell paru to take that...
I still get version `7.0.12` instead of `7.0.10`: ``` paru@arch myrepo/virtualbox-ext-oracle - [master~1] $ paru -S virtualbox-ext-oracle :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts... Aur (1) Old...