Francesco Bertolaccini

Results 79 comments of Francesco Bertolaccini

I think this article might be relevant: https://getimageview.net/2020/06/02/microsoft-defender-smartscreen-is-hurting-independent-developers/

In that case, I think submitting the file as a false positive should be the right course of action: https://www.microsoft.com/en-us/wdsi/filesubmission

I have addressed the stylistic issues

I've hit a roadblock in that I could not find an easy way to implement this feature using the FMOD backend, but this is probably mainly due to my inexperience...

Thanks for the tips! Seems like the FMOD backend mostly works now, but the `length` field cannot be 0 (it will make `createSound` fail otherwise), so for now I've just...

Interesting, because the idea of creating a separate class was _precisely_ to not introduce breaking changes for previous users 😄 I will take a look at it and report back...

Yeah, the troubles arose because I was thinking about implementing a proper Limit module but I wanted to stay as close as possible to the current behavior of Symbolics. Thus...

Well, I'd say to stick with one way for consistency, and seeing how `tan(Ï€/2) = 1/0`, I'd make it ComplexInfinity and keep the other options for the `Limit` module.

So could we use ComplexInfinity as an equivalent to Mathematica's Indeterminate expressions and reserve Undefined for invalid limits and solutions to impossible equations (in case a solver is implemented)?

Hi! At the bottom of the page you linked there's an info box for instructions on how to run ReGoth on Linux in case it complains about missing `.so` files:...