Tom Robinson

Results 36 issues of Tom Robinson

If you have an SVG element with `width` and `height` attributes (*not* style) it seems Chrome reports the computed `width` and `height` as `auto`, which overrides the attributes when using...

[Immutable.js](https://github.com/facebook/immutable-js) has a much more familiar API for most JavaScript developers. Would replacing Mori with Immutable.js be feasible/desirable? Or perhaps allowing users to swap in their preferred immutable data collections?

Since old compiled files are not deleted when recompiling the static middleware will serve the old file if compilation of the new file fails, which leads to confusion when developing...

I'm trying to get recovery to insert a token at the end of the input but it doesn't appear to be working. Here's a really simple grammar to parse function...

Bug :beetle:

I understand Karma is primarily designed for unit tests, however the ability to screenshot during a test would be very useful for visual regression testing (both automated and manual). End-to-end...

**Versions of relevant software used** 0.13.0 **What happened** A corrupted gRPC response can lead to an uncaught exception, which will crash React Native applications. It seems this happens because errors...

Same as #78 and #84. The usual solution to this something like https://github.com/rauchg/slackin

* [x] Node: https://github.com/metabase/embedding-reference-apps/blob/master/node/index.js#L68 * [ ] Django * [ ] Rails * [ ] Laravel

UPDATE: This appears to only happen in debug builds, but not release builds. This is strange, but it seems like `expo-three`'s `TextureLoader()` fails to load a texture if Airplane Mode...

`npm i -g @snowjs/cli` doesn't appear to work. Is it actually published on npm?