Devon Lehman

Results 7 comments of Devon Lehman

@Ant-hem Are you suggesting that instead of `BatchOperation` from your example, we'd do `BatchOperation` and we'd just cast our types (e.g. `ObjectToBatch` and `ObjectToBatch2`) to an object instead? That could...

@Ant-hem casting all my classes to `object` in the batch does seem to work, so that's a good workaround and solves my use-case. I do think that it would be...

Also having this problem. First install of latest preview, no display from spotify. in the settings i see no client id or secret filled in

Instructions don't say to do this or how to, can you point me in the right direction?

https://dsafa.github.io/audio-band/audioband/audiosources/spotify.html for those who want to actually be helpful. this link was hiding from me.

I have still not been able to make this work: ```C# //refit api [Multipart] [Post("/api/cluster/deploy")] Task PostDeployAsync([AliasAs("file")] StreamPart stream); //my backend controller [HttpPost("deploy"), DisableRequestSizeLimit] public async Task PostDeployAsync(IFormFile file) {...