Skip to content
View fabianeichinger's full-sized avatar
Block or Report

Block or report fabianeichinger

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. htmx extension for Shopify Ajax API htmx extension for Shopify Ajax API
    1
    htmx-ext-shopify gives you access to the [Shopify Ajax API](https://shopify.dev/api/ajax) from HTML to progressively enhance your [Liquid templates](https://shopify.dev/themes). It's an unofficial, experimental [extension](https://htmx.org/extensions/) for [htmx](https://htmx.org/).
    2
    
                  
    3
    The extension manipulates API requests and responses in order to replace / update [Liquid sections](https://shopify.dev/themes/architecture/sections) on the current page. The new HTML for sections comes from [Bundled section rendering](https://shopify.dev/api/ajax/reference/cart#bundled-section-rendering) and inserted using htmx [swapping](https://htmx.org/docs/#swapping) and [out of band swaps](https://htmx.org/docs/#oob_swaps).
    4
    
                  
    5
    This behavior is controlled using [existing](https://htmx.org/reference/) and new (see below) `hx-*` attributes on the form triggering the request.
  2. Find your Apple Watch without Find My Find your Apple Watch without Find My
    1
    You can play a sound on your Apple Watch from your iPhone without Find My. It needs to be powered on and in range. I usually prefer that when I know it's somewhere close. The sound is less annoying and there is no email from Apple about a sound being played. Also it won't randomly trigger the sound at a later time in case the Watch is turned off.
    2
    
                  
    3
    1. Open the Watch app
    4
    2. Go to Sounds & Haptics
    5
    3. Tap on the louder end of the Alert Volume slider
  3. _Ajv_JTD_Coercing.md _Ajv_JTD_Coercing.md
    1
    Basic type coersion support for [JSON Type Definition](https://ajv.js.org/json-type-definition.html) schemas in [Ajv](https://github.com/ajv-validator/ajv).
    2
    This is currently an [unimplemented feature in Ajv](https://github.com/ajv-validator/ajv/issues/1724).
    3
    Works by wrapping compiled ValidatorFunctions and handling resulting type errors.
    4
    Uses lodash for JS type checking and deep get and sets on the data object.
    5