Herlon Aguiar

Results 14 issues of Herlon Aguiar

Hey there, can we have colors in the `%lvl%` output? Thanks

### Describe the bug Bringing the discussion from Discord to here. I have set some commands on my `PROMPT_COMMAND`: ``` # Prompt let-env PROMPT_COMMAND = { # Zoxide # zoxide...

bug
investigate

Is there a compatibility with typescript?

Hi guys, there's any implementation about spoofing (as follows https://laravel.com/docs/5.0/routing#method-spoofing) ?

My code: ``` javascript var ph = require('phantom'); ph.create(function(err, phantom) { console.log('Loading a web page'); phantom.addCookie({ "name": "PHPSESSID", "value": "9lrinitbsot9lvf7d7peej1456", 'domain': '.google.com' }); phantom.createPage(function(page) { var url = 'http://google.com'; page.open(url,...

At the README this is wrong: ``` javascript var phantom=require('node-phantom'); phantom.create(function(err,ph) { ``` The correct is: ``` javascript var phantom=require('node-phantom'); phantom.create(function(ph, options) { ```

Can I use the Leaflet Cluster plugin with this components?

I don't know if this is only on my browser but the icon seems to be in the wrong position. https://avocode.com/nachos-ui/docs/#!/Showcase/Checkbox ![Printscreen](http://image.prntscr.com/image/e79fca12283b43ffa136a13fc8ab1e0e.png) edit: the same to the radio button

bug
web
0.2.0

### Describe the bug (Bringing from the discussion on https://github.com/nushell/nushell/pull/6295) I found one issue with the current code, once we don't have completions for `gh alias` nu should trigger the...

polish
completions

## Check list - [X] I have read through the [README](https://github.com/wfxr/minimap.vim/blob/master/README.md) (especially F.A.Q section) - [X] I have searched through the existing issues ## Environment info - OS - [X]...