L. Kärkkäinen

Results 252 comments of L. Kärkkäinen

There is an open issue (with a hacky workaround too) https://github.com/MagicStack/uvloop/issues/241

I generally stand with "break it now to fix all of the future" (as opposed to keeping broken APIs for compatibility). But yes, at a bare minimum one should be...

Looks like this PR is dragging badly, but to get back to the initial motivation: > CppRestSDK is full of Microsoft ew. Do you mean it has some actual flaws...

> * Leave current functionality in tact by creating a new config value, and a new url generator > * The config would be something like `config.PROXY_URL` or `config.BASE_URL`. Something...

Possible approaches to start with: 1. fix operation for situations where the current implementation is simply broken (full URL `SERVER_NAME`?) 2. detect situations where there would be a potentially problematic...

It would appear that zooming in and browsing pages is actually possible by mouse; not sure how I missed that at first. So, maybe up/down arrow keys are the only...

```html ``` It would seem that `position:absolute` is needed for navigational controls. Works in Chrome, Firefox and Safari, probably others too.

The embed element doesn't work on codepen.io for some reason but the same code on https://zi.fi/pdfembed.html works with all desktop browsers (tried Edge too). Android Chrome shows an "Open" button...

I'm having the same problem. It turns on that on my Mac accented characters are encoded with Unicode combining characters so that ä (U+00E4) becomes two characters ä (a +...

TextMate format recently added something similar that is actually now used for YAML and Nim in VSCode. Still, a solution without such *workaround* would be preferred.