Lars-Ragnar A. Haugen

Results 13 comments of Lars-Ragnar A. Haugen

No, it does not work. Immediate exit. Alpine linux, please try to fix

Please change to `reject({ aborted:true })` here https://github.com/Azure/fetch-event-source/blob/6fb7115ebacb90600b54383ea32f799f6f647203/src/fetch.ts#L97

I'm not one to comment on this really and I can't test it unfortunately, but from a quick skim of the code and the assumption that you've tested it too...

I didn't think of this yesterday, sorry. But this might be simply and more correctly achieved for users with a custom module instead so to manage the scope of the...

> Looking at the code, I think that should be possible, would have to introduce a new setting in the config to define if we want static cursors or not,...

I've opened a PR that hides the cursor change behind a config flag and addresses my previous comment.

It's likely because you have padding or margin on your group, you can move that to the inside and achieve the same effect `#group > * {/*apply padding and margin...

In that case maybe it's a new problem. Would you mind sharing your group config and related CSS? I can have a look when I have time.

It seems that also `border` introduces the issue. The best I can do to achieve the same effect without bugs for you in 0.10.3 is this: ``` #apps { background:...