TinyShare — TypeScript-first social share helper
TinyShare is a tiny, TypeScript-first helper that builds social sharing URLs and opens share windows. It’s a single-file, dependency-free, programmatic alternative to DOM-bound sharer libraries.
TinyShare is a tiny, TypeScript-first helper that builds social sharing URLs and opens share windows. It’s a single-file, dependency-free, programmatic alternative to DOM-bound sharer libraries.
Jeg vet ikke hvorfor det ikke fantes før, så jeg lagde en slik kalkulator.
I've got my open source knowledge base!
I created a tool to automatically migrate my playlists from Spotify to YouTube Music
How to install TeamViewer .pkg on a Mac without admin privileges ☺️
Because of iOS Safari.
Note: Moved here.
How to setup an AirPlay server on a Raspberry Pi.
Need logging in your Electron app to the cloud but don't want to pay for services like Sentry, Papertrail, Bugsnag etc.?
Problem: Calling HTML5 video play() programmatically gives NotAllowedError in Safari, even with muted set on the video element. This is often a problem when trying to load some video data asynchronously before calling play(), even though the playback was initally triggered by a user's click (which is required by Safari).