Bartek Fabiszewski
Bartek Fabiszewski
Sequoia changelog says: > Support for deprecated Quick Look Generator plugins is being removed. To provide previews and thumbnails for your custom file types, migrate to Quick Look Preview Extension...
This is not so simple. Doing it without any interaction would probably require writing new background job only for this task. I might have a look at it some day,...
Hi, If your IPv6 address is publicly reachable and your client can also use IPv6, this should work. I don't know about Synology but I supposed it should be perfectly...
This must be some docker issue. The file that is effectively served to the browser is probably still not edited. Dockerfile has ENV parameter ULOGGER_ENABLE_SETUP. Set it to 1 when...
If you mean data exchanged between the server and the client, this is very high usage. Data is sent to the server as a POST request. Data itself for a...
Thanks for the info! I was thinking about implementing something like this. But not here in the logger app, but in [the track viewer](https://github.com/bfabiszewski/ulogger-server) part.
This is yet to be seen. Could probably also be applied while exporting data. The development of the server part is however slow. I need to do a major rewrite...
It looks like GraphenOS does not include network provider. This issue may be related: https://github.com/bfabiszewski/ulogger-android/issues/133
You installed it because I modified the requirement to be less strict: https://github.com/bfabiszewski/ulogger-android/commit/ce69ca6cdc12c210ba76c42de40f680cfffadba6 But the network provider is still missing somehow.
I thought about implementing something like this some day. I am still struggling to find some time to do a major rewrite of the code base. When I do that...