Ivan Josipovic
Ivan Josipovic
I haven't as it only works on WASM, but that would likely work. If the WASM limitation is fine, I'd happily take a PR. We should add a new method...
The role assignment are managed by a different team. This is why we would like to de-couple the managed identity creation from the operator.
I was also able to reproduce this issue in my app by doing a search for character 'a' and pressing F3 a bunch of times.
I feel that the current Extension Method approach provides a cleaner and more consistent developer experience. Its also inline with other frameworks like Uno. I just noticed that they are...
@gritsenko, I think we can generate extensions for local and external classes with a Source Generator. I'm testing the idea on a branch here, https://github.com/AvaloniaUI/Avalonia.Markup.Declarative/pull/73 My plan is to hack...
@gritsenko, I'm starting to wonder if integrating the generation CLI into MSBuild would make it simpler. A Custom MSbuild step could get a list of all loaded libraries and that...
> @IvanJosipovic I thought about it as well, but we need to generate extensions **before** building step already, and even when project itself has errors and can't to be built....
This library has tests that check that no errors occur in an Adblock situation, see here: https://github.com/IvanJosipovic/BlazorApplicationInsights/blob/bd5f6bafcb5d0f749aa79d8746bb4b2a3e062a3b/tests/BlazorApplicationInsights.Tests/UnitTests.cs#L608 I think the root cause is https://github.com/IvanJosipovic/BlazorApplicationInsights/issues/287 and should be resolved, I don't...
> My use-case would be to utilize `helm-diff` in conjunction with Renovate. > > When Renovate upgrades a helm chart version (by opening a PR), in the next step (probably...
Hey, @gritsenko, when can we expect the next nuget release? Also, im noticing this repo isnt set up with the nightly ci builds.