Zach Saucier

Results 17 issues of Zach Saucier

When reading though [YDKJS: ES6 & Beyond; Chapter 2: Syntax](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch2.md) about [Tagged Template Literals](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch2.md#tagged-template-literals), I thought of the case, "what if a multi-line tagged template literal is inside of a...

for second edition

CSS was made to be a styling language and to be supplementary to the markup of a page, not vital to it. Use of practices such as the checkbox _hack_...

We're getting a couple different errors with mediaelement. The first is: ``` Uncaught TypeError: Cannot read property 'userAgent' of undefined ``` We believe it's related to this line which looks...

Feature

Many websites lazy load their images. There are various ways that this is done, some of which cause more issues with Just Read's viewer. It'd be best to re-investigate this...

enhancement
help wanted

Just Read's current content selection algorithm (found in the `getContainer` function) can be summarized as: 1. Get the paragraph tag with the most words on the page. This tends to...

bug
enhancement
help wanted

Share any stylesheets that you use and really like here! **Note**: You add the stylesheets below to your copy of Just Read by right clicking the Just Read icon and...

enhancement
help wanted

I created [a GUI](https://github.com/ZachSaucier/github-calendar-customizer) ([demo](http://codepen.io/Zeaklous/full/PzVRBy/)) that allows images and pre-made arrays to be used as input. It also has drag-to-edit capabilities like the Gitfiti painter that exists already. Thanks for...

I've installed ae-to-json and the other requirements and don't get any errors when I run `node someFile.js` with this inside it: ``` var aeToJSON = require('ae-to-json/after-effects'); var ae = require('after-effects');...

Let me know how I did this incorrectly! I just did a quick test in my situation, I'm sure there's room for improvement on the implementation.

I use SvelteKit for my blog but not my main site. I'd like to add some additional pages by hand if possible. I'll make a PR for adding the support!

enhancement