Universorum

Results 4 comments of Universorum

I also try string.ToString() to make convert ``` var source = context.Blogs; var id = source.Select(x => x.Id.ToString()); var author = source.SelectMany(x => x.Authors.Select(y => y.Name.ToString())); var result = await...

The exception will throw when type is `VARCHAR(N)`, translation is good with `longtext`. ``` modelBuilder.Entity( entity => { entity.Property(e => e.Name).HasMaxLength(2000); }); ``` Also, it seems to be fixed in...

Since ComfyUI released, there in no built-in method to allow user to preview the image of lora/checkpoint. The only way to do that is using a third-party extension. Now we...