Mateus Pontes
Mateus Pontes
This is a Work in Progress to try to address https://github.com/jeremybarbet/react-native-modalize/issues/213, https://github.com/jeremybarbet/react-native-modalize/issues/356 and https://github.com/jeremybarbet/react-native-modalize/issues/297 with an array of `snapPoints` instead of a single value. This code is not tested yet,...
- [x] embeds_one with changes in Parent - [x] embeds_one with empty changes in Parent - [ ] embeds_many with empty changes on Parent
Is there a way to remove modifier_field or not create it? ` track_history on: [:fields], modifier_field: nil, track_create: true `
Update job should remove the last schedule on Redis or update it. ``` keys "fastlane:scheduled-message:*"```
Tests are ok, but Travis CI is broken due to some unknown change.
Fastlane should reenque jobs failed due to Image not found error. Only jobs with retry. To create a job with retry: ```bash $ curl -XPOST -d'{"image": "hello-world", "command": "/hello", "retries":...
https://gist.github.com/mateuspontes/5958a1af061d7666dc2b6a5ab00ed592 I've created a gist using this code as a reference. I didn't put much effort into it, but it's working and cleaning up my X account. Thanks, @Lyfhael for...
## What's the purpose of this pull request? This PR fixes default values for integer fields. Currently, it's using a string for integer input. https://github.com/vtex/faststore/pull/3071 ## How it works? ##...