Benjamin Wheeler

Results 48 comments of Benjamin Wheeler

There is no "Onenote 2019". The two versions of OneNote that exist are 2016 (incl. with Officee 365), and OneNote for Windows 10 (the UWP version). Unfortunately, the UWP version...

It's been a while, but `docker build .` worked for me on the latest clone of the master branch.

Interestingly, I am seeing this across several flatpaks: Spotify and discord-screenaudio (and Element?) so far both do the same thing. Steam works okay though. The AMD_DEBUG fixes the discord app...

We already have a great group implementation on the instances page! That style would be perfect for mod lists since you could perhaps name groups: "performance mods", "exploration mods", "libs...

An alternative (just for discussion's sake) would be a simple checkbox when you update mods that says something like "Create a backup (`cfg.tar.gz) before updating mods" and you can unzip...

This may also be a good candidate for something like https://github.com/nvim-treesitter/nvim-treesitter-context

Same here. I wonder if the csv format just changed and hasn't been fixed here yet. Probably not too difficult to update, assuming this is the problem.

Yup. Adding `,Title` to the end of the header (first line) in the playlist.csv file allows it to be uploaded no problem, although it seems to put the Visibility in...

Silly me. Here are the parsing lines: https://github.com/iv-org/invidious/blob/34508966027fce3f460d9670eeecef67b92565a0/src/invidious/user/imports.cr#L38-L42 Looks like Title goes before description

I wonder if simply removing line 40 and decrementing the indices would fix it.