Benjamin Buchfink
Benjamin Buchfink
I had the same requirement. Luckily i18n provides us with the _getCatalog_ function. So this is possible: ```js function addLocaleFile(locale, file) { // get i18n catalog instance let catalog =...
I was looking for this too... I took a screenshot with Greenshot and want to extract the text now. In this case I need the content of a Listbox control...
@MrJacquers Good hint! Thank you
I wish this would work already... ```XML ``` I guess we just have to use the Serilog.Settings.Configuration Nuget instead of Serilog.Settings.AppSettings Here is an example how to do this with...
@0x15e Just wanted to let you know that there is a port of Serilog.Settings.Configuration to XML with much less dependencies ;) https://github.com/serilog-contrib/serilog-settings-xml2 Remarks: I'm the author
Workaround: ```C# Apps = (await _apps.GetApplicationsAsync()) .Select(async a => await _apps.GetAsync(a.Id)) .Select(t => t.Result) .ToArray(); ```
Hi @thomasduft I was trying to display the registered aps with their permissions and redirect uris. Sadly `GetApplicationsAsync` wasn't filling these things on the returned list. The returned application instances...
I was going to create the very same issue. It's sad, that it doesn't seem possible... Also [M117](https://marlinfw.org/docs/gcode/M117.html) would have been usefull. But will not be possible for the same...
Same as DapperLib/Dapper.Contrib#41