thunderkid
thunderkid
I'm getting this `GoogleMap bounds not eq` warning whenever I specify an `onChange`. This occurs even if my onChange callback is completely empty! So just adding the following line `onChange={(settings)...
There's a [PR](https://github.com/davidedc/Algebrite/pull/123) here for increasing the precision, but it's hardcoded and fairly limited in its scope. I haven't tested it myself since I need something broader in my own...
Haven't found a way. I notice there's a [PR](https://github.com/davidedc/Algebrite/pull/123) to hard-code it to 20 places instead of the usual 6, but nothing flexible.
Agreed, it would be nice to have this > 6. It would be even nicer to allow, eg, 1.3e-32. I don't think your PR addresses that. Is that correct?
@murkle: No, just a cut-and-paste typo. Thanks for the catch. I've updated the issue. It still hangs.
Here's a cleaner example. Running `simplify` on `0.123 * x + 335 * y` gives the `floating point numbers in polynomial` error in version 1.3.1 but not 1.2.1.
Is there any documentation on the execute* methods? I assume that to run a procedure that returns something I'd need to use `executeActionReturning`, but there are no docs on the...
@mentegy Thanks. But that looks quite involved. I thought calling a stored procedure would be a fairly common use case.
@dalmat36 No, I didn't. I actually switched back from Quill to Slick because of that. It made me rather nervous that something I'd consider pretty mainstream wasn't a standard feature...
I'm using it with React/Typescript and it works fine. I just followed the standard instructions for adding to the webpack.config file.