Eitan Miller

Results 7 comments of Eitan Miller

This sounds potentially like an issue with how you have the MyUserId page configured. Per the [docs](https://sapper.svelte.dev/docs#When_not_to_export) you don't want to export if there are user sessions or authentication (if...

I believe I understand now. I guess as part of your build process you could just delete the route to those pages. But a better solution would be some way...

The initial approach I took was just split the OR clauses in half by first checking if hours is less than 42. Basically making the maximum amount of tests 5....

I added one more speed improvement by changing all the regexes to literals, its a very minor increase, but currently the speed difference is close to 200% http://jsperf.com/timeago-speed-test/5

Agreed, the svg is meaningless. However, as with most of unocss I personally don't usually browse icones (or something similar) unless as a last resort. The underlining helped me to...

I'll have to look into it, the problem is screen reader expectations. If display: none; is used its unselectable for screen readers (and drag dropping may be difficult if not...

I'm going to have to look into safari