badcommandorfilename

Results 7 comments of badcommandorfilename

Hi Emdot and Nikhil, I'm interested in having Interface Inheritance working for all Script# generated code (not just [Imported] functions). Is this already a planned/requested feature? As Nikhil said: >...

Hi @canhorn How do you create a new instance of an interface-nameCachedEntity? If I look at https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/blob/7e927d2d8654e5f9237108a401f53e16a1f7c3e4/Sample/_generated/EventHorizon.Blazor.BabylonJS.WASM/IAudioEngine.cs#L223 it generates two constructors: ``` public IAudioEngineCachedEntity() : base() { } public IAudioEngineCachedEntity(...

Thanks for confirming @canhorn ! I came up with a similar solution by shimming in: ``` var entity = EventHorizonBlazorInterop.New(new string[] { "Object" }, null); ___guid = entity.___guid; ``` Into...

For the record, I'm also seeing just noise with samples from both - imagenet64_uncond_vlb_100M_1500K.pt and - imagenet64_uncond_100M_1500K.pt diffusion_steps=4000 (and tried 1000 too). Output from a newly trained network with the...

Hi, Also hitting the same problem. These all work as expected: http://localhost:51496/odata/Donations http://localhost:51496/odata/Donations?$top=1 http://localhost:51496/odata/Donations?$skip=5 This gives just a list of items (the same result as http://localhost:51496/odata/Donations) http://localhost:51496/odata/Donations?$count=true This gives a...

OK! After quite a lot of [fun](http://dwarffortresswiki.org/index.php?title=DF2014:Fun&redirect=no), I've figured out the cause (for me at least). #1595 made this quite hard, but [fortunately](https://en.wikipedia.org/wiki/Open_source) I was able to debug the source...

Hi @rtrevinnoc - This is pretty old and I don't have the reproduction case anymore, but *IF* your problem is the same as mine: - The EdmModel is used as...