Gabriel Rohden

Results 73 comments of Gabriel Rohden

(not sure if this issue is related to the formatter+nvm configuration, but here's my 2 cents) Just as a guide do myself in the future (hi there) since I've been...

Edit: that was a suggestion? I thought that you said it could be used that way in the current version XD @satya164 the return type of the hook is `NavigationScreenProp`...

running on mac, upgraded the node version to 8.16 fixed: https://github.com/openstf/stf/issues/1106#issuecomment-539901849

A loop like this: ```javascript while (el && el[0] && el[0] !== element && !isUiTreeRoot) { //Checking that I can access attributes. if (el[0].attributes) { isUiTreeRoot = el[0].attributes['ui-tree']; } if(typeof...

@bradintheusa I'm not sure if I will be able to open a PR in the near future.. But you can take a look at my changes and open a PR...

Our app here is kind of old, I'm implementing new stuff here while maintaining some of the old code (this complicate things a bit XD) ... and the data synchronization...

ok, that doesn't work, but at least i tried. I think that the weak reference will be freed only when the system decides that is needed.. so basically i will...

For DI i would use Koin (just a suggestion) cuz it's really easy to make work and setup tests with I also would use a linter in the project to...

I need to mention that dokka generates the .html files based on the system path separator.. which is bad, i got 99 files of diff after generating the docs on...

@levibostian > What do you mean by "task is being listened"? If a task is currently added as an active listener? I mean, if you write a listener that removes...