Michael Sageryd

Results 29 issues of Michael Sageryd

Thank you very much for Aglio. At last I have found a really great software for API doc rendering. Please consider adding some more space after emoticons if you are...

My app might receive updated field specifications while a form is active. I'm registering all fields from start, because I need to have access to all fields even if they...

### **feature request** I've just discovered mutators. They are awesome! I'm adding data to my fields with `final-form-set-field-data`. I also learned that I can initialise the data property when registering...

I have implemented rendering of the right navigation button. But since this lives in the NavigationHeader I have to send the button properties (image, onPress) through the props with the...

help wanted
question

I'm wondering why _utils/configurations.js_ only stores config in memory and why _utils/authentication.js_ stores tokens directly in AsyncStorage. Shouldn't everything be stored in the Redux store? I had actually just implemented...

I just implemented Axios in my app when I discovered that you already have a nice Fetch implementation in utils/api.js. But api.js is built around the use of a single...

Redux navigation is cool, but unfortunately I don't get it easily. So, I'm pushing a new view: `this.props.dispatch(NavigationState.pushRoute({key: 'Project'})` The Project view needs an **id** prop to be able to...

documentation

Is it possible to get hold of the current zoom level via an event? I'd like to know when the user tries to zoom in more than 100% so I...

enhancement
help wanted

I suppose that the calls to Mixpanel are asynchronous. Is it safe to just call the functions and let them take care of themselves? Or are there any initializations that...

I'm using npm, so I won't use JSUI for now. But even yarn should be able to replace a variable in .npmrc, shouldn't it? As of now private NPM packages...