Vaughn Iverson

Results 412 comments of Vaughn Iverson

Hi, thanks for your quick response, as always. So I think there are two different issues here. The first was some stale go mod cache issues as you pointed out...

Here's a gist with the same code + failure in gophernotes: https://gist.github.com/vsivsi/30f8bd862c1faef7a7710764b98d80b0

Hi, @cosmos72 I hope you are staying safe and healthy! Just checking in to see if there's any progress on this issue or anything I can do to help. I've...

Yes, we are also stuck at home, so time to find some bugs! Ok, I followed your advice and did this work in gomacro only, and have been able to...

Sorry to hear that. It seems for now I should just proceed with the modules support disabled. Please let me know if there's anything more I can do to help.

Issue reported to Nteract: https://github.com/nteract/nteract/issues/5055

@mmcloughlin This PR is also now fully merged with upstream and ready to go. I took inspiration from the GFNI PR #344 and backed-out the editing of `x86_64.xml` I agree,...

@mmcloughlin Happy to see recent activity on Avo. I'd love to get some PRs merged so I can get off my fork. This one is a pretty straightforward fix, would...

Repro for second case of -Inf: ```golang package main import ( "fmt" "math" "math/big" "github.com/ALTree/bigfloat" ) func main() { // Exponentiation of -Inf^n equals -0 for all odd negative integer...

See https://github.com/ALTree/bigfloat/pull/37