Francesco Cogno

Results 19 comments of Francesco Cogno

For the streaming upload I need to complete the Put Block REST API first (it was half-baked anyway). This way various chunks of data can be uploaded independently and the...

This is an undocumented field. As soon as it's documented we'll handle it.

After the aforementioned issue we will have the necessary info to implement a global endpoint manager. I do not like the "automagic" refresh behind the scenes, it might work for...

Hello imp, no, it's not implemented (yet). The groundwork is in place (the Azure AD crate) so it would be possible to pass custom ARM templates but it won't be...

For what I can tell (just thinking out loud) we should construct the URI and pass a specific ARM template. For example see [https://docs.microsoft.com/en-us/rest/api/sql/databases/createorupdate](https://docs.microsoft.com/en-us/rest/api/sql/databases/createorupdate). The difficult parts are: * Create...

Ah yes, I use this executable [https://github.com/MindFlavor/bpb](https://github.com/MindFlavor/bpb) to convert the `.json` files in the skeleton corresponding `.rs`. I should have documented this better but since the code quality of the...

Hi @gianlucapisati , I only have a very basic dashboard right now. I'll make a gist for the time being: https://gist.github.com/MindFlavor/5ef746deec70b271fbe2f57c3fb5e26b As soon as I have something more definitive I'll...

I really can't say, I think it depends on the payload and the packet size. Maybe it will be easier to compress the single packets - provided they are big...

That's a good idea. 👍 Something like "apply these settings unless otherwise specified". It's a bit of work but as long as Jellyfin does not restrict the configuration to the...