Results 135 comments of rburgst

the alternative would be to call setOnDateSetListener after the owning fragment/activity has been recreated.

IMHO the dashboard should not allow picking individual dates where the range is > 35 days, alternatively it should show a warning that the numbers are way off! @tophermetcalfe I...

I don't see why the cursor would be captured. Try and put a few echos into the script to see how far its coming and whether it stops somewhere.

please check what the output of your server is when it boots up. The goal here is to find a line that says something like "Started XXX in Ys". Aparently...

the script expects the log file to go to ``` LOG="/var/log/$PROJECT_NAME/$PROJECT_NAME.log" ``` If you configure the app to some other log file, then you need to change this value. If...

tried it on v10 and the plugin does not show up in the display tab

Note that when I run the following graphql query in the gatsby graphiql ```graphql query MyQuery { allCmConcert { nodes { id titleDe titleEn category { remoteId nameDe isSubcategoryOf {...

have a vite project with latest versions of million and million lint, I still see * ingest server: not connected * react app: not connected in the browser I see...

Might be related, but Android Studio 3.3 Preview doesnt seem to work either. Can neither manually create a run config nor are there any options to click the play button...