Ivan Monteiro Cantalice
Ivan Monteiro Cantalice
Not sure if it is a json-to-dto problem or something related to jhipster v7. On the generated app I changed the dto relationship to use the other entity Dtos and...
I'll try a PR this weekend
The relationships ids at the DTO are never being set. Example: ``` public class ProductDto { public long Id { get; set; } public string Sku { get; set; }...
> @ivanmonteiro where are you on this issue ? Sorry for the long time to reply. I was able to reproduce the issue but I did not work on it....
It would be interesting if the job scheduler could work properly when we horizontally scale the application (running the app on 3 servers, as example). We don't want the same...
Quartz.Net also seems interesting and worth investigating. It supports job persistence (in memory and database by ado.net), fail retry and, clustering (multi-server). See: https://www.quartz-scheduler.net/
My opinion is that the job shceduling solution should: - start simple (no need of dependency on redis or external server at first) And allow more complex scenarios such as:...
@nickheyer I'm also using PopOs 22.04 LTS (but without nvidia drivers on an old laptop with first-gen intel cpu and radeon gpu). What worked for me was similar to @gorilla-san...
> > This functionality already works for me, but the option needs to be named `filters` and the whole value properly quoted: `filters: "zoompan=z='min(zoom+0.0015,1.5)':d=700:x='if(gte(zoom,1.5),x,x+1/a)':y='if(gte(zoom,1.5),y,y+1)':s=640x360"` > > I am trying this...
Just had to do exactly that. Maybe this function shound be uncomented from code?