Maarten van Dillen

Results 23 comments of Maarten van Dillen

Same performance problem here. I've dialed the confetti count down to 50 but it still freezes other animations for 2 seconds on start. Above mentioned native library looks promising but...

Although I am not using RND, I came here via a Google search because I'm experiencing the same problem. One diagnosticd process with increasing cpu load over time (minutes) rising...

@SmartArray the issue has gotten worse since a couple of weeks. There is no high CPU usage anymore, just the depletion of system resources (probably file handles) resulting in an...

Maybe we can collaborate finding out the cause of this. Not sure where to start or what tools to use though. I'm thinking in the line of installed versions (global...

did you try its itemTextStyle prop?

Same problem over here. Lots of errors during upload. [05-19 09:11:43] [error] Error: No such file at SFTPStream._transform (/Users/Maarten/.vscode/extensions/liximomo.sftp-1.12.9/node_modules/ssh2-streams/lib/sftp.js:412:27) at SFTPStream.Transform._read (internal/streams/transform.js:205:10) at SFTPStream._read (/Users/Maarten/.vscode/extensions/liximomo.sftp-1.12.9/node_modules/ssh2-streams/lib/sftp.js:183:15) at SFTPStream.Transform._write (internal/streams/transform.js:193:12) at writeOrBuffer...

I have temporarily fixed it using these instructions: https://github.com/liximomo/vscode-sftp/issues/919#issuecomment-838586635

@iliailmer be aware that it looks like it's uploading but I get some random empty (0 bytes) files on the server.

This one: https://github.com/AirLabsTeam/react-native-aws-cognito-js is working like a charm. It's doing (only) the big integer math on the native side.

For me this setting is working: `VerificationMessageTemplate: {` ` DefaultEmailOption: "CONFIRM_WITH_LINK",` ` EmailMessageByLink: 'This text is not part of the link. {##This text will be the link##}',` ` EmailSubjectByLink: 'subject'`...