AlexVonB

Results 24 comments of AlexVonB

Hi! I also get an error when setting a WebDAV password during enabled 2FA on my dockerized setup: ``` [ERROR] django.request:222 log_response Internal Server Error: /seafile/api/v2.1/webdav-secret/ Traceback (most recent call...

Hi Ben, I added `-Wall -Wpedantic -Wextra` to the compiler call, but your warning did not appear (but I fixed some others: b45759b08016910ac8ef132340c882f3ba3805d1). What setup do you use? Best Alex

Hi, do you have a minimal code example that triggers that error? Greetings

Hi! When rendered with markdown ``` continuous line of text ``` **could** render as a single line: https://www.markdownguide.org/basic-syntax#line-breaks and https://github.github.com/gfm/#soft-line-breaks It is up to the markdown parser to handle it...

I'll look into that. On a related note, did you try the source of the generated docs? It's `rst`, which could be easily converted to markdown using `pandoc` or something...

When you create a folder named `BrowserIntegration` alongside the other settings folders, you can open the config through Sublime and save it. I pasted the following in there: https://raw.githubusercontent.com/apiad/sublime-browser-integration/master/BrowserIntegration.sublime-settings It's...

Hi @tmralmeida, we for our part just used this one: https://github.com/mohamedadaly/caltech-lane-detection/blob/master/src/Lanes.conf and adapted the width, height, left, right, top and bottom values right at the top. You might need to...

Quick question while I jump into the code: the dataset only has 90 attributes, do you add the 91st dimension yourself? Or is that a mistake?

Thanks for reporting this! Dupicate of #126, closed with 2ec33384de85d0906b4b40a59f1a3650846150cb