Skip to content

Instantly share code, notes, and snippets.

View tkataja's full-sized avatar

Tuukka Kataja tkataja

  • Ubigu Oy
  • Tampere
View GitHub Profile
@ikitommi
ikitommi / demo.clj
Last active April 25, 2025 22:51
OpenAI API Structured Outputs in Clojure with Malli
(ns summer.demo
(:require [summer.openai :as openai]))
(def Step
[:map
[:explanation :string]
[:output :string]])
(def MathResponse
[:map {:name "mathresponse"}
@alexreardon
alexreardon / drag-and-drop-notes.md
Last active May 16, 2025 23:58
An explanation of the timing of drag and drop events

Drag and drop

This is a collection of knowledge I have built up regarding browser powered drag and drop functionality

Events

dragstart

  • timing: once as drag is starting
  • event.target: draggable Element