Han Seoul-Oh

Results 17 issues of Han Seoul-Oh

This project looks awesome, kudos! Bundling Node.js for cross-platform native capabilities, and ease of communicating with the UI thread because they're both JS, is a very clever twist on the...

Currently graph.tk only supports modern browsers that natively implement <canvas>. There's a clever Internet Explorer script that uses VML to simulate <canvas> called Explorer Canvas that's pretty legit: http://code.google.com/p/explorercanvas/ Seems...

CAS

I was thinking about the idea of caching a separate map between Main commits and Sub commits (#3), and I was thinking about how `git push` and `git fetch` can...

This is the subject of a lengthy multi-part comment in the code, and is still not resolved and needs improvement: https://github.com/laughinghan/git-subhistory/blob/18c3489593338aa4d27c49c621f4903290011b52/git-subhistory.sh#L186 Basically the situation is, suppose there are two branches...

To repro: 1. Add an "upstream" empty commit to the subproject branch 2. Assimilate subproject branch 3. Split out the assimilated commits The empty commit vanishes from the round-trip split...

Use CSS3 Speech to pronounce math DOM according to http://people.rit.edu/easi/easisem/talkmath.htm EDIT: Dead link, but mirror-ish-ed at http://accessinghigherground.org/handouts2013/HTCTU%20Alt%20Format%20Manuals/Math%20Accommodations/07%20MATHSPEAK.pdf, also archived at https://web.archive.org/web/20131014070811/http://people.rit.edu/easi/easisem/talkmath.htm

Hard
Feature

Fixes #477 (which also explains these fixes)

Text

Accidental deletion etc. should be undo-able. Must support both undo and redo and both Command/Ctrl-Y as well as Shift-Command/Ctrl-Z.

Hard as Hell
Feature

Fixes #205. Might also affect #22. This affected all dead keys such as ´,`,^,¨,~. Tested on: - Safari 6, 7 and 9 (OS X) - Chrome 48 (Win and OS...

If a hunk consists of only deleting or only adding at the beginning or end of a word, then combine them into one hunk. Examples: - Changes from `simplediff`: ```diff...