Sławomir Rosiek

Results 15 issues of Sławomir Rosiek

`ILogger` interface has unfortune method `void Error([Localizable(false)] string message, Exception exception)`. It's fine when I pass `Exception` class, but when I pass any other exception C# compiler choose different method...

I want to change way how name should be generated. As far as I understand I have to do something like that. First create binding template like this: ``` const...

enhancement

Hi, I'm trying to create form with file field. It works fine until I initialise it with default value. In such case it changing file stops working. Here is sample...

It would be nice if installed property in tsd.json could be simplified like in `bower.json` or `package.json`. The main reason in favor of this style is to provide the following...

Hi, I'm using Effort to mock connection to my database connection. It works fine when I run single test, but when I run multiple tests I receive the following exception:...

bug

I have two nodes under cursor - when I click mouse button then instead get front node I get node from the bottom. I think that problem can be easily...

I try to setup OPC UA agent with OAuth authentication and I get the following error: ``` 2023-03-07 08:51:11 time=2023-03-07T07:51:11.428Z | lvl=ERROR | corr=70688d7e-4ec4-4040-804a-dc0070d1156c | trans=70688d7e-4ec4-4040-804a-dc0070d1156c | op=IoTAgentNGSI.Devices-LD | from=n/a...

When I try to search information I get the response that is completely not related to provided facts or it get information that it couldn't find the information. When I'm...

### Context / Scenario Common use case of using AI is to provide answer based on given existing knowledge base (it might be some company wiki, git repository, system database)...

enhancement

Could you provide sample how to use Semantic Kernel plugin to answer question in a way that also provide reference to reference document? Something similar what is availably already while...