Dallon Feldner

Results 33 comments of Dallon Feldner

The primary use case of the per-theme margins I think would be for fitting content within a background - like making sure the content doesn't overlap with a visual frame,...

I'm also seeing this problem in PhantomJS.

I think there is a potential use case for client-side generics in enabling re-usable components. Example, using react-apollo, some hypothetical syntax to inject a fragment into another fragment, and the...

I added an "Authorization" header, which is proprietary to the app I'm working on. Someone didn't tell our server engineer that the WebSockets spec doesn't support custom headers :P

Nope, we have a proprietary format for the Authorization header. It consists of a keyword unique to the app, followed by a Base64 encoding of the user's credentials, followed by...

In my scenario (the scenario that prompted me to make this pull request), I don't have any control over the server. The server expects a custom header and rejects my...

Emphasis mine: > The request may include ANY other header fields

RFC 6455 Section 1.2 (emphasis mine): > An unordered set of header fields comes after the leading line in > both cases. The meaning of these header fields is specified...

-1, somebody just fork this. It's a good library, it's just a shame that the maintainer is so hopelessly idealistic. Removing my star and leaving this issue open.

Poking around on the GitLab repo, it looks like that PR has been merged and released as of 0.10.0 or 0.10.1 - might be worth another look?