Mahmud Sazzad

Results 17 comments of Mahmud Sazzad

@fdorantesm Change line 15 like this: ```ts isDeleted: (condition: boolean) => Query; ```

> I was about to write "I will not be able to convice MathJax to add chemical symbols." > But then I realized that the browser font fall-back chain works...

> In my case, running composer update inside the extension folder solve the problem :) > > ``` > cd ~/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/ > > composer update > ``` Thanks! This worked...

This is also bugging me... ![image](https://user-images.githubusercontent.com/9024015/105456220-fdf9bf00-5cae-11eb-8d06-71801ce99f6b.png)

@Julio-Vasquez I tried already, didn't work. Are you sure it works with latest version? ![image](https://user-images.githubusercontent.com/9024015/105512646-93bb3b80-5cfb-11eb-8733-423d4f92b17d.png)

I was about to create a new issue, then I found this thread and thought: well, mine is kinda relevant to this one, so let's do it here. According to...

Yes, I ended up using `upload_stream` method. ```typescript import { parse } from 'path' import { Readable } from 'stream' import { UploadApiOptions, v2 as cloudinary } from 'cloudinary' //...

+1. It's long due to promisify this. So that we can use it like the following: ```javascript try { await req.logout(); return res.redirect('/login'); } catch (error) { return next(error); }...

I'm getting `404` error not while developing, but on production. My *Angular* app is on `15.0.2`, *Nest* on `9.2.1` and this library on `4.4.0` (as of today). I'm using Docker...

> A docker container would be great. I'm wondering if there's a way for the build on Travis CI to build it. > > Would you be interested in giving...