Sorin Davidoi

Results 20 comments of Sorin Davidoi
trafficstars

> What's your intended use case for this feature? The main use-case is to improve performance - don't want to have a blank page for 2 seconds while the database...

I was looking to target `hyper`, which I kind of got working with #150 and ```rust #[cfg(feature = "hyper")] mod hyper_support { use PreEscaped; use hyper::body::Payload; use hyper::{Chunk, Error}; use...

`gotoDate` will change the date, however from what I can tell no classes are applied to the selected day so that it can be easily styled. Perhaps you can save...

If you want to see that `gotoDate` is working, try `this.$.calendar.gotoDate(event.detail.date.add(1, 'month')`.

I'm afraid I don't really have time to update it right now. I will however happily review and merge if anyone wants to pick this up.

I think this can be closed, `display: none` seems to be used now.

This is why clicking on all notifications on `toot.cafe` will open the notifications page instead of the page for that particular notification.

I was wrong - `event.target.origin` is the origin of the pinafore instance. Not sure how to get the origin of the server doing the push :confused:

I'm not sure that would help. There must be a way to identify, given a [PushEvent](https://developer.mozilla.org/en-US/docs/Web/API/PushEvent), which server sent it. Either I can't figure it out or it's not possible...

The plugin uses an older version of aXe, but there are two pull requests opened if the latest version is needed.