Azat Akhmetov

Results 26 comments of Azat Akhmetov

I was unable to get this to work with the workarounds above. What wdid work was: 1. Create the symlink: ``` FROM kanboard/kanboard:latest RUN ln -sT /var/www/app/ /var/www/app/kanboard ``` 2....

It seems that adding `"noauth": "noauth"` to the JSON config also works.

>This exact feature got removed with commit 845cf4c (see #280), because Pandora broke it years ago. @PromyLOPh Oh, that explains where it went! I was remembering pianobar having it, but...

I'd like to help out with this, but I am not familiar enough with the project to write a full manual from scratch. I do agree that the current documentation...

I took a stab at this in https://github.com/yaml/pyyaml/pull/528

Oh shoot, should have checked before raising it - looks like we already have: * https://github.com/yaml/pyyaml/pull/519 * https://github.com/yaml/pyyaml/pull/467 * https://github.com/yaml/pyyaml/pull/327

Ah, interesting - thank you for the context. From what I can tell, the *current* situation is that you get `~/.config/ranger/rifle.conf` and that's it. Everything has to go in there....

Thanks for the response, @toonn . You say: >It's just not good enough IMO. Unfortunately, it's impossible for me to improve the suggestion because you have provided no objective, specific...

Also: ``` $ echo "insert INTO foo (bar) VAluES (123);" | sqlfmt - --check 1 file passed formatting check. ```

This may be related to https://github.com/psf/black/issues/3364. I'm not really familiar with how exactly black works, but I assume the skip directive applies to a single "syntactic element", and the condition...