Results 15 issues of fogine

After I've fixed the #67 error when I connect to a server via vantage client, I get an error printed to the client console : >(node:19581) UnhandledPromiseRejectionWarning: Unhandled promise rejection...

```javascript var cmd = this.server.command('use [apps]'); cmd.action(function(args, callback) { args.apps === undefined // true ! callback(); }); ``` The above applies for the console input: > \> use 0 I'd...

When I try to connect to a vantage server with client. I get an error: > [ERROR] (node:15363) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: chalk is not defined...

There is missing tab in queue page with jobs that are in `stuck` status.. It should be possible to clean/restart those..

enhancement
good first issue

@eliangcs , Thank you for your good job with initial integration with `swagger` specs. I had time to put `swagger` feature into practice and think there could be made several...

enhancement

Recently I've been playing around with [rofi-blocks](https://github.com/OmarCastro/rofi-blocks), it's `C` modi plugin that provides similar functionality to rofi's script mode. What I like about it is that it spawns the user...

Feature Request

I believe there is a bug in code here, causing exception when calling `node.addControl` https://github.com/retejs/rete/blob/76605fda249796667a05d9a687b3c852f70b54a6/src/node.ts#L28-L29 as when not using typescript, `Control` instance has `parent` property qual to `undefined`.

### Version @nuxt/content: `1.15.1` nuxt: ### What is Expected? This module should not expose json API on production or it should be configurable. ### What is actually happening? when nuxtjs...

bug

see hugo theme: https://github.com/panr/hugo-theme-terminal

## Description GNU read line allows to globally map `jj` key sequence to `ESC` for quick insert mode -> command mode transition. I'm not aware of any global configuration for...