wertzui
wertzui
Actually I entered "27.08.2021 00:02" last night. I just thought that it would be easier to spot the problem if I explain it with a date that is the 1st...
Is there any progress on an Ethernet build?
Are you sending the commands from IOBroker through MQTT to a MiLight Bulb, or sending the commands from a MiLight Remote through MQTT to IOBroker? My Problem is the second...
That would also delete the folder. I need to keep the folder, because often the folder (or one file in it) is in use by another application. Because of that...
I would like to be able to give a string like "Orders.Select(o => o.Price).SumAsync()" into a Controller so I'm able to generate some kind of dynamic Report. What I have...
Both of your Solutions would enumerate the source collection multiple times. But finding ranges can be achieved with just one enumeration. public static IEnumerable FindConsecutiveRanges(this IEnumerable values) { if (values...
> > Both of your Solutions would enumerate the source collection multiple times. > > I don't think so, both `Lead` and `Lag` use a `Queue` (here of size 1)...
> `Last()` is optimised for collection and O(1). > But as I said, the memory is indeed allocated and indeed the allocation is O(n). I just had a look at...
A new type `collection` and a new field `_template` on the property object would probably solve it. `_template` is REQUIRED if the type is `collection` and IGNORED otherwise. It MUST...
You need to create a separate Assembly (maybe NuGet) to hold your Interfaces. Then you reference that Assembly from both the Server executing the Jobs and the Server running the...