Anthony Chuinard

Results 22 comments of Anthony Chuinard

It looks like the tab-view is re-calling renderScene when the TextInput is clicked. I have no idea why. This is a killer for me too.

This might be related - https://github.com/callstack/react-native-pager-view/issues/382

Don’t wrap your whole pager in a KeyboardAvoidingView. On Fri, Aug 27, 2021 at 9:54 AM HuyCNTT97 ***@***.***> wrote: > Hi, i have same issue, have anyone solved the problem?...

Try using the regular, non-native stack navigator. I think it’ll return the swipe gesture, but I’m unsure of other pros / cons on using native vs. non-native.

It's a decent amount of work I'm sure. @fukemy perhaps I can send you a carton of cigarettes and you could power through it? 😂

HttpService.downloadFile($scope.document.pdf_url, filename).then(function (filepath) { window.plugins.PrintPDF.print({ data: "cdvfile://localhost/documents/" + filename, type: 'File', title: 'Print Document', success: function () { }, error: function (data) { data = JSON.parse(data); console.log('failed: ' + data.error);...

Yes, these are all recent model trainings. One recent prediction ID is `mc4st5d7ozhv5gc25olufyotpi`. Thanks for getting back to me, @anotherjesse.

Also how is it working on Replicate if the cogs themselves are just broken...you must be doing some magic!

Or I just need to start using the async header and letting Cog webhook me.

@anotherjesse This is the Cog / Docker image that your Dreambooth API creates. I did not go through the process of building my own Cog. async makes sense, I think...