Guillermo Álvarez

Results 17 comments of Guillermo Álvarez

Decided to stop using ovh just because of this.

Same here: Windows, Visual Studio Code with ssh remote host to a real linux machine instead of wsl.

For what I was able to observe, the code calls [runnable.run](https://github.com/connorshea/vscode-ruby-test-adapter/blob/master/ruby/vscode/minitest/runner.rb#L39) expecting the test to run. Looking at the [minitest run method](https://github.com/seattlerb/minitest/blob/v5.11.3/lib/minitest.rb#L133), I see a call to parallel_processor.start and shutdown....

I updated to 5.14.1 in a clean install and does not work for me.

I am having the same issue right now. Any hints about how this issue was solved back in the time?

Had the same problem. Looking into the auth.log this lines exist: ``` Jun 5 21:42:15 app sshd[157916]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] Jun 5 21:42:15 app sshd[157916]:...

It feels like should be enough to update the algorithm: https://github.com/ledokku/ledokku/blob/219bb9152664c886ca1d9e44c2364d40d0ba4788/server/src/config.ts#L41

The content of the auth.log is updated when you refresh the page, so you can run in the terminal: ``` tail -f /var/log/auth.log ``` And then open your ledokku page...

This is to deal with upstart and runit (I think is ubuntu and arch). SystemD base systems (like redhat\* and seems like debian now) solve this problem by using process...

I am having problems with the :focus pseudo classes. Is the typical TagList, where you have an input as the end of the tags. This input is small, but when...