Ricky Gummadi

Results 7 comments of Ricky Gummadi

@lppkarl can we merge this with #9 and rename it to just "Add support for crytocurrencies", I would like to work on the cryptocurrencies side of things (one exchange at...

@JonathanMagnan is this project still active, will be great to get pending PR's through and also, I want to do a PR with a bunch of new extension so wanted...

@woeterman94 I had to do this recently and ended up with something like here https://stackoverflow.com/questions/70167150/azure-application-insights-integration-with-graphql-api-hotchocolate-framework Ideally the most common integrations like Elastic, app insights etc should be out of the...

@Eilon it looks there was an issue raised in the past [#6026](https://github.com/aspnet/EntityFramework/issues/6026) but it was closed for some reason. Is there any current plan to include this feature in the...

Anyone still looking for this, the quick css fix is .select2-results__option[aria-selected=true] { display: none; } that will not display all previously selected items in a multi situation

[Given we can use @Secure for objects and strings](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/data-types#:~:text=With%20Bicep%2C%20you%20add%20the%20%40secure()%20decorator%20to%20a%20string%20or%20object), turning this into an object shouldn't break the ability to provide multiple credentials. **How about:** ``` @secure() param secureImageRegistryCredentials object var...

Hey @Tochemey , amazing library you have written, thank you! happy to help co-maintain! what do you have in mind, leave it here and add PR's or move it a...