Kevin Cox
Kevin Cox
Currently, if you click on the tray icon when thunderbird is non-active it hides that window. It would be nice to have a setting that would raise inactive windows instead...
See: https://github.com/foudfou/FireTray/issues/33 See: https://github.com/foudfou/FireTray/issues/33#issuecomment-5889394 It would be nice if the shell script could somehow access things such as number of new messages and information about them. (To, From, subject)
## Describe the bug When [using LanguageClient-neovim as `formatexpr`](https://github.com/autozimu/LanguageClient-neovim/blob/53ce2fee7d24dd9262ea783908e2edebc71635dc/doc/LanguageClient.txt#L64) `formatoptions` configuration is not respected. One example of a really annoying case is if `textwidth` is set vim will call `formatexpr`...
**Is your feature request related to a problem? Please describe.** Right now you either need to use a relay or look up the target IPs yourself. It would be nice...
# 🐛 bug report When adding a synchronous dependency I get the following error: ``` 🚨 Build failed. Error: Cannot read property 'hashReferences' of undefined TypeError: Cannot read property 'hashReferences'...
See the following example: ```js let client = remoteStorage.remote.rs.scope("/com.example/"); client.getFile("some/folder/that/doesnt/exist"); ``` This will create `some/folder/that/doesnt`. This is incredibly surprising for a read operation and can result in some applications that...
Untested fix for https://github.com/remotestorage/remotestorage.js/issues/1178
There appears to be an issue where `getFile` retrieves and object from the Dropbox API it returns an object instead of a string. This does not appear to happen if...
Right now if the hash contains an `=` it is assumed to "belong" to the remotestorage.js oauth flow and is removed in its entirely. This is very annoying for websites...
It appears that the `list_folder` HTTP API is used and the code uses the `path_lower` property instead of the `path_display` property.