ash

Results 151 comments of ash

Ah, right – I use a light-coloured background and that seems to break the coloured emoji rendering somehow, coloured emojis are being rendered (in some cases; that PR does help)...

Can aiohttp include any more details of the request in the exception? I'm encountering this issue in my tests after upgrading from aiohttp 3.3.2 to 3.5.4, and I have no...

>The single tap leads to page turn left or right depending on where you place your finger. did you maybe accidentally enable reading mode? (is there an "M" at the...

fwiw, I have the same problem with airsonic-advanced – the first time loading a page is very slow, but loading it again later is fast.

I have a similar problem, also with Nvidia graphics (proprietary drivers, version 450) on an Optimus laptop. I don't notice an immediate performance problem, but each instance of GLava I...

Just as a data point, this doesn't happen in Ubuntu 14.04 (or at least not for me).

I spent an hour or so trying to implement this earlier today, and whilst I'm totally unfamiliar with Webpack, I couldn't work out a way to do it – you...

I started fixing some of the annotations, but since I'm not sure how the library works I wasn't sure how to fix the rest of them. I'll have another look...

Remaining issues: - the signature of `ResourcesUrlDispatcherRouterAdapter.add_preflight_handler` is not compatible with the superclass `AbstractRouterAdapter.add_preflight_handler` (`webview` argument): https://github.com/aio-libs/aiohttp-cors/blob/73510a3a9212afd1d3740fd8b2feba63a1dcfe13/aiohttp_cors/urldispatcher_router_adapter.py#L137-L141 https://github.com/aio-libs/aiohttp-cors/blob/73510a3a9212afd1d3740fd8b2feba63a1dcfe13/aiohttp_cors/abc.py#L53-L56 - several functions (`is_cors_for_resource`, `add_preflight_handler`, `set_config_for_routing_entity`) expect a particular kind of resource,...

More details: Canvas uses a ContentEditable div instead of a textarea or similar. Will that make this impossible to fix, given how broken ContentEditable is?