hem@hdk
hem@hdk
Currently you cannot infer from the message what the threshold value of a rule is and what the current value is. It would be nice to include this information in...
Hi, I configured the Unifi Controller as described by the plugin and everything seems to work as expected, but under Firmware/Plugins it is shown as "misconfigured". Any idea why this...
FreeBSD added support for a bunch of new LTE cards, including the EM7565: https://cgit.freebsd.org/src/commit/?id=89d98b9b003e63dfdf182fa3144a3e809019fcd4 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263700#c13 Can we get this into OPNsense? Related forum post: https://forum.opnsense.org/index.php?topic=30688.msg147983
Hello, `topic` defines a `description` but is not documented in the readme. https://github.com/buildingSMART/BCF-API/blob/edfde645e1a53955ad2774374fc60f909f99b8c0/Schemas/Collaboration/Topic/topic_GET.json#L66 Is this still a valid field in the current and feature version?
Hello, can someone assist me on removing the WWAN whitelist and maybe unlock advanced setting on a ThinkEdge SE30? Unfurtatly I'm unable to find any trace of the infamous `LenovoWmaPolicyDxe`...
Hello, I want to intercept a query in a way that only data are returned that contains a given GUID so the user can only see his own data. How...
I try to limit the max query count like this: ``` csharp config.SetEntitySetPageSize("*", 100); ``` Which result in an exception: ``` csharp at DataServiceProvider.InterceptingProvider.ExecuteQuery[TElement](Expression expression) at DataServiceProvider.InterceptedQuery`1.GetEnumerator() at DataServiceProvider.DSPLinqQueryProvider.ExecuteQuery[TElement](Expression expression)...
Projects that are now compliant: d60.Cirqus d60.Cirqus.AzureServiceBus d60.Cirqus.AzureServiceBus.Tests d60.Cirqus.MongoDb d60.Cirqus.EntityFramework d60.Cirqus.NLog d60.Cirqus.PostgreSql d60.Cirqus.Serilog d60.Cirqus.TsClient d60.Cirqus.Testing d60.Cirqus.xUnit d60.Cirqus.NUnit d60.Cirqus.MSTest d60.Cirqus.Identity
Which IViewManager is indented to be used with SQLite? d60.Cirqus.SQLite only contains the SQLiteEventStore.
### Is your feature request related to a problem? Please describe the problem. Currently, all classes generated by Kiota have the `public` access modifier, which means they are visible to...