Andrew Gibbs
Andrew Gibbs
I find most of the description on this page very clear and well-written. However, in the **make it fail every time** segment of the [debugging](https://swcarpentry.github.io/python-novice-inflammation/11-debugging/index.html) lesson, I found the text...
I followed the instructions [here](https://www.resemble.ai/alexa-skills-custom-voices/), deployed, invoked the skill, then Alexa responds with "There was a problem with the requested skill's response". Trying again, I get the response "You just...
In the [documentation](https://www.juliahomotopycontinuation.org/HomotopyContinuation.jl/stable/endgame_tracker/#HomotopyContinuation.EndgameOptions) (and corresponding docstring), the endgame parameter `singular_min_accuracy = 1e-6` appears incorrectly as `sing_accuracy = 1e-12`.
Hi, I run the following code with two overlapping quadrilaterals: ``` using Clipper path1 = Vector{IntPoint}() mag = 2 pres = 8 push!(path1, IntPoint(0.0, 0.0, mag, pres)) push!(path1, IntPoint(0.0, 1.0,...