Kevin Cox

Results 144 issues of Kevin Cox
trafficstars

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...

RFE

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)

RFE

## 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`...

protocol

**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...

type:feature
component:transport

# 🐛 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'...

:bug: Bug
:heavy_check_mark: Confirmed Bug
✨ Parcel 2
💰 Cache

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...

bug
googledrive

Untested fix for https://github.com/remotestorage/remotestorage.js/issues/1178

dropbox

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...

bug
dropbox

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.

dropbox