Results 50 comments of Daniel Hauck

This also happens to me everytime I save before the last build process is finished (I have build on save activated).

That's not what I was asking. I did some numerics and generated some data. I don't distribute my code but use the data. I'm looking for something along the lines...

Sadly, this leads to the same result. And I also just tested what happens when I start with the light background. In that case it's the light background which is...

It does appear with the following configuration ```vim call plug#begin('~/.local/share/nvim/plugged') Plug 'morhetz/gruvbox' call plug#end() set background=dark colorscheme gruvbox nnoremap bd :set background=dark nnoremap bl :set background=light ``` but only with...

My current problem is the `session_code_verifier` for the `/connect/1.0.0/api/session_token`. It is not the state like with the normal Switch app. In fact it doesn't appear in any form in the...

Ok, I can now login, it works like [here](https://github.com/frozenpandaman/splatnet2statink/blob/master/iksm.py), but the rest doesn't really work yet as you apparently need to set special "X-Moon-*" headers. Currently, the backend returns null...

Ok, I got it to run and made an example to print play time per game (see [here](https://gitlab.com/solidtux-rust/switch-api)). As said before, the authentication works as expected up to the `token`...

The same thing happens for me, even without `unicode-math`. Just using `lualatex` is enough to trigger it.

The same thing also happens for me with `format`.

Is there a place in the documentation with a list of options that can or cannot be changed?