Skip to main content

Search

Items tagged with: kitten


Quite happy with how the page/component lifecycle log messages are coming along as part of my push to get the new stateful components over the line in Kitten¹.

This should make it very easy to ensure that things are happening as you think they are and to conceptualise the behaviour of your stateful component hierarchies. (You can also use stateless components, of course, as is the currently documented workflow.)

¹ kitten.small-web.org

#Kitten #devNotes #SmallWeb #SmallTech


Little Chupi cracks us up with how deeply she enjoys snuggles. For a scraggly little cat with a bad haircut named after a blood sucking monster, she is awfully sweet. #Cats #CatsOfMastodon #Mastocats #Kitten #blep #FunnyAnimals


One of the beautiful things about Sublime Merge¹ (and git/diffs) is that you can see exactly what has changed in complex expected values in tests to ensure that you’re updating the tests without overlooking regressions.

(This is from the Markdown page loader tests in Kitten², as I’m refactoring to implement the upcoming breaking change in the stateful components API³ as it affects the generated code for stateful layout components in Markdown pages.)

¹ Which I always have running, full-screen on its own monitor.
² kitten.small-web.org
³ Currently experimental and undocumented but that should change once this breaking change is implemented.

#git #diff #unitTests #tape #SublimeMerge #Kitten #SmallWeb #web #dev #developerExperience


🥳 New Kitten Release

• Fixed: Kitten no longer crashes when a server error occurs after a response has ended. (#320)¹

Full change log: codeberg.org/kitten/app/src/br…

Enjoy!

:kitten:💕

¹ codeberg.org/kitten/app/issues…

#Kitten #KittenRelease #SmallWeb #SmallTech #bugFix


🥳 New Kitten¹ release!

Implemented workaround:

There is a bug in the CommonMark spec that results in preformatted code with empty lines nested in an HTML node not rendering correctly.²

In Kitten, this previously threw an error (see #294³ and also #318⁴).

Kitten now works around the issue in its own parser.

Full change log: codeberg.org/kitten/app/src/br…

Enjoy!

:kitten:💕

¹ kitten.small-web.org
² github.com/commonmark/commonma…
³ codeberg.org/kitten/app/issues…
codeberg.org/kitten/app/issues…

#Kitten #KittenRelease #SmallWeb #SmallTech #CommonMark #spec #bug #workaround #Markdown #web #dev #NodeJS



🥳 New Kitten¹ Release

Fixed:

• (Possible regression?) Value referencing during database event logging (see 2026-04-02 release²) was broken. This is now fixed.

Enjoy!

:kitten:💕

¹ kitten.small-web.org
² codeberg.org/kitten/app/src/br…

#Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #regression


🥳 New Kitten¹ Release

Fixes:

• Actually fixes the plain HTMX connection state handlers. They’re now stable and exactly match the behaviour of the Alpine.js handlers in plain HTMX (this was not trivial codeberg.org/kitten/app/commit… due to a limitation in HTMX github.com/bigskysoftware/htmx…).

Enjoy!

:kitten:💕

¹ kitten.small-web.org

#Kitten #KittenReleases #SmallWeb #SmallTech #bugfix


🥳 New Kitten¹ Release

Fixes:

• The `kitten.html` shorthands for plain HTMX client-side event handling of a Kitten Page’s default WebSocket lifecycle (`on:connecting`, `on:connect`, and `on:disconnect`) were generating faulty HTMX code (the Alpine.js versions, `@on:connecting`, `@on:connect`, and `@on:disconnect`, were fine). The plain HTMX versions now also generate working code.

• Replaced direct `eval` in a statement in the Kitten Introspection API to improve safety and silence the esbuild warning.

Full change log: codeberg.org/kitten/app/src/br…

Enjoy!

:kitten:💕

¹ kitten.small-web.org

#Kitten #KittenReleases #SmallWeb #SmallTech #bugfix