You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recaptcha library added a second overload for initRecaptcha. Consequently, nimwcpkg/webs/captchas.nim:setupReCaptcha must provide a third argument (either a bool or a Provider) for Nim to unambiguously resolve the call. This will matter more once recaptcha stamps a new release. You may want a when compiles guard to handle both old & new recaptcha libs.
The text was updated successfully, but these errors were encountered:
I found it compiling a big chunk of The Nimbleverse to test https://github.com/c-blake/nimp. Nimble uses latest tagged releases while nimp uses #head all the time, really..(or whenever the installer last did nimp up for all their packages).
I started to "patch/fix" said Nimbleverse before deciding to compare how much regular nimble failed - which was "also a lot". :-) The main Nim does important packages CI, but 30-40% of "wider world" packages just break from neglect. { I do not think nimble devs test against the 1350 packages they could. The onus is instead upon package authors to test nimble. }
The recaptcha library added a second overload for
initRecaptcha
. Consequently,nimwcpkg/webs/captchas.nim:setupReCaptcha
must provide a third argument (either abool
or aProvider
) for Nim to unambiguously resolve the call. This will matter more once recaptcha stamps a new release. You may want awhen compiles
guard to handle both old & new recaptcha libs.The text was updated successfully, but these errors were encountered: