Skip to content

Instantly share code, notes, and snippets.

View StorytellerCZ's full-sized avatar

Jan Dvorak StorytellerCZ

View GitHub Profile
@bukaicode
bukaicode / meteor-testing-2026.md
Last active February 11, 2026 20:38
My 2026 Meteor Testing Setup

Meteor Testing in 2026

A working test setup for a decade-old Meteor application utilizing Mocha and Cypress.

  • Meteor 3.4
  • Blaze front-end
  • Windows dev environment

NPM Packages

@StorytellerCZ
StorytellerCZ / meteor-socialize-dev
Last active July 16, 2017 17:32
Basic setup for Meteor Socialize development
#!/bin/sh
# create bare Meteor app
meteor create socialize-dev --bare
cd socialize-dev
# create packages folder
mkdir packages
cd packages
# clone all the socialize packages on dev

Turning Off Github Issues

My friend Michael Jackson turned off github issues on one of his smaller projects. It got me thinking...

Maintainers getting burned out is a problem. Not just for the users of a project but the mental health of the maintainer. It's a big deal for both parties. Consumers want great tools, maintainers want to create them, but maintainers don't want to be L1 tech support, that's why they