~m15a

Hokkaido, Japan

https://github.com/m15a/

WIP

#Recent activities

Nix is a great tool to build package and environment in purely functional way, and I enjoy using it.

#Fennel projects

  • bump.fnl: a small CLI utility that bumps version string and/or auto updates headings including version and URLs in Markdown changelog.
  • fnldoc: a fork of Fenneldoc, which was sadly archived, with some bug fixes and new features. I'd like to express my huge appreciation to the original creator andreyorst.
  • vim-fennel-symtax: a fork of fennel.vim, which is inactive now. Again, I'd like to express my huge appreciation to the initiator of the original bakpakin and contributors.

#PureScript projects

  • purescript-choku: a Chalk binding library for decorating terminal texts easily. This is my first PureScript stuff.

Trackers

~m15a/bump.fnl

Last active 6 months ago

~m15a/fnldoc

Last active 1 year, 1 month ago

#12 Support Keep a Changelog's version links 6 months ago

feat added by ~m15a on ~m15a/bump.fnl

#12 Support Keep a Changelog's version links 6 months ago

Ticket created by ~m15a on ~m15a/bump.fnl

Keep a Changelog's version links have format:

[Unreleased]: https://github.com/johndoe/a-project/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/johndoe/a-project/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/johndoe/a-project/releases/tag/v0.1.0

where links other than the initial release point to respective diffs between tags.

It would be nice to support auto-creating such links. I don't know if the other code hosting services have similar links, though. At least sourcehut doesn't.

#22 Cross-file, cross-module, or external link 1 year, 1 month ago

feat added by ~m15a on ~m15a/fnldoc

#22 Cross-file, cross-module, or external link 1 year, 1 month ago

Ticket created by ~m15a on ~m15a/fnldoc

It would be nice if inline reference can link to symbol outside the file. For example special forms in Fennel reference page.

#20 Unwanted documentation for non-module table 1 year, 1 month ago

Comment by ~m15a on ~m15a/fnldoc

NACAMURA Mitsuhiro referenced this ticket in commit 1d46a57.

REPORTED RESOLVED IMPLEMENTED

#21 Packaging: LuaRocks 1 year, 1 month ago

packaging added by ~m15a on ~m15a/fnldoc

#21 Packaging: LuaRocks 1 year, 1 month ago

Ticket created by ~m15a on ~m15a/fnldoc

#11 Packaging: LuaRocks 1 year, 1 month ago

packaging added by ~m15a on ~m15a/bump.fnl

#11 Packaging: LuaRocks 1 year, 1 month ago

Ticket created by ~m15a on ~m15a/bump.fnl

Probably? To get more approachable for Lua users?

#20 Unwanted documentation for non-module table 1 year, 1 month ago

feat added by ~m15a on ~m15a/fnldoc