wertzui

Results 34 issues of wertzui

I have a Method that accepts an Expression as Parameter. However the Parser does not recognize `q` and instead tries to find `Foo` on `it`. The Exception is ``` System.Linq.Dynamic.Core.Exceptions.ParseException:...

It would be handy to have a method to find ranges of consecutive Numbers (int or long) in a given (ordered) collection. Something like `public static IEnumerable FindConsecutiveRanges(this IEnumerable source)`

discussion

### Documentation related to component Microsoft.Identity.Web ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs clarification - [...

documentation
enhancement
feature request
new-devex

## Avoid duplicates * [x] Bug is not mentioned in the [FAQ](https://www.coronawarn.app/en/faq/) * [x] Bug is specific for Android only, for general issues / questions that apply to iOS and...

bug

The File CanonicalFunctions.cs in the nameSpace Effort.Internal.DbCommandTreeTransformation has an invalid Format string in Line 475. ``` C# throw new NotSupportedException( string.Format("Type '{2}' is not supported for '{0}' date function ",...

bug

### Describe the bug 1.10.6 introduced the MQQT debounce delay. With 1.10.5, repeated presses of the same remote button would be send to the MQTT state topic. Since 1.10.6 the...

bug

Currently all status messages are sent with retain = true. https://github.com/sidoh/esp8266_milight_hub/blob/50e91bf63d6249348300a9c7f502f2ced949a55a/lib/MQTT/MqttClient.cpp#L139 I'm using Milight remotes to control OpenHAB. So when I restard OpenHAB, it will fetch the last states of...

enhancement

**FTP OS:** Unix / Windows **FTP Server:** Multiple and unknown **Computer OS:** Linux **FluentFTP Version:** 40.0.0 **Framework:** .NET 6 I need to delete all files in a directory on the...

enhancement
question
faq

Hi, I need to write data in the ORC format to a stream and not to a file on the disc. Does this library provide that functionality?

The `Queue` column of the `JobQueue` table only allows for 50 characters. If a name with more than 50 characters is given, the remaining characters are just cut off by...

a: sql-server
help wanted
t: problem