Peter H
Peter H
@azizmashkour @BenMaxfield @asseti6 Thank you for all of your work that you've done! It helped a ton today for me. I posted a gist that uses all this goodness here:...
This worked perfectly for me. Thanks @ancapdev for posting. For example on a Mac setup with julia... ``` $ brew install openssl $ ls /usr/local/etc/openssl/cert.pem $ julia ] add Mongoc...
https://help.plot.ly/how-to-add-annotations/ https://plot.ly/create/?fid=plotly2_demo:128 # Simple Annotations Example for a SubTitle ``` layout = { title: "My Title", annotations: [{ text: "My SubTitle", font: { size: 13, color: 'rgb(116, 101, 130)', },...
In the .pro file change the path where it is looking for the libs. Note the libs folder in the source.
I've had nearly the opposite experience recently. I made my icon using GIMP and Phoca Save Icons scm. Phoca generates many supported sizes: 16,22,32,48,64,128,256,512. When viewing ocra output with the...
Finished adding in support for #4
Related issue but for the docker exec command: https://github.com/docker/docker-py/issues/2556
Here's another similar set of directions for running docker cli for Windows containers. It works and it has a link for downloading the docker binaries outside of Docker Desktop. https://lippertmarkus.com/2021/09/04/containers-without-docker-desktop/...
It looks like subject lines must be in ascii with Flask Mail. Accent characters and other UTF-8 or UTF-16 characters throw it off. Thanks for posting this.
I built with MingW on Windows 32... You may need to recompile the dependent libs in Visual Studio for it to work.