bwganblack

Results 5 comments of bwganblack

If I may expand on my previous comment with a reprex? ``` library(shiny) library(googlesheets4) options(gargle_quiet = FALSE) ui trying token_fetch() > trying credentials_service_account() > Error: Argument 'txt' must be a...

I managed to get authorization to any account to work on an app deployed on shinyapps.io by adapting the old googlesheets code as you suggested Jenny. This required setting up...

I'm compiling through Nextbuild, presumably using the default optimization level as I haven't even looked into how I would change this yet. I'm just using emulators: I've generated a NEX...

Hi @em00k , I tried your code above and tried adding `#include `. No joy. Also updated nextlib.bas to v7.5 and nextlib.py to v7.3. Still not working I'm afraid.

Coming back to this, I found how to change the optimization level when compiling with NextBuild/VS Code by editing the nextbuild.py file. You were quite correct @boriel, changing from level...