Herlon Aguiar
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...
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  edit: the same to the radio button
### 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...
## 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]...