Cayley Humphries

Results 10 issues of Cayley Humphries

Working with a Gruntfile with different environments configured via `grunt-config`. Setting a value in `options.mime` based on the build destination like this: ``` aws_s3: { options: { mime: { '/file',...

I'm trying to use `set-simulator-location` for testing behaviour on CI using [Detox](https://github.com/wix/Detox). It works fine when running locally, but does not work at all when running on Github Actions CI....

Inherited view props such as `testID` and `accessibilityLabel` are not being correctly passed along to the underlying component in some cases. For example, the `Spinner` component does not do this,...

PropTypes have been removed from React Native (https://github.com/react-native-community/discussions-and-proposals/issues/29). Most of Shoutem has been updated to take this into account, but some areas have been missed. For example, in `ImagePreview`, [line...

The latests version updates past 6.1.2 are getting tagged but are not getting published as Github releases, and are not winding up on npm. @Definitely-Not-Vlad @sstimac not sure how the...

$.browser has been removed as of JQuery 1.9 (http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed). This fix replaces use of $.browser with navigator.userAgent detection to determine if the browser is WebKit or Firefox.

Not sure how the documentation at http://mxcl.github.io/YOLOKit/ was generated, but there are a bunch of new, undocumented methods for things like NSSet in the current source tree. How can I...

When writing an e2e test in Protractor of behaviour that uses ngStorage, there are problems when the test refreshes the page and expects to see updated behaviour based on items...

https://github.com/unimonkiez/react-native-asset/issues/43

Tickets have a pipeline and pipeline stage. The current V2 tap will load these as `properties__hs_pipeline` and `properties__hs_pipeline_stage`. However, these are just the ids, and the current tap does not...