Enrico Rossini
Enrico Rossini
I want to use the assets from my custom URL. For that, I added ``` window.CLIPPY_CDN = '/_content/PSC.Blazor.Components.Clippy/assets/agents/' ``` but it doesn't work. Also, I tried ``` clippy.load(agentName, agent =>...
HI, I have an issue with full-text. The sql script I execute on the server is select * from dbo.ufn_search('(ISABOUT("mysearch") OR "mysearch")') My function in the context is ``` [DbFunction("WordBankContext",...
I'm creating a documentation about Agile. I have an interesting issue with the sidebar. For example, this is the Markdown I use for the Scrum section ``` * [Scrum](./scrum/intro.md) -...
I'm trying to change the height of the map ``` ``` but the map ignores the style.
I tried to run the application in the browser and installed it as an app but I can't received the push notifications. Apparently, the app is sending the notification via...
Hi guys, just a question about this two tags. I tried to use something link that ``` | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is |...
Hi, I'm using your component and it's very useful. I have a problem when I add images from file, they don't show. Could you help me? Thank you in advance
Hi @mgiuliani I saw the issue #4 but I think it is not my case. As you recommended I had in the `connetionManager.js` some stun and turn serves. The application...
### Expected behavior As the other graphs, when I have a container defined like this The result is as expected. The graph is in the graph container.   See...
Hi, I'm looking at your code for the card stack layout and it is almost what I'm looking for 😁 Basically, I'm learning MAUI and I want to create an...