mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #38] Goost lib? #28
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dpalmasan on GitHub (Oct 15, 2022).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/38
I get an import error related to
base64from goost namespace. It seems goost.org does not work. Wouldn't it be better using the standard base64? I have a fork with the fix if interested.If not, is there a workaround for this?
@gen2brain commented on GitHub (Oct 15, 2022):
Fixed in
github.com/gen2brain/cam2ip@f58b475549.@gen2brain commented on GitHub (Oct 15, 2022):
goost.org implements base64 in assembly, I prefer to use it where is available (on amd64). For some time it was available on github.com/libgoost, but now that is also gone, it now uses the fork I had locally.