Skip to content

Instantly share code, notes, and snippets.

View harrytruong's full-sized avatar
🚀

Harry Truong harrytruong

🚀
View GitHub Profile
@harrytruong
harrytruong / reproduction-template.js
Last active January 7, 2022 22:58
ObjectionJS dangerous use of "QueryBuilder.for()"
/**
* This is a simple template for bug reproductions. It contains three models `Person`, `Animal` and `Movie`.
* They create a simple IMDB-style database. Try to add minimal modifications to this file to reproduce
* your bug.
*
* install:
* npm install objection knex sqlite3 chai
*
* run:
* node reproduction-template
@harrytruong
harrytruong / README.md
Last active December 1, 2019 23:46 — forked from KoGor/README.md
Marker animation along SVG <path> element with D3.js II

Marker animation along SVG "path" element with D3.js: animating "path" and marker movement synchronously.