beautifulcoder

Results 3 issues of beautifulcoder

Hello! I was in the middle of writing a migration script in node when I got this error: ``` error connecting: Error: getaddrinfo ENOTFOUND (localdb)\MSSQLLocalDB (localdb)\MSSQLLocalDB:1433 ``` So, my question...

feature-request

I have this CSS: ``` input[type=text]:invalid, input[type=password]:invalid, textarea:invalid { outline: none; box-shadow: none; } ``` Unfortunately, in IE I have to set the outline to none and in Firefox I...

Hi, When I set this configuration: ```json // Settings in here override those in "LSP-OmniSharp/LSP-OmniSharp.sublime-settings" { "settings": { "csharp.referencesCodeLens.enabled": false, } } ``` The viewed file with Omnisharp still shows...