Mohammad Anas Fares

Results 10 issues of Mohammad Anas Fares

fuzzy-matching doesn't consider underscores. With PHP for example. When we type `arrayse` it doesn't provide any suggestions ! It should provide at least `array_search` function. ![ezgif com-optimize](https://cloud.githubusercontent.com/assets/1908658/8768622/0e24c42c-2e90-11e5-8128-1bc8e5947a7d.gif)

I am here just to say Enquirer is mind-blowing!! Snippet and Form prompts!!!! Wow ![wbcMnfHqOJX9K](https://user-images.githubusercontent.com/1908658/77044343-88063680-69bf-11ea-873e-f63d137ff5b9.gif) I am sorry to open an issue for that :p Please close the issue when...

Hello, I noticed there is a file for the French language `anodyne/langauges/fr.yml`, does that mean the theme supports multiple languages ? I tried to add ``` language: - en -...

How to a upload a file (stream not buffer) ? I have a large file 11GB, the heap size is limited so I can't read the entire content and pass...

It is not a good idea to upload files using buffers that must be loaded into the memory before they can be passed to the .put() method to upload them,...

I followed the steps here: https://github.com/cerebroapp/cerebro#build-executable-from-source I'm using `MacOS 13.5 (22G74)` with `Node.js v18.16.1` But when I run ` yarn package` I get this error: ``` yarn run v1.22.19 $...

bug
help wanted
mac

Should I pull the develop branch before starting a new feature ?

What are the possible values for the `name` option ? Is is an optional option for pty ?

```js #!/usr/bin/env node var columns = require('columns').create(); var column1 = columns.addColumn('A1'); var column2 = columns.addColumn('A2'); var column3 = columns.addColumn('A3'); setInterval(function() { column1.clear(); column2.clear(); column3.clear(); column1.write('Lorem ipsum dolor sit amet\n'); column2.write('Lorem...

Could you please add binaries for Node v11.