Daniel Lo Nigro

Results 360 comments of Daniel Lo Nigro
trafficstars

This is what I've got in one of my projects - Feel free to take any parts of it: ```csharp using System; using MathNet.Numerics; using System.Math; namespace AtarCalc.Web.Utils { ///...

> 'Maximum iterations (1000000) reached.' @JulienHDev You may need better guess values. I'm not actually very familiar with this type of curve fitting method. Someone else here may have better...

> Did you install all the Dev dependencies? Yeah, I think they're all there. I ran `npm install`. > So this is not related to your notifications, but an issue,...

Thanks for the reply @bengotow :) > I think we could open one connection per folder, but you could hit provider limits pretty quickly How some other email clients solve...

@bengotow > It might be interesting to look at the mailsync-****.log files in your Mailspring data directory and see if anything weird is going on I just tried it again...

Feel free to take over... I had issues with the development environment and with Mailspring not actually fetching new emails in subfolders, so I gave up on this and switched...

> For example, if I wanted to host photoprism in DigitalOcean For what it's worth, [BuyVM](https://buyvm.net/) offers [storage for their VPSes](https://buyvm.net/block-storage-slabs/) at $5/TB/month in 256 GB increments (so $1.25 per...

I'm pretty sure it's the first one (mount cloud storage directly in photoprism).

I'm not familiar with Win32 C++ dev, but it looks like this is the API you'd need to call: https://docs.microsoft.com/en-us/windows/desktop/gdi/cleartype-antialiasing

It's because the socket filename is incorrect. This is in the MySQL configuration: ``` socket = /Applications/MNPP/tmp/mysql/mysql.sock ``` The path in php.ini needs to be updated to reflect this: ```...