Results 66 comments of Stuart Lodge

I'm good with it (and so are my other pseudo contributors - @hollywood and @hollywoof and @cirrious) On Wed, Jul 25, 2018 at 7:18 AM, Tomasz Cielecki wrote: > I...

We've encountered this problem recently. We've not fully debugged it but it feels like dates coming from R (from the server) need to have an offset applied. See this example...

Sorry - I missed the update on this. I'm happy with whatever license you choose - so thanks for clearing up the license) The use case I was playing with...

I agree! On Fri, 9 Apr 2021, 01:43 Sergio Oller, ***@***.***> wrote: > I agree > > — > You are receiving this because you were mentioned. > Reply to...

I'm starting on this too... I've got some looping and header parsing to do but basically: ``` contentRequest % xml_add_child("Expression", "SELECT * FROM s3Object s") %>% xml_add_sibling("ExpressionType", "SQL") %>% xml_add_sibling("InputSerialization")...

Here's a bit more.... ``` library(tidyverse) library(lubridate) library(RedditExtractoR) library(aws.s3) library(arrow) library(xml2) s3_bucket_name % xml_add_child("CSV") %>% xml_add_child("FileHeaderInfo", "USE") %>% xml_parent() %>% xml_parent() %>% xml_add_sibling("OutputSerialization") %>% xml_add_child("CSV") %>% # or "JSON" xml_add_child("FileHeaderInfo",...

A package is in https://github.com/slodge/aws.s3.select - also working on a PR for here ... and will ask how larger package might be integrated... PR is https://github.com/cloudyr/aws.s3/pull/377

I'm afraid what you are seeing is a MissingMethodException - "Missing method Cirrious.MvvmCross.ViewModels.MvxNavigatingObject::ShowViewModel" - so this is likely to be something to do with the Xamarin linker. Not reproduced here...

Just to confirm: you are seeing ViewDidLoad called twice with `_isInitialised==true` both times? That's scary... will retest soon (will also check other places where I use the same ViewDidLoad hack...