Arif Rezai

Results 7 issues of Arif Rezai

I am using Rails 4.2. I have a ContentUploader for uploading images and videos. I am using carrierwave-video-thumbnailer for creating video thumbnails. ``` ruby version :mp4, :if => :video? do...

Treemacs is working greatly with projects on tramp connection, however I feel expanding any node (regardless of the number of files in that directory) is slow (~1 sec). In comparison...

stale

- Currently background analysis is enabled in `Pyright` VSCode extension, however it is not enabled for us. - We need to send a cancellation token when starting `pyright-langserver` (https://github.com/microsoft/pyright/blob/master/server/src/server.ts#L151)

What is the expected behavior if there are duplicate content-types inside the Accept header. ``` javascript var n = Negotiator({ headers: { accept: "application/json, application/xml, application/json" } }); n.mediaTypes(); //...

investigate

Superagent uses `form-data` underneath for multipart forms, which accepts different data types (String, Buffer, Stream) for each part. `form-data` in addition allows to specify custom headers for each of the...

In my setup: when using `make test-ghci` module reloading (`:r`) doesn't necessarily reload the source files under the `/src` directory. It seems like it only considers the `/test` directory as...

### What did you expect to happen? - When `C-g/ESC` is pressed in insert mode, I thought the `doom/escape` will run, and if none of the functions in `doom-escape-hook` return...

is:bug
needs-triage