Busticated

Results 18 issues of Busticated

hi there :wave: thanks for a super-helpful lib :pray::+1: i noticed after upgrading to `v9.0.0` that my dialog over on Ubuntu (v18.04) no longer specifies the bin i'm trying to...

hi there :wave: thanks for the awesome tool 🙏 ❤️ i've very much enjoyed using `fnm` with one painful exception - `fnm use system` ends up breaking my `$PATH`. ```...

hey there :wave: thanks for a very helpful lib :pray::+1: i'm coming here by way of [execa](https://github.com/sindresorhus/execa) having hit upon a fairly gnarly edge-case: let's say you have a js...

hi there :wave: in certain circumstances commands provided by an extension are called with arguments. for example: ```json "editor/context": [ { "command": "extension.myCommand", "when": "resourceLangId == cpp", "group": "my-tests" }...

extensibility
doc-enhancement
commands
exempt

hi there :wave: i'm trying to get up and running using `doca`. i was able to init a local docs app: ``` doca init -i path/to/my/project/files/ -o ./docs Folder docs...

:wave: really appreciate the lib - thanks! i recently had need to [upgrade my app's default access level](https://dev.twitter.com/oauth/reference/post/oauth/request_token#api-param-x_auth_access_type). after some digging, i ended up just overriding the `requestTokenURL` strategy options....

hello :wave: i noticed that navigating to an unknown user's profile yields a semi-broken 404 page. https://duckduckhack.com/u/i-do-not-exist/ in my browser's dev console i see: GET https://duckduckhack.com/static/css/content.css net::ERR_ABORTED GET https://duckduckhack.com/static/img/logo_ddg_community.png 404...

hey there :wave: thanks for the helpful module :pray: i assume this was done on purpose but i'd be curious about the rationale - the `update` object is mutated in-place...

hi there - thanks for the helpful lib! i ran into a minor thing - not sure if it's a bug or intentional behavior. what i'm seeing is that syntax...

not sure how to provide a working example but here's what I'm seeing: when running the following using Express v3.0.3 or v3.0.5 w/ everyauth.git#express3 branch: ``` app.configure(function(){ //... stuff app.use(...