Anders Schau Knatten
Anders Schau Knatten
`per_command` currently only supports `command_case`. It would be great if it supported more, especially `max-subargs-per-line`. (I had a look at the code, but it doesn't look trivial to fix this...
A user is complaining about having to create .local/share/FuseLocalStorage manually: https://www.fusetools.com/community/forums/bug_reports/fuse_does_not_create_localshare_folder?page=1&highlight=9ff2448c-414d-410e-bcb0-96b9ffc2215f#post-9ff2448c-414d-410e-bcb0-96b9ffc2215f
They currently give you GCC 9.2, should use something newer. Trunk maybe?
Categorize questions with difficulty levels. Allow the user to only view questions of one or more levels.
All the questions on the site are currently describing the behaviour as of C++17, and also quoting the C++17 standard. We need to get with the times. Let's just skip...
It seems to me that we only get the release versions of Zivid dlls in PATH, so only Release builds of the samples work out of the box. This is...
Clipp [is not planning](https://github.com/muellan/clipp/issues/25) on supporting VS2015. ``` 1>C:\Users\knatten\code\zivid-cpp-samples\source\3rd-party\clipp\include\clipp.h(101): error C3256: 'npos': variable use does not produce a constant expression 1>C:\Users\knatten\code\zivid-cpp-samples\source\3rd-party\clipp\include\clipp.h(122): error C3256: 'npos': variable use does not produce a...
Refer to https://github.com/zivid/zivid-python and do it the same way
Would have been slightly simpler to write this in Python but I felt it would be more fun doing it in C++. Unfortunately, I don't have std::print yet on my...
PickleSerializer is deprecated and removed in Django 5.0, so we should stop using it: https://docs.djangoproject.com/en/5.0/releases/5.0/