Imre Toth

Results 23 comments of Imre Toth

Hi @AncientGrief, Thanks for contacting me. Unfortunatelly components does not support theming and not tested with every Bootstrap class. But it works with Bottstrap and with some custom CSS your...

Hi @aboah, Without more details I don't really know the problem. - Have you followed the [docs ](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Maps.md#usage)and setup maps correctly `.AddMapExtensions()` should be registered? - Is this problem occurs...

I don't get this error. Is your project is .NET 6 or 7 Preview?

Hmm and any error message in the console? This might be due to you missing API key, etc.

I think this issue is duplicated. Are you trying to use it from ASP.NET? See this issue: https://github.com/Antaris/RazorEngine/issues/224

Hi @cupsos, Thanks for the bug report and the fix. It seems build check is failing. I will check why. Also please change the PR's target branch to `release/v1.6.0`. Trying...

OK started looking into it. Seems like a big change so will take some time...

Thank for you reply. Currently this extension does not track any closed documents without an opened solution. I got this feature request already with other features: https://marketplace.visualstudio.com/items?itemName=major.VSDocumentReopen&ssr=false#qna Recently I got...

> Thanks for the changes. We're probably going to need to add `IDisposable` here since we have a reference to an unmanaged resource and the Blazor framework could call `Dispose`...

> I think when connection breaks timer will be "ticking" anyway on server side. Event handler will be triggered and disposed. Also updated my comment with that this resource is...