paponius
paponius
 As I understand it, Dropbox must review your app. [Applying for production status](https://www.dropbox.com/developers/reference/developer-guide#production-approval) If you don't request the **production status** from the Dropbox, the app will have a limit...
That's a browser limitation. WebExtension does not have an access to the OS filesystem. If you have full access to the server where you want SingleFile to put saved files...
FTP is not "impossible" per se. It may be possible in passive mode using XHR. I did not find a definitive reason it can't be done. And it is possible...
> Also, I think Stylus should have functional to publish styles to various places, not just USw. Yes, this was my first thought exactly. But it seems the upload/publish feature...
that could work. But there is still another way to un-sync the description. By editing it on the Edit Page. What's actually the purpose of having both Description AND Notes...
Thanks for your answers. They are very correctly answering how things work. In my understanding, a program bug is something that happens unexpectedly, or unintentionally to a design. A bug...
> I'm not entirely sure how you added your userstyle(s), which only adds up to the confusion Sorry I did not post the whole process. I kept it short, as...
couldn't this be related to https://github.com/desktop/desktop/issues/13614 ? @Elderry, didn't your path name contained `[` ?
And we can use Stylus or JS to mod the page further. It would be even better to have a custom media type, but this is not very possible. Using...
"Less is a backwards-compatible language extension for CSS." "valid CSS is valid Less code with the same semantics." A valid point is, how standard the native if() is. It was...