Gregory Goijaerts

Results 39 comments of Gregory Goijaerts

I still need to properly look into this since I want to use code-signing for all platforms, not just the Windows releases. I'm not going to release a `1.0.0` version...

The next version will have a setting to limit the amount of events per type but it is likely a combination of the amount of events + the amount of...

The nightly build is close to the development version since it gets built every night automatically 👍

Also another important thing to keep in mind is that using the "All" event count on the main dashboard page is a major performance issue when you have a couple...

It already stores the payments on the account right now, I'm going to change it so that it only loads all events once and then gets the 200 most recent...

If I do that and one of the existing payments gets updated/canceled or something then it won't show up in bunqDesktop. I do think I can maybe decrease the count...

You can now set the limit to only load the last 50 events per account/type and the queue system is a bit more optimized now when loading a lot of...

It will load 50 payments for each account and each event type. That way less data is stored in memory while the queue is active. There is no decent way...

And I noticed you talked about dates and such, the API doesn't allow me to set a specific date range or a from/to filter or anything like that. I can...

The problem is that this ID is per monetary account and they have a 3 second rate limit per request. So if I want to get new payments and update...