Finland
Dealing with abstract.
Comment by ~miikka on ~miikka/clj-base62
Thanks for reporting. Fixed in
0.1.1
.
Comment by ~miikka on ~miikka/clj-base62
Miikka Koskinen referenced this ticket in commit 69564a7.
REPORTED
RESOLVED FIXEDTicket created by ~miikka on ~miikka/cookiecutter-clj
This requires using Conventional Commits, so it's not a slam dunk.
Ticket created by ~miikka on ~miikka/cookiecutter-clj
There needs to be a way to build a release and deploy it to Clojars. Sean Corfield's build-clj can be a useful building block.
Comment by ~miikka on ~miikka/clj-branca
Fixed in version 0.1.2.
REPORTED
RESOLVED FIXEDTicket created by ~miikka on ~miikka/clj-branca
encode
anddecode
optionally take the current time as an option:now
. At the moment, the value has to be an integer that represents seconds since the Unix epoch.It should be extended to allow values that satisfy the
Inst
protocol. We can then callinst-ms
on the value to convert it into seconds.The change involves
- Adding Inst handling to
get-now
- Updating the docstrings for encode and decode
- Adding unit tests with Inst now
Comment by ~miikka on ~miikka/clj-branca
Fixed by https://git.sr.ht/~miikka/clj-branca/commit/4c0ad8ea23023dfba539f15d57a27b314c8643c2 and published in release 0.1.1.
REPORTED
RESOLVED FIXEDTicket created by ~miikka on ~miikka/clj-branca
cljdoc analysis is failing because it can't find
byte-streams
. I believe this is because the published jar lacks the pom file, so cljdoc does not know about clj-branca's dependencies.