Bernd Boruttau

Results 13 comments of Bernd Boruttau

> Can you share your docker logs after this issue occurs? Those are the same as in #28 minus the transaction message :-) So no, there are no errors in...

Well, maybe we are onto something. - set month to August - clear log - click in "Rent" - "Budgeted" - enter "50" - press Enter ![image](https://user-images.githubusercontent.com/354288/172683879-ce5757c9-a69a-4600-b5b5-cdace714d8aa.png) Note the 6...

One strange thing I just discovered is that the budge container is using 20%-30% CPU load ... when doing nothing (at least nothing I can think of). ![image](https://user-images.githubusercontent.com/354288/172685944-ca6a8fc3-2ae8-4bbe-8c46-9d822a1feed0.png)

![image](https://user-images.githubusercontent.com/354288/172706607-de322d8b-89a8-4614-9587-52a9eb7aa300.png) Also tried it with Adblock and Ghostery turned off ... no change. ``` version: "2.1" services: budge: image: lscr.io/linuxserver/budge:latest container_name: budge environment: - PUID=1000 - PGID=1000 - TZ=America/New_York volumes:...

Getting some transaction errors when trying to change the envelope a an existing transaction. But also some other strange stuff going on. If I add a transaction on 6/6/22 it...

Just set my browser (Firefox) to "en-us" now showing correct month names ... but "July" for "June" AND "July" ;-) Everything from above still applies.

@darrepac Do you have a more specific number? Running fine with 15500 files on my side and just uses abour 1GB of memory.

Well, as expected. At line `248` the overall count of all gpx files is used instead of the filtered ones. `m = max(1.0, np.round((1.0/5.0)*res_pixel*len(gpx_files)))` I will have a look at...

Hi, in my eyes the hard pard is to show PDF files (seems impossible right now) and maybe directly accessing them on the file system. One possible solution could be...

I am currently developing the idea of a code generator to get preconfigured/currectly named toolbars. You than "only" have to fill in the content via html/css/js. Later it may includes...