SofttouchCode

Results 3 issues of SofttouchCode

Currently, anon users can see issues, comments and attachments (and can download them). I believe, there should be a setting about what anon user can do, so we can prevent...

is there a way to encrypt the output before its written to a file? Sometimes, sensitive information need to be logged, not for the eyes of everyone.

When I try to compile this code: var Chat := Gemini.Chat.Create('models/gemini-1.5-pro', procedure (Params: TChatParams) begin Params.Contents([TPayload.Add('Write a story about a magic backpack.')]); end); // For displaying, add a TMemo on...