Randy Gamage

Results 8 issues of Randy Gamage

Scheduled job that fails, with AutomaticRetry = 1 or 0, retries forever. After it fails, it is queued again, and again, every minute or so forever. Why is this? What's...

I'm trying to use this wonderful library in a server-side Blazor application. It almost works, the element appears briefly on page reload, but quickly disappears. I'm sure there is something...

I would like to be able to set arbitrary attributes (perhaps via attribute splatting) on the canvas element. The reason is to be able to use the canvas gauges library...

Home page of website has "hodler", I think it should be "holder". https://cryptopricewidget.com/ PRO version coming soon. Valuable features for the serious trader or hodler.

I am using Azure app service, with LE extension 1.05 installed. I have used LE successfully for this app in the past. I have an existing certificate that I am...

The docs don't describe or explain many of the necessary tasks to actually get this app deployed and running in a real environment. For example: 1) You need to find...

The Getting started usage example on the README page uses the prompt "What is the weather like today?" - which gives this response: `I'm sorry, but as an AI, I...

README getting started instructions say to add this line to your `_Imports.razor` file: `@using ChartJs.Blazor;` This has a typo, the semicolon at the end is not needed. The correct code...

bug