Data Juggler

Results 32 comments of Data Juggler

I consider this more of a hack than a solution, but the wrapper I wrote for inputfile has an OnReset method, which shows a 'Reset' button, you can change the...

I got further after I posted. I installed Docker, got the container downloaded and extracted. When I went to build it, I got some error and didn't know how to...

When I installed Docker for Windows, it used WSL2 (recommended it said). I will post the error if/when I try again. Also, I had to install some update for Linux...

What is the status of this issue? If it can be done, how do you do it?

Is there any status on this issue? This is core functionality to me, and I can't find anyone who knows how to do this.

I shouldn’t post anything after a few beers. Will this ever be upgraded to 2.0 Stable Diffusion? Anytime line on that. From: blessedcoolant ***@***.***> Sent: Thursday, December 29, 2022 1:35...

When I set the ETA to 4, it resets to 1 when you click Send. I want longer videos also. The videos seem good, but 2 seconds is not enough...

I get this error trying to do something I thought I had done before in Blazor. I might be confusing something I did in MVC at work. In my grid...

I figured out my issue by using a Lambda expression: // if the row has columns if (row.HasColumns) { @foreach (Column column in row.Columns) { @column.ColumnText } } And I...