Jarid Margolin

Results 19 issues of Jarid Margolin

I wanted to start a discussion around the idea of abstracting web driver implementations into "adapters" which have a specified interface. A little background: We have scripts already written utilizing...

Right now the `Page` component acts a flex container, allowing to render `Artboard`'s and `SymbolMaster`'s in either a column or a row. I'd like however to have unlimited flexibility rendering...

enhancement
help wanted
good first issue

Keeping all examples working as API changes are made is cumbersome. I believe the major pain point here is knowing what needs to updated. Currently, this requires manually running each...

There are several branches of logic that place a special meaning on the "Symbols Page". It is worth investigating if we can remove these branches in order to simplify internals...

enhancement
technical

Nested composed validators do not curry as expected. \* This may just be a misunderstanding of the lib is intended to work. Expected: ```js // imagine I have created a...

## Is your feature request related to a problem? * Currently, the Relator constructor assumes that there will be a single serializer class used for each relator. However, as we...

enhancement

This is not the final implementation (missing tests), but wanted to open a quick PR to discuss if this would conceptually be considered for merge.

# Description The title should be fairly descriptive of what is implemented. Before the PR, if a recorded request returned a body with the value of `false` or `null`, on...

Hey @grabbou - Looking at the possibility of using detox + jest, so thank you for the quick example setup. Very helpful. I did notice that you moved away from...

``` TypeError: Cannot read property 'dependencies' of null ``` I think rather than throwing an error, the library could either: 1. Fail silently -- return an empty object? 2. Try...