home.social
  1. Finally, complete the v1 of spdxconv.

    spdxconv is a program to convert existing licenses and copyrights into identifiers or insert new ones. This program works in tandem with software.

    Features:

    * REUSE Integration: Detects annotations from REUSE.toml.
    * Customizable Defaults: Set default license identifiers and copyright holders.
    * Smart Comments: Customizable patterns to set comment syntax ...

    See git.sr.ht/~shulhan/spdxconv/ for more information.

  2. gorankusu v0.7.0

    Gorankusu is the library that provide HTTP service with web user interface to test HTTP and/or endpoints and for HTTP endpoints.

    Changes,

    * all: refactoring form input for multipart form-data
    * all: make HTTP Target Params works along with WithRawBody
    * _www: support HTTP target with content type "text/html"
    * all: add git.sr.ht APIs into example
    * _www: fix save on null Headers and Vars
    ...

    Full changelog at git.sr.ht/~shulhan/gorankusu/r

  3. v0.5.0

    [Gorankusu](sr.ht/~shulhan/gorankusu) is web user interface for and HTTP and/or WebSocket endpoints.

    This release rename the project from "trunks" to "gorankusu".

    Changes,

    * all: allow submit free form request body in HTTPTarget
    * all: implement form input file
    * all: add type to customize how to dump HTTP request and response
    * all: support parameter binding in HTTP Path
    * _www: check HTTP response status greater or equal 400

  4. trunks v0.4.1

    trunks is library and service for programmatically run and HTTP services.

    This release only have chores, it should not break anything.

    * go.mod: update all dependencies

    This changes set minimum Go version to version 1.20.
    The module finally has some update to v12.11.1.

    * gitmodules: use https instead of git scheme

    * _www: setup eslint for linting TypeScript

    * Makefile: replace the Go linter

    Full changelog at git.sr.ht/~shulhan/trunks/refs

  5. After spending several hours trying to simplify my web editor, now I remember why I don't use 😑

    Those br/div tag changes are annoying and probably not worth to fix.