Daniel W. Hieber

Results 32 comments of Daniel W. Hieber

Will do! I'll fix the demo link too. In the meantime, here's a working version: https://format.digitallinguistics.io

haha yes, Klingon got into the ISO 639 spec during its first iteration because of its popularity at the time, and so it got grandfathered into later versions and now...

Good to know. I'll do some more looking into this, but in the stores I've looked at so far (about 10 of them), they all extend from express-session's store. connect-redis...

@soulman-is-good Thanks for tackling this! This is something I really need for a project myself. Will you have a chance to resolve the merge conflicts anytime soon?

Sure! I'll make a PR soon. Since I just recently used the docs to write my own Store, it's all fresh to me, and I can target places I had...

Reading my initial issue again, I'd actually recommend using `Object.create()` instead of `Object.assign()` for the change. I've edited the original comment to reflect this.

I'm working on an SPA using vanilla JS, and using the HTML framework of Storybook. My styles are not always loaded in the component itself. So I'd also like to...

@tmeasday All the styles needed for individual pages are scoped to that page, and that page's CSS is loaded dynamically when the page loads. That said, I think my actual...

> Fwiw, all of these languages (and Pug) are not currently in the alpha releases. A warning would be good, yeah! Came here trying to figure out why my Handlebars...