Roy Orbitson
Roy Orbitson
@rianhunter I looked into it and wrote [a tiny patch](https://gitlab.com/Roy-Orbitson/dbxfs/-/commit/5bf3a27970c8f611304b689946294356bceb782d) based on [this forum reply](https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-Shared-Folder-with-API/m-p/694827/highlight/true#M31089). It seems to work well. Maybe it would be better to first check if `root_namespace_id`...
New to Graphene OS, I was really surprised by the complete lack of rectangular grids. Really odd for screens with very tall aspect ratios. Having previously used only other manufacturers'...
@rdhelms That still leaves library code in the lurch. There are many good improvement proposals here and elsewhere, but they don't really address the core issue from which this one...
@rdhelms Thank you for providing a textbook example: paths not resolved in Sass, could work around because you control the library code, but end up with a slightly hacky solution...
>which is something the Sass compiler can't intrinsically know. It must be provided by a plugin. I really disagree with this appraisal of the situation. It's like saying *unless we...
@dvershinin I don't work for them, sorry. I just read your commit when I was doing one myself (#6123).
This is a consistently reproducible bug, and this patch is nearly two years old. To verify: 1. Check your default split prefs with `:set sb? spr?`. 2. Set `g:fff#split_direction` to...
@opto Would you consider publishing those other repos, possibly only temporarily, so we can suggest a better solution?
Am I missing something, or is this not in the current version?
A bookmarklet to tide us over: ``` javascript:(function(c,u)%7Bc&&(c=c.replace(/%5E%5Cs+%7C%5Cs+$/g,''))&&(u=prompt('URL?'))&&(u=u.replace(/%5E%5Cs+%7C%5Cs+$/g,''))&&prompt('Contained%20URL:','ext+container:name='+encodeURIComponent(c)+'&url='+encodeURIComponent(u))%7D)(prompt('Container%20name?','Personal')) ``` Replace the default container name at the end with whatever you want, but make sure it's a percent-encoded, valid JS string...