Adicco Bhikkhu
Adicco Bhikkhu
Hello, This is a minor detail, but I noticed that when not adding a semicolon after the last line in the `script` section of a vue file, the closing ``...
## Description Added support for a new `hx-swap-oob-source` attribute which presently can only take one value, `firstChild` (in line with the DocumentFragment API.) If set to `firstChild`, the swapped node...
In the `getInputValues` function: ``` // form values take precedence, overriding the regular values values = mergeObjects(values, formValues); ``` It would be neat if this detail was included in the...
Hello, many thanks for this plugin which has been working well for us so far. I had to pay attention to one plugin in particular which was issuing tens of...
I have a standard listing of audio recordings with different filters on the left which are grouped in overflowing containers; say something like this: ```html author 1 author 2 etc......
Let's say you have a wishlist app and the wishlist objects all have items. You want standard CRUD routes on `/wishlist/:id` but also on `/wishlist/:id/items/:item_id` I was trying to come...
Hello there, The following code: ```ts import { parseEnv } from 'znv'; import { z } from 'zod'; export const { DEFAULT_ADMIN_EMAILS, } = parseEnv(process.env, { DEFAULT_ADMIN_EMAILS: z .string() .optional()...