Tim Gymnich
Tim Gymnich
I am using this action just to periodically merge changes from a forked repository into my fork. Creating tags would still fit into the scope of this action. The verification...
right, that should help
I don't know how this happened. But I tried to make personal access tokens work on this repo in version 1.4.
This is what I get: ```julia julia> using Enzyme, Polyester julia> function f(x) y = similar(x) @batch for i in eachindex(x, y) y[i] = x[i]^2 end return y end f...
Thanks for brining this up. Our Signed Big Integer implementation uses a sign bit and an unsigned magnitude. When we perform a right shift on a `BigInt` we basically just...
This sounds great. Did you already benchmark both approaches?
Yes, please! Violets test suite looks way more sophisticated than ours.
I unfortunately lack permission to push cocoa pods updates. Maybe @koraykoska can help.
Either this or a GitHub action to push the pod automatically would be great.
This workaround might be helpful until we can resolve this issue: ``` pod 'BigInt', :git => 'https://github.com/attaswift/BigInt', :tag => 'v5.3.0' ```