Paulo Renato
Paulo Renato
Oh dam, I though that the book was related with the Conduit Framework :(
Primitives idea is good but it can be improved. In my opinion when sending/returning an array or an object that can be modified is the most important thing that we...
Also While loops should be considered here. Any logic inside this loops structures should be abstracted to their own methods or classes and a meaningful name must be chosen to...
With the exception for Immutable Values Objects constructors should only accept objects and their body we should only see them assigned to private properties. So calls to collaborators methods, self...
For me in a markdown file with around 100 lines the key strokes are delayed to show in the original file and in the preview... The plugin is very nice...
This security check only occurs to me when using a plain text password. To fix it just create an App password on your Google account and use it instead. Bear...
Same here when using the docker image or by building from source, but I can install the app directly in the device.
Well I am astonished that after more then a year have passed by Tesla still continue to use unsafe defaults. Why is security not taken more seriously?
I keep being downvoted and libraries depending on Tesla continue to be vulnerable: ``` iex> LinkPreview.create "https://badssl.com" {:ok, %LinkPreview.Page{ description: "🎛Dashboard", images: [%{url: "front-page-icons/chrome.svg"}], original_url: "https://badssl.com", title: "badssl.com", website_url: "badssl.com"...
> This would break the user-friendly API, So I am confused... are you saying that developer convenience is more important that security in the library or that security must be...