Sarim Khan

Results 22 issues of Sarim Khan

Suggestion list goes out of right side screen when in horizontal orientation. It goes out of top side of screen in vertical orientation. ![snapshot12](https://cloud.githubusercontent.com/assets/1235888/3005617/8316e136-ddea-11e3-936e-cfade970cb2b.jpeg) It was patched by applying a...

bug

## Feature Request Basically `curl --unix-socket /run/something.sock http://magic/url/something` ### Proposal: add unix-socket option to http input plugin. ### Current behavior: No option to specify unix-socket option. ### Desired behavior: Ability...

help wanted
feature request
area/json
size/m

In normal use cases, when no more process is running, wsl automatically shuts down the distro. That is obviously won't be possible with distrod, as systemd processes keep running after...

`grunt build:live` command generates distribution that contains a default.appcache and its references in `client/index.html` `manifest="default.appcache"` This results in this error in console ``` Application Cache Error event: Invalid or missing...

```php require_once './server/php/config.inc.php'; require_once './server/php/libs/vendors/finediff.php'; require_once './server/php/libs/vendors/GoogleAuthenticator.php'; require_once './server/php/libs/core.php'; require_once './server/php/libs/vendors/OAuth2/Autoloader.php'; require_once './server/php/libs/ActivityHandler.php'; $j_username = $j_password = ''; require_once './server/php/bootstrap.php'; $_SERVER['REQUEST_METHOD'] = 'POST'; $post_val = [ 'grant_type' => 'password', 'username'...

It'd allow for `data->member`. Any plan for something like that?

Right now the files are opened in current window/workspace. It would be great to create a new workspace when opening a remote file. and each subsequent remote file from same...

basically copy pasting this: https://github.com/gnembon/carpet-extra/commit/7af9d08259022323cb95aed7de4a612b714dd4f4 Without this placed blocks weren't "accurate" anymore.

1. When running a windows command from wsl, the output from the windows command starts over what is already on the wsl terminal, AKA it starts from line 1. 2....