Matěj Cepl

Results 825 comments of Matěj Cepl

How one makes this all working. I thought that adding ``let g:rst_fold_enabled=1`` to ``~/.vim/vimrc`` should set up everything, but even when I have it, when I open ``*.rst`` file I...

Sorry, I had ``let g:rst_fold_enabled=1`` already (I copied it from the code of the ``ftplugin``). It was just a typo in my comment. Still nothing. My ``$VIMRC`` is https://gitlab.com/mcepl/vimdir/blob/master/vimrc

Hmm, rpmlint still complains: ``` dictd.x86_64: I: binary-or-shlib-calls-gethostbyname /usr/sbin/dictd The binary calls gethostbyname(). Please port the code to use getaddrinfo(). ```

@felixhummel Could you please move this pull request to special branch and recreate it? As it is now, we get with useful pull request all random modifications you put into...

Microsoft package. [vscode-obs.1611259250156.log](https://github.com/SUSE/open-build-service-connector/files/5870080/vscode-obs.1611259250156.log.txt)

All, right, so VS Code from Flatpak is probably not the right way: # An internal error occurred Please report it upstream: https://github.com/SUSE/open-build-service-connector/issues/new and include the following information: message: No...

![screenshot-2021-03-03_16-03-1614786146](https://user-images.githubusercontent.com/198999/109831172-799c4380-7c3f-11eb-99cc-a8dd23c12b08.png) After all those jumps through the hoops for self-signed certificate.

# An internal error occurred Please report it upstream: https://github.com/SUSE/open-build-service-connector/issues/new and include the following information: message: No error recorded ## Log file (please remove sensitive information): ```json {"level":50,"time":1614785898469,"pid":21716,"hostname":"stitny","code":"SELF_SIGNED_CERT_IN_CHAIN","stack":"Error: self signed...

``` com.visualstudio.code-oss@stitny$ less **/sett*.json { "terminal.integrated.shell.linux": "/usr/bin/env", "terminal.integrated.shellArgs.linux": [ "--", "flatpak-spawn", "--host", "bash" ], "vscode-obs.accounts": [ { "accountName": "obs", "apiUrl": "https://api.opensuse.org/", "username": "mcepl" }, { "accountName": "ibs", "apiUrl": "https://api.suse.de/", "username":...

> set the logging level to trace How do I do it?