Moritz Gunz

Results 62 comments of Moritz Gunz

@KevinMartin What prevents you from simply storing the encrypted files within the asar and later decrypt them via some middleware when they are needed?

Note that turning on inlining is a possible workaround. This may make the schema more verbose though. https://docs.rs/schemars/0.8.0/schemars/gen/struct.SchemaSettings.html#structfield.inline_subschemas

Thank you for the feedback @davidpdrsn! > However, I don't believe its always valid to pass things around to different runtimes 🤔 I know that some tokio IO resources (such...

What's the state on this? Newtypes seem like a suitable solution, no?

~~PSA: https://docs.rs/tokio/0.2.22/tokio/stream/trait.FromStream.html is released.~~ Tokio 0.3 removed this impl again.

Yeah, its just too much to display. We need paging for queues lists like these...

Yeah, I don't want to implement pages in the classical way either. Keep the infinite-scrollable list, but load the tracks as needed. We could try going back to `iron-list`, we'd...

Yeah 1000 tracks is a lot, but since the data layer of Festify can handle that many tracks easily, the UI should be able to do the same. :)

Hey @robhuzzey, I‘ll refer you to #137 in that I‘ll add build instructions to the readme shortly. :) For the moment you can also use the endpoints from live Festify....