~miikka

Finland

https://miikka.me/

Dealing with abstract.

Trackers

~miikka/clj-base62

Last active 1 year, 1 month ago

~miikka/cookiecutter-clj

Last active 2 years ago

~miikka/clj-branca

Last active 2 years ago

#3 Reflection warning 1 year, 1 month ago

Comment by ~miikka on ~miikka/clj-base62

Thanks for reporting. Fixed in 0.1.1.

#3 Reflection warning 1 year, 1 month ago

Comment by ~miikka on ~miikka/clj-base62

Miikka Koskinen referenced this ticket in commit 69564a7.

REPORTED RESOLVED FIXED

#2 Add git-cliff for generating changelogs 2 years ago

Ticket created by ~miikka on ~miikka/cookiecutter-clj

This requires using Conventional Commits, so it's not a slam dunk.

#1 Add release tools based on tools.build 2 years ago

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.

#2 Allow Inst values as :now 2 years ago

Comment by ~miikka on ~miikka/clj-branca

Fixed in version 0.1.2.

REPORTED RESOLVED FIXED

#2 Allow Inst values as :now 3 years ago

Ticket created by ~miikka on ~miikka/clj-branca

encode and decode 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 call inst-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

#1 Fix cljdoc analysis 3 years ago

Comment by ~miikka on ~miikka/clj-branca

REPORTED RESOLVED FIXED

#1 Fix cljdoc analysis 3 years ago

Ticket 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.

#2 Release to Clojars 3 years ago

Comment by ~miikka on ~miikka/clj-base62

REPORTED RESOLVED FIXED

#1 Slow performance 3 years ago

on ~miikka/clj-base62

REPORTED RESOLVED WONT_FIX