Godwin Peter .O

Results 17 comments of Godwin Peter .O

Noted, but do you have any plan on assisting with this. although apart from this event i do feel there's a need to do a check for refuel on (/src/main/java/org/traccar/reports/Summary.java,...

It would be nice if this is clicked and route is shown on map, overall this is quite awesome.

I feel this is the entry responsible SELECT u.id AS userId, d.id AS deviceId FROM users AS u, devices AS d WHERE u.admin = 1 UNION SELECT ud.users_id AS userId,...

Thanks litvak for the info, if there'd be a way to set an alternate zoom level for archive selection i feel it would be reasonable.

Hi @vitalidze I like to try this modification myself can you possibly guide my me on which files i'll need to edit to achieve this.

This totally would make life easier whenever 1 use my windows PC

I was even thinking gnome 41

I'm currently having the same issue on mac osx ````````` $conv = new \Anam\PhantomMagick\Converter(); $conv->source($dataPage) ->setBinary('/usr/local/bin/phantomjs') ->toPng() ->save('./datas/test.png'); ``````````

I thought so initially, below is the sample filter used. ```csharp // Sample filter public class GenericFilter : PaginationFilterBase{ } // Sample DTO public class SampleDto : FilterBase { public...

I was able to use fine on dotnet 7 with the new AsParameters which is better for minimal API [Here](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/parameter-binding?view=aspnetcore-7.0) ```csharp group.MapGet("/", async ([FromServices] CategoryService sv, [AsParameters] CategoryFilter filter) =>...