chriscoyier/Fluid-Width-Video 222
That maintains aspect ratio and works with all major video hosts
chriscoyier/css-tricks-functionality-plugin 109
An example of the real plugin in use at CSS-Tricks.com
CodeKit 2 Beta
A jQuery plugin for inflating web type
UI-less, performant transitions & animations
BendJS website - Built with NextJS and open for the community to hack on!
chriscoyier/DeseretDigitalWorkshop 10
Template from Workshop
push eventchriscoyier/coding-fonts
commit sha 2ef4140948d6cfb94b449190b38e683fc13ab9db
Update README.md
push time in 18 hours
push eventchriscoyier/coding-fonts
commit sha c0c28bcacc9996b93a0cf7b7080b8c2fe9fa0fbb
Create style.css
push time in 18 hours
push eventchriscoyier/coding-fonts
commit sha 9498ab9a8f01dfbc431017701638ce00b5af8c0d
Create main.js
push time in 18 hours
push eventchriscoyier/coding-fonts
commit sha b68ef091b3d1fbb7657c5ab3cd035796dac70b8a
Create index.html
push time in 18 hours
push eventchriscoyier/coding-fonts
commit sha 8cfe44cc2d9d9ac0dadfaebc05f8b322f6d1563c
Update README.md
push time in 18 hours
push eventchriscoyier/coding-fonts
commit sha 45ac7e1a82ff9658cbbfd30ab55bce90ce368a66
Update README.md
push time in 18 hours
pull request commentelanthia-online/illthorn
fix: add treewalker parser implementation;
Hit me up when you're ready for review!
comment created time in 21 hours
push eventelanthia-online/illthorn
commit sha 4eafc7056f022bdf32a9f271d4e9f936dac02b45
store commands from all characters in one store
push time in 21 hours
pull request commentelanthia-online/illthorn
WIP: Save Command History to Storage
I'm unsure if these need to be grouped by the name though, I've been thinking a lot about this, and you can basically have a significantly larger pool of autocomplete options if they are not binned by name
I'm fine with that. Especially because it's philosophically aligned with your thing about the CLI not clearing itself when you change between accounts. Like commands can be character-sharable.
I am not sure how functionally useful the commands being silo'd is.
My only thinking with the silo'ing is that they (I think!) are silo'd when you are in a session. So when I'm playing one character, and I can always count on that "up arrow" being something that this character actually did. But then if I refresh the client, all the sudden that "up arrow" has stuff in it from other characters. But the "larger pool" does mean that if I start typing, the chances of a useful autocomplete coming up is higher, which is good, so let's just ship that for now.
comment created time in 21 hours
startedvitejs/vite
started time in 2 days
PR opened elanthia-online/illthorn
For this: https://github.com/elanthia-online/illthorn/issues/13
Not working great now. The biggest problem (and this came up with Thoughts storage too) is that I'm not sure the best way to know the Character name (which I think is a good unique identifier for storage) at certain points in the code. So I resort to asking the DOM for it, which is bad enough as is, but in my first commit here, I even setTimeout for a bit because the DOM doesn't know it yet in time for the CLI constructor.
It does "work" though, except that it doesn't seem to be loading back in a command history on a per-session basis as it should, but instead loading in the same buffer for everyone.
pr created time in 4 days
push eventCSS-Tricks/serverless
commit sha bf5eb125d1ca1fdd705cf3882708966cf46eb6a5
Add Arengu to form services list
commit sha e78a9082cdaff1bcc6aff320e10e31680f337ea8
Merge pull request #132 from jacobovidal/add-arengu-to-services Add Arengu to form services list
push time in 7 days
PR merged CSS-Tricks/serverless
Add Arengu as form provider
pr closed time in 7 days
startedPhilipp-M/colvertize
started time in 10 days
startedseanwuapps/codepen-link
started time in 11 days
push eventCSS-Tricks/serverless
commit sha 0402be823149dda1436e0526436f7e54edb0bec6
Update Notifications “sparkpost”
commit sha 94f2ae88bb1c266356ee60e5cb54fbd4422397a5
Merge pull request #131 from avigoldman/cms/avigoldman/serverless/notifications/sparkpost Update Notifications “sparkpost”
push time in 11 days
PR merged CSS-Tricks/serverless
Automatically generated by Netlify CMS
pr closed time in 11 days
push eventCSS-Tricks/conferences
commit sha e564030e453fa81a15d2ece69eb69e5bb5d34d90
Render-ATL .md file (#249) Added Render-Atlanta 2021 conference markdown file
push time in 13 days
PR merged CSS-Tricks/conferences
Added Render-Atlanta 2021 conference markdown file
pr closed time in 13 days
push eventelanthia-online/illthorn
commit sha 5e2d41e1c8c43727f92a9d3e22b6ea42d6315913
don’t input char into CLI with alt keypress
commit sha bd79c4c3c3a7225a41a7dea3a5103ff81e571e28
Merge pull request #136 from elanthia-online/fix/alt_switching don’t input char into CLI with alt keypress
push time in 14 days
push eventelanthia-online/illthorn
commit sha 5e2d41e1c8c43727f92a9d3e22b6ea42d6315913
don’t input char into CLI with alt keypress
push time in 14 days
startedjmstfv/open-expenses
started time in 15 days
PR closed elanthia-online/illthorn
#97
Changes path to the icon.
pr closed time in 16 days
pull request commentelanthia-online/illthorn
should be fix in new icons merge
comment created time in 16 days
push eventelanthia-online/illthorn
commit sha e73d9807f87178f543af811a618562d23e801071
testing build with new icon
commit sha 9dd5d36c784f5420adfb75351b8bd5ac69f9a7b3
Merge branch 'master' into feat/new_icon
commit sha aedd9f96f9717615643f652e5b1938263ef59d41
readme header
commit sha 1c52371ad2b13e8b9f49965dc7cd1f20fb4686e8
lockfile
commit sha 3380e6c589aaec6134aa181556a82c56bd3eaa08
windows icon and icon path
commit sha bc1404863ffbd0839e379d5ff369a9f5b11152e3
img
commit sha b42ce543eb39af212f9efff831cc7df97467b252
Merge pull request #133 from elanthia-online/feat/new_icon New Icon
push time in 16 days
PR merged elanthia-online/illthorn


It was done by Michael Flarup: https://www.instagram.com/flarup/
I verified the macOS one works on build, I think the Linux one should work, but I'm betting the Windows one will not yet. The windows file (.ico) is in there, but I don't know where to link it up.
I found a hot tip where if you go into node_modules you can find electron.app and then you can change the icon on it, so it sets the icon even in dev.


pr closed time in 16 days
pull request commentelanthia-online/illthorn
That's 2 for 2 for active contributors so I'd call that a win.
comment created time in 16 days
push eventCSS-Tricks/serverless
commit sha 15d74b8cfc2290315027980120e55bbf2569dfce
add flotiq to cms list
commit sha 800474aa6c530cc9b4c740cfc6655bcaad64a99d
Merge pull request #130 from Jerdam/master add flotiq to cms list
push time in 16 days
issue commentelanthia-online/illthorn
Oh bummer - can you make sure to run a yarn install and if still trouble wipe node_modules and do fresh?
comment created time in 16 days
PR opened elanthia-online/illthorn


It was done by Michael Flarup: https://www.instagram.com/flarup/
I verified the macOS one works on build, I think the Linux one should work, but I'm betting the Windows one will not yet. The windows file (.ico) is in there, but I don't know where to link it up.
I found a hot tip where if you go into node_modules you can find electron.app and then you can change the icon on it, so it sets the icon even in dev.


pr created time in 17 days
push eventelanthia-online/illthorn
commit sha bc1404863ffbd0839e379d5ff369a9f5b11152e3
img
push time in 17 days
push eventelanthia-online/illthorn
commit sha aedd9f96f9717615643f652e5b1938263ef59d41
readme header
commit sha 1c52371ad2b13e8b9f49965dc7cd1f20fb4686e8
lockfile
commit sha 3380e6c589aaec6134aa181556a82c56bd3eaa08
windows icon and icon path
push time in 17 days
push eventelanthia-online/illthorn
commit sha 34d53af9c405c3141b70c0779697259b7cc5c3ee
First crack at hot reloading
commit sha 7662d659bfeee8bceced77e4653b5518335f9b0a
attempt at theme switching
commit sha 204c3732070c409398d12308af9a7a3983c1e0a0
fix fonts
commit sha 92a5466dd4b84f97160075180ccd061a400d96f4
remove sass script
commit sha 7958be8c52166b4c95bed0606bd152bf7e7e5435
ports that don’t conflict at work
commit sha 369e66754032994e4d5345fff7a5fb3a7208b1d3
Merge branch 'master' into dev/hot_reloading
commit sha 21c7d1c9fd927ca54761f2b0bcf5f4dd74b95e63
working theme switching
commit sha e667015b4a6ea326611b6939335231125203d377
put back empty scripts
commit sha 0d96c614b40e4273a00195897ebaf425ed33a05d
Merge pull request #130 from elanthia-online/dev/hot_reloading Hot Reloading
commit sha 9dd5d36c784f5420adfb75351b8bd5ac69f9a7b3
Merge branch 'master' into feat/new_icon
push time in 17 days
startedscullyio/scully
started time in 17 days
push eventelanthia-online/illthorn
commit sha 34d53af9c405c3141b70c0779697259b7cc5c3ee
First crack at hot reloading
commit sha 7662d659bfeee8bceced77e4653b5518335f9b0a
attempt at theme switching
commit sha 204c3732070c409398d12308af9a7a3983c1e0a0
fix fonts
commit sha 92a5466dd4b84f97160075180ccd061a400d96f4
remove sass script
commit sha 7958be8c52166b4c95bed0606bd152bf7e7e5435
ports that don’t conflict at work
commit sha 369e66754032994e4d5345fff7a5fb3a7208b1d3
Merge branch 'master' into dev/hot_reloading
commit sha 21c7d1c9fd927ca54761f2b0bcf5f4dd74b95e63
working theme switching
commit sha e667015b4a6ea326611b6939335231125203d377
put back empty scripts
commit sha 0d96c614b40e4273a00195897ebaf425ed33a05d
Merge pull request #130 from elanthia-online/dev/hot_reloading Hot Reloading
push time in 17 days
PR merged elanthia-online/illthorn
Working: Update .scss file, see changes directly in Electron.
- [x] TODO: Theme Switching
- [x] TODO: Investigate if updating JavaScript files can hot reload also
- I'm just not sure. I think it might be something that the framework (e.g. Mithril) needs to support in the same way React has like its own reloaders. It's no worse than it was before though, so seems fine.
- [x] TODO: Investigate if this enables Electron 10 upgrade, as JavaScript is Babel-ified anyway meaning the classes could be compiled away.
- I just tried v9 and v10 and they both fail on different things. Not a trivial upgrade (still).
- [x] TODO: Investigate font loading. Seems like the
boldversion of some fonts is loading instead of regular.- Fixed, need to be limited with file paths, not too deeply nested.
pr closed time in 17 days
push eventelanthia-online/illthorn
commit sha e667015b4a6ea326611b6939335231125203d377
put back empty scripts
push time in 18 days
push eventelanthia-online/illthorn
commit sha 21c7d1c9fd927ca54761f2b0bcf5f4dd74b95e63
working theme switching
push time in 18 days
startedgoogle/eleventy-high-performance-blog
started time in 19 days
push eventCSS-Tricks/conferences
commit sha 8e4323e93bc0fe97100e50f7dd0453fc4c0613b9
Update Conference “2019-FronteersConf-Amsterdam”
commit sha 2e279cba200d2c48aad16002ffdd71d02a5856f2
Merge pull request #248 from karthilxg/cms/karthilxg/conferences/conferences/2019-FronteersConf-Amsterdam Update Conference “2019-FronteersConf-Amsterdam”
push time in 21 days
PR merged CSS-Tricks/conferences
Automatically generated by Netlify CMS
pr closed time in 21 days
issue openedelanthia-online/illthorn
The Keyboard Command for Switching Sessions Also Inserts Characters
on macOS anyway...

created time in 22 days
push eventelanthia-online/illthorn
commit sha 01fcdd9536b24e1ff48b9df00e40a83f0cdf71e2
improving hilites
commit sha 00334b7ef86bde75c4e6c323e24b054af05fe240
Merge branch 'master' of github.com:elanthia-online/illthorn into icemule/update
commit sha b22755322b80d1679fdea5373c73c0ab357f9f5a
more better syntax highlighting
commit sha 7cbc379fa487353903e50ead0c0d812a1feb574e
Merge pull request #128 from BryanSchuetz/icemule/update Icemule/update
commit sha 369e66754032994e4d5345fff7a5fb3a7208b1d3
Merge branch 'master' into dev/hot_reloading
push time in 23 days
push eventelanthia-online/illthorn
commit sha 7958be8c52166b4c95bed0606bd152bf7e7e5435
ports that don’t conflict at work
push time in 23 days
push eventelanthia-online/illthorn
commit sha 92a5466dd4b84f97160075180ccd061a400d96f4
remove sass script
push time in a month
push eventelanthia-online/illthorn
commit sha 204c3732070c409398d12308af9a7a3983c1e0a0
fix fonts
push time in a month
push eventCSS-Tricks/conferences
commit sha a09e1f037e946e052c224394cbea22d884ba515f
Add VueConf Toronto conference
commit sha 7601c8237fdc548241e710ddca1b6fce068838af
Merge pull request #247 from jillztom/master Add VueConf Toronto conference
push time in a month
push eventelanthia-online/illthorn
commit sha 7662d659bfeee8bceced77e4653b5518335f9b0a
attempt at theme switching
push time in a month
PR opened elanthia-online/illthorn
Working: Update .scss file, see changes directly in Electron.
- [ ] TODO: Theme Switching
- [ ] TODO: Investigate if updating JavaScript files can hot reload also
- [ ] TODO: Investigate if this enables Electron 10 upgrade, as JavaScript is Babel-ified anyway meaning the classes could be compiled away.
- [ ] TODO: Investigate font loading. Seems like the
boldversion of some fonts is loading instead of regular.
pr created time in a month
push eventelanthia-online/illthorn
commit sha 01fcdd9536b24e1ff48b9df00e40a83f0cdf71e2
improving hilites
commit sha 00334b7ef86bde75c4e6c323e24b054af05fe240
Merge branch 'master' of github.com:elanthia-online/illthorn into icemule/update
commit sha b22755322b80d1679fdea5373c73c0ab357f9f5a
more better syntax highlighting
commit sha 7cbc379fa487353903e50ead0c0d812a1feb574e
Merge pull request #128 from BryanSchuetz/icemule/update Icemule/update
push time in a month
PR merged elanthia-online/illthorn
More better syntax highlighting.
pr closed time in a month
push eventelanthia-online/illthorn
commit sha 52d98c0cf9e4d6c5915d1c0ea01252aa0a965bb7
patches icemule for new changes, adds more noun lists—weapons, food, forageables, herbs
commit sha 5df9c465567a27522a282de60552a46d3ee1bdfd
Merge branch 'master' into icemule/update
commit sha 59eee438101473eabb1103c85e36ce890eaf0239
Merge pull request #125 from BryanSchuetz/icemule/update Patches Icemule for new changes, adds more noun lists
push time in a month
PR merged elanthia-online/illthorn
- Fixes Icemule theme
- Adds noun lists to
_varsfor Weapons, Food, Forageables, Herbals - Updates readme to include instruction for running
yarn devto compile the stylesheets for the first time.
pr closed time in a month
push eventelanthia-online/illthorn
commit sha 1550af2724cd5ff7107b83010d9667ed321279ee
theme attribute selector fixes
commit sha b09fcc3a636083cad04096f4f6d835b167584468
some prompt things
commit sha ff1841dfbe6dba1a4f3632f4b506f59fcd9a3308
Merge branch 'master' into design/theme_updates # Conflicts: # src/app/styles/_hilite.scss # src/app/styles/themes/dark-king.scss # src/app/styles/themes/icemule.scss
commit sha 283fb01056e0e9bc24b9ca613de2d67b2398f834
feed blocks
commit sha 58430229c60bf99704c95f7f7bfdc4870b61092c
Merge branch 'master' into design/theme_updates
commit sha 377d3c63504ef715fb56f71e50670b146c8bfef6
shadow on stream too
commit sha 0b1c07c8bf8be1c30f0fea30cc7298d8599af08c
don’t load original theme under other theme
commit sha 8a24c602e737a66b4cdc67ad9fd52a567a6a1abd
more performant way to animate roundtimes
commit sha 06ae2e8709990a7c527d6e487a523e8c558496e7
simpler streams for dark king
commit sha ca9352ab7b69a9a3059642f964b93db7b2b849f0
Merge pull request #111 from elanthia-online/design/theme_updates Theme Updates
push time in a month
PR merged elanthia-online/illthorn
Just my classic stuff, cleaning things up. Will probably keep this open for a little bit as I adjust things for the new parser.
pr closed time in a month
push eventelanthia-online/illthorn
commit sha 0b1c07c8bf8be1c30f0fea30cc7298d8599af08c
don’t load original theme under other theme
commit sha 8a24c602e737a66b4cdc67ad9fd52a567a6a1abd
more performant way to animate roundtimes
commit sha 06ae2e8709990a7c527d6e487a523e8c558496e7
simpler streams for dark king
push time in a month
push eventelanthia-online/illthorn
commit sha 5ce4995bdd35032dca747c191fe492b72bdadab6
feat: adds hilite and linkify support to stream pane;
commit sha 36ab57089185dad8624edee383621e6fa9f80e38
Merge pull request #120 from elanthia-online/feat/streams-hilite-linkify feat: adds hilite and linkify support to stream pane;
commit sha 3a755280f878a161649c29216942a416150a66c0
fix: fixup clickable logic;
commit sha 58ed8fc39e217b7a23c96408f2cd8fdc5e9019f2
Merge pull request #121 from elanthia-online/fix/clickables fix: fixup clickable logic;
commit sha e7e27db350426d8e333fb4cc886ab1749f6e3d24
fix: closes #119;
commit sha 5ccfcb99e821e51fcf1e96b6c8332038f2d68e12
fix: streams initial scroll state;
commit sha 469db9169bb3bf5d07b1beee6153e364163a553c
Merge pull request #122 from elanthia-online/fix/prompt-issue-119 fix: closes #119;
commit sha 58430229c60bf99704c95f7f7bfdc4870b61092c
Merge branch 'master' into design/theme_updates
commit sha 377d3c63504ef715fb56f71e50670b146c8bfef6
shadow on stream too
push time in a month
push eventelanthia-online/illthorn
commit sha 283fb01056e0e9bc24b9ca613de2d67b2398f834
feed blocks
push time in a month
issue openedAutomattic/jetpack
Search: % in a search term throws unrecoverable error
Steps to reproduce the issue
- Go to https://css-tricks.com/
- Click on search icon
- Search for "100%"
- See error in JS console and can't remove error and re-search
What I expected
That you could use "%" in a search term.
What happened instead
Freezing
Screenshots

created time in a month
issue commentelanthia-online/illthorn
That would be cool if "Also here" and "Obvious paths" were in their own distinct blocks. And maybe even the "You also see" stuff could be split out.
comment created time in a month
push eventelanthia-online/illthorn
commit sha a9c6e1fd29092acb91dbe4e57e81ebd69d53529a
Bump lodash from 4.17.14 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 4ac9b74642ca6619bc72f3228de10780ffd2db2e
Bump dot-prop from 5.1.0 to 5.2.0 Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 7b2a3774c233fc975aebfeac021e0e7c883e5eb9
Bump elliptic from 6.5.0 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 386b168fdb3bb60beaf66da79e71f679290cc073
exp: DOMParser based implementation;
commit sha a11808b1a0fe6b7d03307cf920da818611e13762
feat: basic groundwork;
commit sha 0a7e7facfb90105517005ca15b2b2bd3e22c6dd2
feat: all more main feed filters;
commit sha 0c0b6d551772c99b8101748189fccb71c6a349f1
feat: more parser upgrades; better pruning;
commit sha 03abcaf64a3b1d68be820efda3fb54d29d69b23f
fix: fixup prompt logic;
commit sha d5da7a6f384f5c83526ed7fe28ad2227d887ac51
fix: more feed noramlizers
commit sha eb9373edf9452431bf2d3f0514aec88029cc75a1
chore: merge master -> exp/domparser;
commit sha c6950e7cf5e4d0702a6d9bbf7c8f9729e13ae344
chore: prune status tags always;
commit sha d1734349d33229788c9bd55acb2cc417adf66aea
chore: remove koschei; better io operations
commit sha 8b9b03b632e14d1a96e36cc69f5dba584b8e35a8
fix: return Promise of render;
commit sha 596d81b44ebd35c24bc1ba558165817912d40669
refactor: handle indicator text
commit sha aedde0076ca12b9a1a77c513f182a49beeb23f9c
chore: prune dead code;
commit sha 742e26ef6ff576ce2f921986302f4ff79e8195b1
refactor: handle launchurl elements;
commit sha ec480be5443a6b2bd1d0a5ac17608aa885b142eb
refactor: use mark.js for hilites;
commit sha 1438d264630fcf536e836d4a367ae9b1d82d90b0
add linkify and hilites;
commit sha bfd765387abfca32434f11d54cbd84ee9014435b
rewire up vitals;
commit sha 302e3bd52403746fa3ed8468e3f3bfb68360591b
feat: wireup spell active component;
push time in a month
push eventelanthia-online/illthorn
commit sha b09fcc3a636083cad04096f4f6d835b167584468
some prompt things
push time in a month
issue closedelanthia-online/illthorn
Option-# Changes Session, But Also Insert Character

Option 1 inserts ¡ Option 2 insert ™
(macOS, US keyboard)
closed time in a month
chriscoyierissue commentelanthia-online/illthorn
Option-# Changes Session, But Also Insert Character
All good then! 👍
comment created time in a month
push eventelanthia-online/illthorn
commit sha a9c6e1fd29092acb91dbe4e57e81ebd69d53529a
Bump lodash from 4.17.14 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b6303a3d7ea1c011855bf1a823820bc4f596448d
Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.19
commit sha bd1a5252530e48d8fc6332bc8b2805a7142b3a4d
Merge pull request #82 from elanthia-online/dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.14 to 4.17.19
push time in a month
PR merged elanthia-online/illthorn
Bumps lodash from 4.17.14 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.14...4.17.19">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mathias">mathias</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
push eventelanthia-online/illthorn
commit sha 3d22f50d93e4c84bbc9bb07f5855a8a8125d844a
fixing vars handling
commit sha edd7b58ff3688693ca377601ef79ac59498eed69
Merge branch 'master' into design/theme_updates
commit sha db6f76cf9cabbffea43f709c50de33fab52fb769
var location
commit sha 4479e13d91b88eaf3cbbd8768b52f7bc2ffece79
using var system
commit sha 950b08c75a50ad9cf24ea359d3002fa40f23b97f
Merge pull request #83 from elanthia-online/design/theme_updates Ooops fixing $variable system
commit sha 3674a72926cda080cf78d84b241e4f9b63d41ecb
fix: no margin between session boxes
commit sha 3d1461baf51086600ff030226ae73f9a8f36cf0b
Merge pull request #84 from elanthia-online/fix/session-icon-margin fix: no margin between session boxes
commit sha 1b250dd1d4144df7873bbc76fa6df818dcb7c76f
updates to icemule theme
commit sha ae784ea5b253131995e0a1c8ad283493049d4f4a
updates to icemule theme
commit sha 6d619788b6e615849f432949bce08fbb4ddfafcb
Merge pull request #85 from BryanSchuetz/icemule/update Icemule/update
commit sha 9568dca598530c316e724330ca903d1da6e4aa37
theme updates
commit sha 7e4bfb3662b2b2d82da176c7b7c0aa5c714d2b66
Merge branch 'master' into design/theme_updates
commit sha d8578210e75988ee393191df79ca9740dacf03f9
adds details to active spells list
commit sha 2f225f3f56138562572f03fcc2d6373ad22bf7fd
Revert "adds details to active spells list" This reverts commit d8578210e75988ee393191df79ca9740dacf03f9.
commit sha 8f8f4dbe22a15ab4d63d78eb41b00683f77c78cc
reverting previous—adds spells.json to src/const/spells/
commit sha 161ba750eb5c5c7b03d7abe935867b94a5153603
updating location
commit sha ee87b62e8b86984cd758d68df5a125d73e2b56a5
maximums in default theme
commit sha 568aa4cc0a8e0f344d32b348f880c168abc9e8b6
fallbacks for missing layout variables
commit sha e9023ea043301beb99bffa8c3fe65aa71c0bd643
bar on the bottom
commit sha 794c5e018d5503d78e975fb17afc3c63e38cba64
no max on these vitals
push time in a month
push eventelanthia-online/illthorn
commit sha 4ac9b74642ca6619bc72f3228de10780ffd2db2e
Bump dot-prop from 5.1.0 to 5.2.0 Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 242c516b222c87dfcdf0e639609647b1153f905b
Merge branch 'master' into dependabot/npm_and_yarn/dot-prop-5.2.0
commit sha c6da26f2a3f490c0cd93ca39d6e9a9b73e087888
Merge pull request #95 from elanthia-online/dependabot/npm_and_yarn/dot-prop-5.2.0 Bump dot-prop from 5.1.0 to 5.2.0
push time in a month
PR merged elanthia-online/illthorn
Bumps dot-prop from 5.1.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/dot-prop/releases">dot-prop's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <ul> <li>Allow specifying <code>undefined</code> as the object for <code>.get()</code> and <code>.has()</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/dot-prop/issues/58">#58</a>) a6be343</li> </ul> <p><a href="https://github.com/sindresorhus/dot-prop/compare/v5.1.1...v5.2.0">https://github.com/sindresorhus/dot-prop/compare/v5.1.1...v5.2.0</a></p> <h2>v5.1.1</h2> <ul> <li>Prevent setting/getting some problematic path components 3039c8c</li> <li>TypeScript - Fix return type for undefined defaultValue (<a href="https://github-redirect.dependabot.com/sindresorhus/dot-prop/issues/56">#56</a>) e0f8abf</li> </ul> <p><a href="https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.1.1">https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/dot-prop/commit/282e984eed35b62321966f21b8db96ab70221ebc"><code>282e984</code></a> 5.2.0</li> <li><a href="https://github.com/sindresorhus/dot-prop/commit/4801a63f36dedf5c525d9203d0bbc9ad44d6bb3c"><code>4801a63</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/dot-prop/commit/a6be3439d1e63923fe378465141ce56f40fc198f"><code>a6be343</code></a> Allow specifying <code>undefined</code> as the object for <code>.get()</code> and <code>.has()</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/dot-prop/issues/58">#58</a>)</li> <li><a href="https://github.com/sindresorhus/dot-prop/commit/0efd03e2bffa6da4ebd69a3e5d43d6656b9b518e"><code>0efd03e</code></a> 5.1.1</li> <li><a href="https://github.com/sindresorhus/dot-prop/commit/3039c8c07f6fdaa8b595ec869ae0895686a7a0f2"><code>3039c8c</code></a> Prevent setting/getting some problematic path components</li> <li><a href="https://github.com/sindresorhus/dot-prop/commit/e0f8abf71164321caf1b20109000b08be506f227"><code>e0f8abf</code></a> TypeScript - Fix return type for undefined defaultValue (<a href="https://github-redirect.dependabot.com/sindresorhus/dot-prop/issues/56">#56</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
pull request commentelanthia-online/illthorn
Bump dot-prop from 5.1.0 to 5.2.0
Ran locally, merged master in, runs fine.
comment created time in a month
push eventelanthia-online/illthorn
commit sha d8578210e75988ee393191df79ca9740dacf03f9
adds details to active spells list
commit sha 2f225f3f56138562572f03fcc2d6373ad22bf7fd
Revert "adds details to active spells list" This reverts commit d8578210e75988ee393191df79ca9740dacf03f9.
commit sha 8f8f4dbe22a15ab4d63d78eb41b00683f77c78cc
reverting previous—adds spells.json to src/const/spells/
commit sha 161ba750eb5c5c7b03d7abe935867b94a5153603
updating location
commit sha 7b2a3774c233fc975aebfeac021e0e7c883e5eb9
Bump elliptic from 6.5.0 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha cb12cb7e262e0d0b4ad406c95b1e779087f8e42f
Merge pull request #87 from BryanSchuetz/spells-list Adds details to active spells list
commit sha 0a570e575be1ce9a3e8ed730674b1e0540ec357c
session opacity difference
commit sha deddb035fcd7dd5d8616d6eb733e65ac712a1eda
add spell details as data attributes
commit sha a784962d9c2b65ca0aca664286b9f5b7eabacacc
Merge pull request #99 from elanthia-online/feat/spell_attributes Add spell details as data attributes
commit sha 386b168fdb3bb60beaf66da79e71f679290cc073
exp: DOMParser based implementation;
commit sha fd3ac38890ce7b4ac7bd029724557aef778a875d
adds more spell details
commit sha f3aa1c91e94b19b99b0e51478fa21bbe1f01631e
oops, removing incant
commit sha 0458b7c9bd71c54a8a27bfba52bc6fb0292f71a8
revised vitals
commit sha e64d41f05ef75a67f6152db82eb0715045ebddc7
Merge branch 'master' of github.com:elanthia-online/illthorn into icemule/update
commit sha 3bcda368cd3c0ab19b67fa9a3bbf4b0a362075ab
styling spell attributes
commit sha 43db86cf16212d046f70e75f5c43d94772a679f6
Merge pull request #101 from BryanSchuetz/more-spell-data adds more spell details
commit sha a241a6181f975e1b3930dece45ad6f16717c7313
removin a bunch of cruft
commit sha 66a6e289a03db7baab2dd0315d8a2b8b80d3bfac
Merge pull request #102 from BryanSchuetz/icemule/update Icemule/update
commit sha f111e58559d57212eeebc9af0409f65644e99c4f
save streams to storage
commit sha c59361c9d9416863471a496ca4dc3533dc9023bc
adds a fallback in case a spell isnt found in spells.json
push time in a month
issue openedemmetio/codemirror-plugin
This Combo Freezes the Browser
- Put
<div>1</div>in the HTML - Select characters
>1</divwith cursor - Hit Backspace
- The page stops responding and finally crashes with error "Out of Memory"
Can reproduce at http://download.emmet.io/codemirror/index.html
created time in a month
issue openedelanthia-online/illthorn

Inspecting that particular one, I see a <span> with fairly normal content inside it. But we do set everything in inside the feed to white-space: pre-wrap in CSS, so if it happened to start with a line-break, it will render as a line break. Maybe we can safely .trim() the white space from all feed elements before appending?
created time in a month
issue openedelanthia-online/illthorn
Prompt Characters need re-wiring.
Like Prone is usually P>

created time in a month
PR opened elanthia-online/illthorn
Just my classic stuff, cleaning things up. Will probably keep this open for a little bit as I adjust things for the new parser.
pr created time in a month
push eventelanthia-online/illthorn
commit sha 7b2a3774c233fc975aebfeac021e0e7c883e5eb9
Bump elliptic from 6.5.0 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 3410941a59e882f5f40a2b5978a6ebf3b05390a2
Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.5.3
commit sha 0d5a0d300d11b609c71ebb74521e8028cdd94a41
Merge pull request #96 from elanthia-online/dependabot/npm_and_yarn/elliptic-6.5.3 Bump elliptic from 6.5.0 to 6.5.3
push time in a month
PR merged elanthia-online/illthorn
Bumps elliptic from 6.5.0 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li><a href="https://github.com/indutny/elliptic/commit/60489415e545efdfd3010ae74b9726facbf08ca8"><code>6048941</code></a> 6.5.2</li> <li><a href="https://github.com/indutny/elliptic/commit/9984964457c9f8a63b91b01ea103260417eca237"><code>9984964</code></a> package: bump dependencies</li> <li><a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a"><code>ec735ed</code></a> utils: leak less information in <code>getNAF()</code></li> <li><a href="https://github.com/indutny/elliptic/commit/71e4e8e2f5b8f0bdbfbe106c72cc9fbc746d3d60"><code>71e4e8e</code></a> 6.5.1</li> <li><a href="https://github.com/indutny/elliptic/commit/7ec66ffa255079260126d87b1762a59ea10de5ea"><code>7ec66ff</code></a> short: add infinity check before multiplying</li> <li><a href="https://github.com/indutny/elliptic/commit/ee7970b92f388e981d694be0436c4c8036b5d36c"><code>ee7970b</code></a> travis: really move on</li> <li><a href="https://github.com/indutny/elliptic/commit/637d0216b58de7edee4f3eb5641295ac323acadb"><code>637d021</code></a> travis: move on</li> <li><a href="https://github.com/indutny/elliptic/commit/5ed0babb6467cd8575a9218265473fda926d9d42"><code>5ed0bab</code></a> package: update deps</li> <li>See full diff in <a href="https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
pull request commentelanthia-online/illthorn
Bump elliptic from 6.5.0 to 6.5.3
I pulled this and merged master into it and it runs fine.
comment created time in a month
push eventelanthia-online/illthorn
commit sha d8578210e75988ee393191df79ca9740dacf03f9
adds details to active spells list
commit sha 2f225f3f56138562572f03fcc2d6373ad22bf7fd
Revert "adds details to active spells list" This reverts commit d8578210e75988ee393191df79ca9740dacf03f9.
commit sha 8f8f4dbe22a15ab4d63d78eb41b00683f77c78cc
reverting previous—adds spells.json to src/const/spells/
commit sha 161ba750eb5c5c7b03d7abe935867b94a5153603
updating location
commit sha cb12cb7e262e0d0b4ad406c95b1e779087f8e42f
Merge pull request #87 from BryanSchuetz/spells-list Adds details to active spells list
commit sha 0a570e575be1ce9a3e8ed730674b1e0540ec357c
session opacity difference
commit sha deddb035fcd7dd5d8616d6eb733e65ac712a1eda
add spell details as data attributes
commit sha a784962d9c2b65ca0aca664286b9f5b7eabacacc
Merge pull request #99 from elanthia-online/feat/spell_attributes Add spell details as data attributes
commit sha 386b168fdb3bb60beaf66da79e71f679290cc073
exp: DOMParser based implementation;
commit sha fd3ac38890ce7b4ac7bd029724557aef778a875d
adds more spell details
commit sha f3aa1c91e94b19b99b0e51478fa21bbe1f01631e
oops, removing incant
commit sha 0458b7c9bd71c54a8a27bfba52bc6fb0292f71a8
revised vitals
commit sha e64d41f05ef75a67f6152db82eb0715045ebddc7
Merge branch 'master' of github.com:elanthia-online/illthorn into icemule/update
commit sha 3bcda368cd3c0ab19b67fa9a3bbf4b0a362075ab
styling spell attributes
commit sha 43db86cf16212d046f70e75f5c43d94772a679f6
Merge pull request #101 from BryanSchuetz/more-spell-data adds more spell details
commit sha a241a6181f975e1b3930dece45ad6f16717c7313
removin a bunch of cruft
commit sha 66a6e289a03db7baab2dd0315d8a2b8b80d3bfac
Merge pull request #102 from BryanSchuetz/icemule/update Icemule/update
commit sha f111e58559d57212eeebc9af0409f65644e99c4f
save streams to storage
commit sha c59361c9d9416863471a496ca4dc3533dc9023bc
adds a fallback in case a spell isnt found in spells.json
commit sha 78e4b315abf51cbe38e05da4188f23b57cc612b9
Merge pull request #104 from BryanSchuetz/fallback-for-spell-details Adds a fallback in case a spell isn't found in spells.json
push time in a month
push eventelanthia-online/illthorn
commit sha 1550af2724cd5ff7107b83010d9667ed321279ee
theme attribute selector fixes
push time in a month
issue openedelanthia-online/illthorn
Get and Put commands output inventory
>get my wand
Your worn items are:
a dark leather aketon
a wide-mouthed grey leather hipsack branded with a black eye
an inlaid gold ring
a musty oilcloth satchel
a grey canvas mining pack
a tightly woven cloak
created time in a month
issue commentelanthia-online/illthorn
I'd vote for tab-completion too in addition to right arrow.
comment created time in a month
push eventelanthia-online/illthorn
commit sha 386b168fdb3bb60beaf66da79e71f679290cc073
exp: DOMParser based implementation;
commit sha a11808b1a0fe6b7d03307cf920da818611e13762
feat: basic groundwork;
commit sha 0a7e7facfb90105517005ca15b2b2bd3e22c6dd2
feat: all more main feed filters;
commit sha 0c0b6d551772c99b8101748189fccb71c6a349f1
feat: more parser upgrades; better pruning;
commit sha 03abcaf64a3b1d68be820efda3fb54d29d69b23f
fix: fixup prompt logic;
commit sha d5da7a6f384f5c83526ed7fe28ad2227d887ac51
fix: more feed noramlizers
commit sha eb9373edf9452431bf2d3f0514aec88029cc75a1
chore: merge master -> exp/domparser;
commit sha c6950e7cf5e4d0702a6d9bbf7c8f9729e13ae344
chore: prune status tags always;
commit sha d1734349d33229788c9bd55acb2cc417adf66aea
chore: remove koschei; better io operations
commit sha 8b9b03b632e14d1a96e36cc69f5dba584b8e35a8
fix: return Promise of render;
commit sha 596d81b44ebd35c24bc1ba558165817912d40669
refactor: handle indicator text
commit sha aedde0076ca12b9a1a77c513f182a49beeb23f9c
chore: prune dead code;
commit sha 742e26ef6ff576ce2f921986302f4ff79e8195b1
refactor: handle launchurl elements;
commit sha ec480be5443a6b2bd1d0a5ac17608aa885b142eb
refactor: use mark.js for hilites;
commit sha 1438d264630fcf536e836d4a367ae9b1d82d90b0
add linkify and hilites;
commit sha bfd765387abfca32434f11d54cbd84ee9014435b
rewire up vitals;
commit sha 302e3bd52403746fa3ed8468e3f3bfb68360591b
feat: wireup spell active component;
commit sha 69d0393960fb16d824b1435e34ab4cade8de0d35
feat: wireup hands;
commit sha e4c783e5a61e52c628cbefe84169abd14e8f2927
feat: wireup injuries;
commit sha 48753701d6e044cd325f0aa674d18314cb16bc91
chore: cleanup console.logs;
push time in a month
PR merged elanthia-online/illthorn
laying some groundwork and toying around with #18
non of the parser events are wired up to the UI yet, they just print to the console, I didn't want to do any of that until I was sure of the new structure.
Writing to SessionState provides a good API boundary though, so I can experiment nicely here.
pr closed time in a month
push eventelanthia-online/illthorn
commit sha 24c53087373f1173da574a2d424c7f0265ea9867
type stuff
commit sha 09ec424c774e28c8f8fc51a4d8a54d0d7271ac90
Merge branch 'exp/domparser' of github.com:elanthia-online/illthorn into exp/domparser
push time in a month
push eventelanthia-online/illthorn
commit sha 3904289c3da31ecc7e46d10993a15431e4b0518e
remove bit about user CSS
commit sha f22c64a50ef85ef1a035d99967249beb26f51a1d
repetative font-size
commit sha 47157fb5cfc741d8b6e7bc325c1da33c794b9040
more chat-bubbly for stream
commit sha 4ae577a4f15de225b272ecdca41eaf76460cf41d
Merge branch 'master' into design/theme_updates
commit sha 0065efa6551c7325c39bba9b8286a5f231ee76cb
only load from saved at first run
commit sha eee201c32d3935bd38b0265e02790c489a75f4aa
variablize border colors better
commit sha 5d07fc77534ab9f3a1fe9a5c3a149474e33b5715
Merge pull request #108 from elanthia-online/design/theme_updates Theme Updates
commit sha 949c0eeded8d2479f5f33c8aeeab68006f0ab2e9
Merge branch 'master' into exp/domparser
push time in a month
push eventelanthia-online/illthorn
commit sha 3904289c3da31ecc7e46d10993a15431e4b0518e
remove bit about user CSS
commit sha f22c64a50ef85ef1a035d99967249beb26f51a1d
repetative font-size
commit sha 47157fb5cfc741d8b6e7bc325c1da33c794b9040
more chat-bubbly for stream
commit sha 4ae577a4f15de225b272ecdca41eaf76460cf41d
Merge branch 'master' into design/theme_updates
commit sha 0065efa6551c7325c39bba9b8286a5f231ee76cb
only load from saved at first run
commit sha eee201c32d3935bd38b0265e02790c489a75f4aa
variablize border colors better
commit sha 5d07fc77534ab9f3a1fe9a5c3a149474e33b5715
Merge pull request #108 from elanthia-online/design/theme_updates Theme Updates
push time in a month