Lukas Kalbertodt
Lukas Kalbertodt
I'm a bit uncomfortable pushing this. Conflating "doesn't exist" with "empty string" doesn't sit right with me. It's not impossible to imagine a scenario where setting a value to an...
:+1: for specifying that clearly! Thinking about use cases for having a video in a playlist multiple times: - A educational playlist with individual lessons, where in between some lessons...
@karendolan I don't know anything about this merge strategy you mentioned, but I can describe the advantages of this PR from my perspective, a Tobira dev. There are several apps...
Thanks for the explanation/insight Matthias. Are you saying that with this PR as is, that would happen? I.e. changing the metadata via API (for example) would trigger what you described...
This crate is deliberately low level; API convenience is not particularly high on the priority list. Of course, if adding an impl makes sense and has a low maintenance cost,...
Thanks for the PR. Regarding the strange error: that should be gone after rebasing on `master`. However, I'm not sure about this change. What exactly is the practical benefit? The...
Regarding `push`: > `next_push_index()`: the index of the first slot (i.e. with the smallest index) that was never filled. So `push` does indeed push to the end of the vector......
What exactly is the problem here? I just tried switching to Farsi and it doesn't break anything obvious.
I talked to @ferishili yesterday about this. In the new design, the two main things he noticed were: - The form fields alignment (see last comment) - In the shortcut...
That's an interesting idea! However, implementing this is not trivial at all. It also likely makes Studio use even more resources (as in CPU & GPU), which is already a...