Simon Woolf

Results 67 issues of Simon Woolf

Fixes https://github.com/evancz/elm-graphics/issues/3 `Native.Element.htmlHeight` was removed in 0182c58 , but it's still used by Text.width

`realHtmlHeight` adds nodes to document.body. Checking `typeof document !== 'undefined'` isn't enough; for scripts in the head document can be defined but `document.body` still be `null` Fixes https://github.com/evancz/elm-graphics/issues/8 (which I...

On starting gvim, I _sometimes_ get the following error: ``` Error detected while processing VimResized Auto commands for "*": E523: Not allowed here: wincmd = Press ENTER or type command...

So e.g. if you use the colemak keyboard layout (e.g. using `setxkbmap gb -variant colemak`), and have a quicktile action bound to `E`, then pressing e (which on a colemak...

For as long as the library's existed it's sent the key or access token in the querystring for realtime connections (websockets, comet), but in an Authorization header for rest requests...

investigate

I have no idea how this happens, and it only seems to happen with one customer, not clear if they're doing something weird. But somehow they keep sending us this...

bug
investigate

Not really a problem at the moment -- every endpoint that currently exists that we might use it for gives a response -- but still, a weird restriction and a...

bug

see https://app.intercom.com/a/apps/ua39m1ld/inbox/inbox/conversation/38483300000259 . Client reporting that lib on users with very bad network connections can get into this state. From the log, it looks like it could receive, but nothing...

investigate

`(TI2) Errors returned from the Ably server are compatible with the ErrorInfo structure ... should result in errors that inherit from ErrorInfo` ┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/ECO-4313) by...

bug

[Customer](https://support.ably.io/a/tickets/105739) reports that when ably-js is used from a lambda function with authUrl token auth, if the lambda container is reused for a subsequent invocation, requests to the authUrl on...

bug