pluja

Results 123 comments of pluja

Hm, do you know why this might be happening? Later today I will be taking a look.

Does it!? Didn't know about that, I'll check that out

Yes, as @FireMasterK said this needs some work. I will not invest time on implementing this for now as we have other priorities. If you (or anyone) wants to do...

Awesome! I'll test it and add this to the self-hosting docs :100: @arankaren have you already tested this?

Thank you for reporting. Can you tell me which user you were trying to visit?

Oh, I see. Thank you.

Config page was added on 3fbdadf705f994ab4200a8ce9156a3a4de2518b6 with the first feature being "Export data". Other options will be added slowly.

Import/export data: ae2a4e86a9e5dc9da2e6001217cfc92a7fcc6b51

In this same fashion, it would be useful if we could have an option to not log points when they are very close to the last logged point. Also, another...

I temporarly solved the issue by defaulting the encoding to utf8 if there are no headers to guess it: In `__init__.py` line `247` ``` try: for header in part["headers"]: if...