Daniele Teti

Results 121 comments of Daniele Teti
trafficstars

Did you tried to just hard-cast the interface reference to `TObject`? Example: ```delphi uses MVCFramework.DuckTyping; { snip snip snip } function TWebSiteController.PeopleList: String; var LDAL: IPeopleDAL; lPeople: TPeople; lPeople2: IInterface;...

Good point. I was planning to implement it but not in this time-frame. If you have something ready I can support for code-review.

Hi guys, since 3.4.0-neon we have dotEnv support and any piece of code ca use it. Would be enough to put something like `swagger.baseurl = http://localhost:1111` to allow the filter...

Any news about this?

Thank you for your contribution. Maybe I missed the point, but what's the advantage compared to set directly the table name to `SchemaName + '.' + TableName` directly, in the...

Hi, can you provide a detailed explanation of your scenario? Ciao Il mer 24 apr 2024, 21:57 Francisco Zanini ***@***.***> ha scritto: > Hi all, > > There is a...

Hi David, did you tried the repo version? Check this sample and let me know: https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx_mustache As a side note (not directly related to this issue, but it worth mention...

Is `fTableMapDict.TryGetValue` available in Delphi 10.2?