Daniele Teti
Daniele Teti
Did you tested this issue in 3.4.2-magnesium-rc1 ?
If you serve static files would be better to use the webserver facilities to do that and not the dmvcframework static files middleware. Just becouse web servers do a very...
Any news David?
Thanks for your kind words. Did you check the AUTH method? DT Il ven 9 giu 2023, 14:17 LIDERNetwork Tecnologia by Junior LIDER < ***@***.***> ha scritto: > I would...
While `Optional` may seems the same thing of a Nullable type, at least in terms of readability, it's not so. Check [this presentation](https://stuartmarks.files.wordpress.com/2016/09/optionalmotherofallbikesheds3.pdf) to have a reasoning about the needs...
Maybe @joaoduarte19 can help you with this
Any news about this? 3.4.2-magnesium could receive this fix.
Can you produce a self-contained example to show the problem? It's quite difficult to reproduce the problem without it.
Any news about this?
Please, check your version. It already works as you need. Using a server method like the following ```delphi function TMyObject.GetSetBySet(Value: TSetTest): TSetTest; begin Result := []; for var lItem :=...