Roger Lipscombe

Results 44 issues of Roger Lipscombe

### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and...

status/triage
type/feature

See https://github.com/ninenines/cowboy/issues/1593. The working directory has to match the application name. A dash followed by a version may be present. Without this, you get a hard-to-understand error: ``` init terminating...

I'm editing an Erlang project over Remote-WSL, and my comments aren't being coloured. On the same PC, with a local project, the extension works fine.

**Describe the bug** Usage text for 'required' arguments has them listed under "Optional arguments". **To Reproduce** ``` cli() -> #{ arguments => [ #{ name => server, long => "-server",...

team:VM
help wanted
bug

I've got a lot of devices that appear as '?' in the DHCP leases table. It'd be really useful if LuCI could look up the OUI and tell me the...

request

(not a duplicate of #71; that was resolved by an upgrade) ErlangLS in VS Code is unable to talk to the server: ``` [Info - 1:50:16 PM] Connection to server...

I prefer erlfmt to rebar3_fmt. It would be great if the extension allowed me to choose. Currently I'm using `szTheory.erlang-formatter`, but it would be nice if ErlangLS allowed me to...

If I make any changes to `erlang_ls.config`, I have to either quit/reopen VS Code, or restart the extension host (which breaks other things). See https://erlangforums.com/t/can-i-reload-erlang-ls-config-without-restarting-vs-code/2074/3 It would be nice if...

Sent: ``` *3 $8 SENTINEL $6 SLAVES $18 sentinel_sentinel1 ``` Got: ``` *2 *38 $4 name $14 127.0.0.1:6377 $2 ip $9 127.0.0.1 $4 port $4 6377 $5 runid $40 fdde50c3d85aec08d89d9ff30d7026e26d77ec4f...

``` var t = require('html-truncate'); t('', 40); ``` ...returns ``` ``` ...rather than anything sensible. Moreover, increasing the requested length doesn't fix it (passing 1000 instead of 40) gives the...